aboutsummaryrefslogtreecommitdiffhomepage
path: root/doc/ScintillaHistory.html
diff options
context:
space:
mode:
authornyamatongwe <unknown>2003-04-15 12:40:08 +0000
committernyamatongwe <unknown>2003-04-15 12:40:08 +0000
commitdba5a592016892d3329dd87d7f8ecec8f4c1a6d1 (patch)
tree6d80c07d41bd29c1dab5b85a150d88b9669f29f5 /doc/ScintillaHistory.html
parent410bf93e5f344a95b1e4795a8b7e09f28c6e2823 (diff)
downloadscintilla-mirror-dba5a592016892d3329dd87d7f8ecec8f4c1a6d1.tar.gz
Updated with new features in 1.52.
Diffstat (limited to 'doc/ScintillaHistory.html')
-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>