aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2003-04-15 12:40:08 +0000
committernyamatongwe <devnull@localhost>2003-04-15 12:40:08 +0000
commit3135dc3a5c6eab512826063c488a111342b4dd19 (patch)
tree6d80c07d41bd29c1dab5b85a150d88b9669f29f5
parent1a8e44e42ba62254b3464fb0d70bafb57e3ceea3 (diff)
downloadscintilla-mirror-3135dc3a5c6eab512826063c488a111342b4dd19.tar.gz
Updated with new features in 1.52.
-rw-r--r--doc/ScintillaHistory.html20
1 files changed, 19 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index 7efa12b70..a09efbb69 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -137,7 +137,7 @@
</li>
</ul>
<h3>
- <a href="scite151.zip">Release 1.52</a>
+ <a href="scite152.zip">Release 1.52</a>
</h3>
<ul>
<li>
@@ -146,6 +146,24 @@
<li>
Pango font support on GTK+ 2.
</li>
+ <li>
+ Hotspot style implemented in Scintilla.
+ </li>
+ <li>
+ Small up and down arrows can be displayed in calltips and the container
+ is notified when the mouse is clicked on a calltip.
+ </li>
+ <li>
+ POSIX compatibility flag in Scintilla regular expression search
+ interprets bare ( and ) as tagged sections.
+ </li>
+ <li>
+ Scintilla keyboard commands for moving to start and end of
+ screen lines rather than document lines.
+ </li>
+ <li>
+ Line joining command.
+ </li>
</ul>
<h3>
<a href="scite151.zip">Release 1.51</a>