From 8f3f33bb4b4e10a2edb5022ef0ef118ec207bb99 Mon Sep 17 00:00:00 2001 From: nyamatongwe Date: Thu, 14 Mar 2002 10:37:01 +0000 Subject: Updated for 1.45. --- doc/ScintillaToDo.html | 40 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 40 insertions(+) (limited to 'doc/ScintillaToDo.html') 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.

+

+ 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.. +

+

+ Automatic scrolling when text dragged near edge of window. +

GTK+ Version Bugs

@@ -98,6 +105,23 @@ Make the subset Perl lexer understand more Perl. Improve the Ruby and TCL lexers.

+

+ Keyboard based rectangular selection. + Could be modelled on Visual Studio's Ctrl+Shift+F8 command. +

+

+ Better or more flexible range for horizontal scrolling. +

+

+ 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. +

+

+ 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. +

SciTE To Do

@@ -119,6 +143,22 @@

Setting to fold away comments upon opening.

+

+ User defined fold ranges. +

+

+ Save All command. +

+

+ Save as Copy command. +

+

+ Silent mode that does not display any message boxes. +

+

+ Automatic detection of character set and code page through examining text + and determining Unicode mode by presence of BOM. +

Features I am unlikely to do

-- cgit v1.2.3