diff options
author | nyamatongwe <unknown> | 2002-03-14 10:37:01 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2002-03-14 10:37:01 +0000 |
commit | 8f3f33bb4b4e10a2edb5022ef0ef118ec207bb99 (patch) | |
tree | cf00b8d3769687a75dd0967d9d1e840b89403b73 /doc/ScintillaToDo.html | |
parent | 13e8fd433e0b41e888149520470a8f83f7d143b6 (diff) | |
download | scintilla-mirror-8f3f33bb4b4e10a2edb5022ef0ef118ec207bb99.tar.gz |
Updated for 1.45.
Diffstat (limited to 'doc/ScintillaToDo.html')
-rw-r--r-- | doc/ScintillaToDo.html | 40 |
1 files changed, 40 insertions, 0 deletions
diff --git a/doc/ScintillaToDo.html b/doc/ScintillaToDo.html index bfe3803c9..8c85240f6 100644 --- a/doc/ScintillaToDo.html +++ b/doc/ScintillaToDo.html @@ -39,6 +39,13 @@ Dragging over bold text in some fonts will ripple because of the difference in size between drawing all of a string at once and drawing it in parts. </p> + <p> + In read-only mode the caret moves when you type or perform other actions that would + insert or remove text if not in read-only mode.. + </p> + <p> + Automatic scrolling when text dragged near edge of window. + </p> <h3> GTK+ Version Bugs </h3> @@ -98,6 +105,23 @@ Make the subset Perl lexer understand more Perl. Improve the Ruby and TCL lexers. </p> + <p> + Keyboard based rectangular selection. + Could be modelled on Visual Studio's Ctrl+Shift+F8 command. + </p> + <p> + Better or more flexible range for horizontal scrolling. + </p> + <p> + Commands and/or modes for treating display lines as document lines are now, such + as allowing the End key to move to the end of a display line. This can be useful when + Scintilla used to edit documentation as it is the normal convention for word processors. + </p> + <p> + Virtual space at the end of lines so the caret can be moved beyond the end + of lines with the cursor keys. May also make rectangular operations easier + to perform. + </p> <h3> SciTE To Do </h3> @@ -119,6 +143,22 @@ <p> Setting to fold away comments upon opening. </p> + <p> + User defined fold ranges. + </p> + <p> + Save All command. + </p> + <p> + Save as Copy command. + </p> + <p> + Silent mode that does not display any message boxes. + </p> + <p> + Automatic detection of character set and code page through examining text + and determining Unicode mode by presence of BOM. + </p> <h3> Features I am unlikely to do </h3> |