Ease of use Issues item #567599, was opened at 2002-06-11 20:14
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=460211&aid=567599&group_id=44253
Category: Platform Independent
Group: None
Status: Open
Resolution: None
Priority: 4
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Intelligent Home Key
Initial Comment:
It would be nice if pressing the Home key moved the
caret to the first non-whitespace character on a line,
rather than the left margin. Pressing it again (or
when the caret is to the left of the first
non-whitespace character) will then take the caret to
the left margin.
For example,
foo = new Foo();
^ -- caret position
(press home)
^
(press home)
^
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=460211&aid=567599&group_id=44253
|