aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2014-01-24 12:49:15 +1100
committerNeil <nyamatongwe@gmail.com>2014-01-24 12:49:15 +1100
commitc452cb6db857fb5db1d43e7125c9a91cccbde8b3 (patch)
tree0a192e57c609e792a1da220fde1fdcf9d56d48e1
parent5ac2a5be66d7b8cc76d64098a1e467ed92cb8c10 (diff)
downloadscintilla-mirror-c452cb6db857fb5db1d43e7125c9a91cccbde8b3.tar.gz
Change log.
-rw-r--r--doc/ScintillaHistory.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html
index be47cc575..404336c3f 100644
--- a/doc/ScintillaHistory.html
+++ b/doc/ScintillaHistory.html
@@ -465,6 +465,10 @@
CallTipSetPosStart API added to change the position at which backspacing removes the calltip.
</li>
<li>
+ SC_MARK_BOOKMARK marker symbol added which looks like bookmark ribbons used in
+ book reading applications.
+ </li>
+ <li>
Basic lexer highlights hex, octal, and binary numbers in FreeBASIC which use the prefixes
&amp;h, &amp;o and &amp;b respectively.
<a href="http://sourceforge.net/p/scintilla/feature-requests/1041/">Feature #1041.</a>
@@ -507,6 +511,17 @@
circular folding margin markers appear circular, of consistent size, and centred.
</li>
<li>
+ SciTE uses a bookmark ribbon symbol for bookmarks as it scales better to higher resolutions
+ than the previous blue gem bitmap.
+ </li>
+ <li>
+ SciTE will change the width of margins while running when the margin.width and fold.margin.width
+ properties are changed.
+ </li>
+ <li>
+ SciTE on Windows can display a larger tool bar with the toolbar.large property.
+ </li>
+ <li>
SciTE displays a warning message when asked to open a directory.
<a href="http://sourceforge.net/p/scintilla/bugs/1568/">Bug #1568</a>.
</li>