diff options
author | Neil <nyamatongwe@gmail.com> | 2014-01-24 12:49:15 +1100 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-01-24 12:49:15 +1100 |
commit | a7965fc2cb54ac8f8b754b838a468689f46ece93 (patch) | |
tree | 6f7e7b537f7dc2e32e0f1c7aa46319d1d10fd512 | |
parent | d9ad6fb33ae6d340440de976b7680f5ac65ab57d (diff) | |
download | scintilla-mirror-a7965fc2cb54ac8f8b754b838a468689f46ece93.tar.gz |
Change log.
-rw-r--r-- | doc/ScintillaHistory.html | 15 |
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 &h, &o and &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> |