



Please could someone fix the following minor/trivial bug...
If you press the up arrow key, the cursor is supposed to go up one line.
However, if you press the Tab key (thereby advancing a certain number of characters to the right), and then the up-arrow key, it moves up one line but also jumps to the left, as if you hadn't pressed tab.
Thanks,
Timwi
The editor component we use in Komodo, Scintilla, does not support the type of position based behavior your are looking for, so this type of functionality would in fact be major work at this time.
Yes, that is a bug. Please log bugs in the Komodo bug tracker. Why?
Thanks for your help,
Todd
ok, Todd showed me what is going on, I thought you were doing something different.