diff options
author | nyamatongwe <unknown> | 2010-02-10 07:19:48 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-02-10 07:19:48 +0000 |
commit | 632e9257994ff51ed3e701d6e76c8f7fa24dc3ff (patch) | |
tree | 03f3c2da29cf30877010ae2515ca5a43b6d1a28f | |
parent | ee56d57806f34841d0451ad8dc135c9f4bd55e28 (diff) | |
download | scintilla-mirror-632e9257994ff51ed3e701d6e76c8f7fa24dc3ff.tar.gz |
Better ordering.
-rw-r--r-- | doc/ScintillaHistory.html | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 3286cc4bd..2fc50a6da 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -380,13 +380,6 @@ <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2942131&group_id=2439">Bug #2942131.</a> </li> <li> - Fixed SciTE bug where using Ctrl+Enter followed by Ctrl+Space produced an autocompletion list - with only a single line containing all the identifiers. - </li> - <li> - Fixed SciTE on GTK+ bug where running a tool made the user interface completely unresponsive. - </li> - <li> Fixed bug where calling SCI_SETSEL when there is a rectangular selection left the additional selections selected. <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=2947064&group_id=2439">Bug #2947064.</a> @@ -395,6 +388,13 @@ Fixed macro recording bug where not all bytes in multi-byte character insertions were reported through SCI_REPLACESEL. </li> + <li> + Fixed SciTE bug where using Ctrl+Enter followed by Ctrl+Space produced an autocompletion list + with only a single line containing all the identifiers. + </li> + <li> + Fixed SciTE on GTK+ bug where running a tool made the user interface completely unresponsive. + </li> </ul> <h3> <a href="http://prdownloads.sourceforge.net/scintilla/scite202.zip?download">Release 2.02</a> |