aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2006-03-08 11:43:26 +0000
committernyamatongwe <devnull@localhost>2006-03-08 11:43:26 +0000
commit2bf760d7b3c46937e4a3f7583c0070d0b5267f71 (patch)
tree9c5ba6cdf44bdfea0e415459a7d6356978fe3ce7
parent795d26570fc5ff4daf3c046c8c69ede1bbfbf3fb (diff)
downloadscintilla-mirror-2bf760d7b3c46937e4a3f7583c0070d0b5267f71.tar.gz
All mails checked for updates.
-rw-r--r--doc/ScintillaHistory.html22
1 files changed, 22 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 640037c3c..58611f916 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -260,9 +260,18 @@
Batch file lexer improved.
</li>
<li>
+ Eiffel lexer doesn't treat '.' as a name character.
+ </li>
+ <li>
+ Lua lexer handles length operator, #, and hex literals.
+ </li>
+ <li>
Properties file lexer has separate style for keys.
</li>
<li>
+ PL/SQL folding improved.
+ </li>
+ <li>
SciTE Replace dialog always searches in forwards direction.
</li>
<li>
@@ -272,12 +281,25 @@
SciTE on GTK+ supports output.scroll=2 setting.
</li>
<li>
+ SciTE can perform an import a properties file from the command line.
+ </li>
+ <li>
+ Set of word characters used for regular expression \&lt; and \&gt;.
+ </li>
+ <li>
Bug fixed with SCI_COPYTEXT stopping too early.
</li>
<li>
Bug fixed with splitting lines so that all lines are split.
</li>
<li>
+ SciTE calls OnSwitchFile when closing one buffer causes a switch to another.
+ </li>
+ <li>
+ SciTE bug fixed where properties were being reevaluated without good reason
+ after running a macro.
+ </li>
+ <li>
Crash fixed when clearing document with some lines contracted in word wrap mode.
</li>
<li>