Ease of use Issues item #567594, was opened at 2002-06-11 20:10
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=460211&aid=567594&group_id=44253
Category: Platform Independent
Group: None
Status: Open
Resolution: None
Priority: 5
Submitted By: Charles Reis (csreis)
Assigned to: Nobody/Anonymous (nobody)
Summary: Break selection on a dot
Initial Comment:
Right now, double clicking on a chunk of text
highlights some notion of a "word". However, this does
not break on dots, and it does break on underscores,
which is not convenient for code editing.
For example, the user double clicks on the first 'o' in
foo below.
_foo.bar();
Currently, "foo.bar" is selected, but it should select
"_foo".
----------------------------------------------------------------------
You can respond by visiting:
http://sourceforge.net/tracker/?func=detail&atid=460211&aid=567594&group_id=44253
|