[MonoDevelop] Code formatting does not move cursor to appropriate place

xplicit svg at ngs.ru
Wed Feb 8 04:15:09 UTC 2012


Hi,

I write such sentence: 
int x=(5+3)*8;
Cursor now after semicolon. 
According to my policy after placing semicolon monodevelop change sentence
to:
int x = (5 + 3) * 8;

but it does not move cursor behind the semicolon, and cursor stays in the
same place where it was (beetween '3' and ')').  It's very annoying, because
as next symbol after semicolon I usually put 'Enter' and then have to fix
all the sentence.

Is it possible to tell to monodevelop to move cursor to the symbol where it
should be? In md 2.4 it worked as expected. 

I am using Ubuntu 10.04, Monodevelop 2.8.5 (from badgerports packages)  

--
View this message in context: http://mono.1490590.n4.nabble.com/Code-formatting-does-not-move-cursor-to-appropriate-place-tp4367955p4367955.html
Sent from the Mono - MonoDevelop IDE mailing list archive at Nabble.com.


More information about the Monodevelop-list mailing list