CnPack Forum » CnWizards IDE Wizards » Wrong position of cursor after ENTER


2012-1-8 22:31 forum1
Wrong position of cursor after ENTER

If I write this kind of code:


if (true) then
   sleep(1);  // End here at this line I press ENTER cursor position is at wrong position



WRONG!!!
if (true) then
   sleep(1);
   |
   |
   X => cursor is at the "X"
   |
   |
   


NOT WRONG. TRUE Position!!!
if (true) then
   sleep(1);
|
|
X => cursor must be HERE at the "X" market
|
|

页: [1]


Powered by Discuz! Archiver 5.0.0  © 2001-2006 Comsenz Inc.