aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <unknown>2005-04-03 04:07:16 +0000
committernyamatongwe <unknown>2005-04-03 04:07:16 +0000
commit40d6f6f94a77f4891632c47509f41cbfba3edc83 (patch)
treee94e3590bc2618873d5da5998b3cba95cde9f6dd
parent245ce35960ee7545a4ede414b73d47c7aaea3f69 (diff)
downloadscintilla-mirror-40d6f6f94a77f4891632c47509f41cbfba3edc83.tar.gz
All elements in for 1.63.
-rw-r--r--doc/ScintillaHistory.html23
1 files changed, 21 insertions, 2 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 3074c7a10..ebabcbf81 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -244,6 +244,10 @@
AutoIt 3 lexer improved.
</li>
<li>
+ Lua lexer styles end of line characters on comment and preprocessor
+ lines so that the eolfilled style can be applied to them.
+ </li>
+ <li>
NSIS support updated for line continuations, box comments, SectionGroup and
PageEx, and with more up-to-date properties.
</li>
@@ -301,7 +305,8 @@
<li>
SciTE on GTK+ 2.x allows the height and width of the file open file chooser to
be set, for the show hidden files check box to be set from an option and for it
- to be opened in the directory of the current file explicitly.
+ to be opened in the directory of the current file explicitly. Enter key works in
+ save chooser.
</li>
<li>
Scintilla lexers should no longer see bits in style bytes that are outside the set
@@ -332,7 +337,8 @@
Fix for folding becoming confused.
</li>
<li>
- Fixes for Japanese Input Method Editor on Windows.
+ On Windows, fixes for Japanese Input Method Editor and for 8 bit Katakana
+ characters.
</li>
<li>
Fixed buffer size bug avoided when typing long words by making buffer bigger.
@@ -344,15 +350,28 @@
SciTE menus on GTK+ uses Shift and Ctrl rather than old style abbreviations.
</li>
<li>
+ SciTE full screen mode on Windows calculates size more correctly.
+ </li>
+ <li>
+ SciTE on Windows menus work better with skinning applications.
+ </li>
+ <li>
Searching bugs fixed.
</li>
<li>
Colours reallocated when changing image using SCI_REGISTERIMAGE.
</li>
<li>
+ Caret stays visible when Enter held down.
+ </li>
+ <li>
Undo of automatic indentation more reasonable.
</li>
<li>
+ High processor usage fixed in background wrapping under some
+ circumstances.
+ </li>
+ <li>
Crashing bug fixed on AMD64.
</li>
<li>