From 8f3f33bb4b4e10a2edb5022ef0ef118ec207bb99 Mon Sep 17 00:00:00 2001
From: nyamatongwe
+ 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. +
+ 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. +
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. +