diff options
author | nyamatongwe <devnull@localhost> | 2001-12-24 00:24:55 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2001-12-24 00:24:55 +0000 |
commit | 82a3a0d2d28790dec38a2bcc977938d89556b243 (patch) | |
tree | 387f86fa23d85a7a41f976c6f223b2ac2643787d | |
parent | 514efb365ca8fd82d93cd410dd76d1896fe231ae (diff) | |
download | scintilla-mirror-82a3a0d2d28790dec38a2bcc977938d89556b243.tar.gz |
December changes added.
-rw-r--r-- | doc/ScintillaHistory.html | 55 |
1 files changed, 49 insertions, 6 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 5adadf793..50a2e213b 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -116,7 +116,7 @@ <li> Better localisation support including context menus and most messages. Translations of the SciTE user interface available for Bulgarian, - French, German, Italian and Turkish. + French, German, Italian, Russian, and Turkish. </li> <li> Can specify a character to use to indicate control characters @@ -130,6 +130,10 @@ Scintilla method to find start and end of words. </li> <li> + SciTE on GTK+ now supports the load.on.activate and save.on.deactivate + properties in an equivalent way to the Windows version. + </li> + <li> The output pane of SciTE on Windows is now interactive so command line utilities that prompt for input or confirmation can be used. </li> @@ -145,6 +149,9 @@ Used for debugging and for showing the user how long commands take in SciTE. </li> <li> + Baan lexer added. + </li> + <li> In C++ lexer, document comment keywords no longer have to be at the start of the line. </li> @@ -152,8 +159,10 @@ PHP lexer changed to match keywords case insensitively. </li> <li> - SciTE on GTK+ now supports the load.on.activate and save.on.deactivate - properties in an equivalent way to the Windows version. + More shell keywords added. + </li> + <li> + SciTE support for VoiceXML added to xml.properties. </li> <li> In SciTE the selection is not copied to the find field of the Search and Replace @@ -163,16 +172,45 @@ SciTE on Windows has a menu item to decide whether to respond to other instances which are performing their check.if.already.open check. </li> + <li> + SciTE accelerator key for Box Comment command changed to avoid problems + in non-English locales. + </li> + <li> + SciTE context menu includes Close command for the editor pane and + Hide command for the output pane. + </li> + <li> + output: command added to SciTE director interface to add text to the + output pane. The director interface can execute commands (such as tool + commands with subsystem set to 3) by sending a macro:run message. + </li> + <li> + SciTE on GTK+ will defer to the Window Manager for position if position.left or + position.top not set and for size if position.width or position.height not set. + </li> + <li> + SciTE on Windows has a position.tile property to place a second instance + to the right of the first. + </li> + <li> Scintilla on Windows again supports EM_GETSEL and EM_SETSEL. + </li> <li> - Problem fixed in Scintilla on Windows where control ID was cached and it could - be changed by external code, so no longer cached. + Problem fixed in Scintilla on Windows where control ID is no longer cached + as it could be changed by external code. </li> <li> Problems fixed in SciTE on Windows when finding any other open instances at start up when check.if.already.open is true. </li> <li> + Bugs fixed with displaying partial double-byte and Unicode characters + in rectangular selections and at the edge when edge mode is EDGE_BACKGROUND. + Column numbers reported by GetColumn treat multiple byte characters as one column + rather than counting bytes. + </li> + <li> Bug fixed with caret movement over folded lines. </li> <li> @@ -180,13 +218,18 @@ modifications. </li> <li> + Horizontal scrolling and display of long lines optimised. + </li> + <li> + Cursor setting in Scintilla on GTK+ optimised. </li> <li> Experimental changeable style attribute. Set to false to make text read-only. Currently only stops caret from being within not-changeable text and does not yet stop deleting a range that contains - not-changeable text. + not-changeable text. + Can be used from SciTE by adding notchangeable to style entries. </li> <li> Experimental line wrapping. |