Editor settings & Cursor beyond EOL
Is it possible to change the native behavior of the editor in this way:
If I have line with source code like this:
my $demofile = 0;
my $secondfile =1;
If I step through the firstline with the cursor right key there is no line break forced at the end of the line so I have to go down and manually with cursor left to the beginning of the line.
Same "problem"
very loooooooooooooooooooooooooooong line of source
short line
if I am on the end of the long line and do a cursor down. I am "far away" from the end of the short line. So I have to do a lot of cursor left to go to the end of the line
Answer:
You could do one of the following:
1) After pressing down, press the END key to go to the end of the line.
2) Or disable the option 'Cursor beyond EOL' in Tools / Options / Editor / Behavior.
20.01.2006. 13:39
This article hasn't been commented yet.
Write a comment