From c452cb6db857fb5db1d43e7125c9a91cccbde8b3 Mon Sep 17 00:00:00 2001 From: Neil Date: Fri, 24 Jan 2014 12:49:15 +1100 Subject: Change log. --- doc/ScintillaHistory.html | 15 +++++++++++++++ 1 file changed, 15 insertions(+) (limited to 'doc') 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.
  • + SC_MARK_BOOKMARK marker symbol added which looks like bookmark ribbons used in + book reading applications. +
  • +
  • Basic lexer highlights hex, octal, and binary numbers in FreeBASIC which use the prefixes &h, &o and &b respectively. Feature #1041. @@ -507,6 +511,17 @@ circular folding margin markers appear circular, of consistent size, and centred.
  • + SciTE uses a bookmark ribbon symbol for bookmarks as it scales better to higher resolutions + than the previous blue gem bitmap. +
  • +
  • + SciTE will change the width of margins while running when the margin.width and fold.margin.width + properties are changed. +
  • +
  • + SciTE on Windows can display a larger tool bar with the toolbar.large property. +
  • +
  • SciTE displays a warning message when asked to open a directory. Bug #1568.
  • -- cgit v1.2.3