Page 1 of 1

i want to disable the click everywhere write there ;)feature

Posted: Tue Sep 07, 2004 8:02 am
by dafire
if I go down with the cursor a line I'd like that the cursor jumps back to the end of the new line instead of just going down a row .. or when I click somewhere that the cursor is set to the end of that row...
how can I make that ? ;)

Posted: Tue Sep 07, 2004 11:06 am
by jussij
if I go down with the cursor a line I'd like that the cursor jumps back to the end of the new line instead of just going down a row .. or when I click somewhere that the cursor is set to the end of that row...

how can I make that ?
Unfortunately it is not possible to get the cursor to jump back :(

By design Zeus always keeps the cursor on the screen which means that if the window is scrolled then the cursor will scroll too.

The only thing I can suggest is using the undo key. All cursor movements are undoable/redoable events and multiple cursor movements are stored as a single event. This means even if the cursor does move, you should be able to restore the original cursor location with a single press of the undo key.

To get the cursor to move to the end of the line just do the following:
  1. Options, Editor Options menu
  2. Chekc the Mouse down puts cursor at EOL option
Jussi