diff options
author | nyamatongwe <unknown> | 2010-07-24 10:37:50 +1000 |
---|---|---|
committer | nyamatongwe <unknown> | 2010-07-24 10:37:50 +1000 |
commit | 0d936f6a50f8ca9d7115d7194dda3217e054dc1a (patch) | |
tree | 3fabea7b99dd9def6e78ce61e15e821fe665b46f | |
parent | 3b73638348171583eacff49f34076e302b51f04e (diff) | |
download | scintilla-mirror-0d936f6a50f8ca9d7115d7194dda3217e054dc1a.tar.gz |
More items.
-rw-r--r-- | doc/ScintillaHistory.html | 12 |
1 files changed, 11 insertions, 1 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index 1555ed5db..030d3839d 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -373,6 +373,8 @@ Compatibility classes allow current lexers compiled into Scintilla to run with few changes. The interface to external lexers has changed and existing external lexers will need to have changes made and be recompiled. + A single lexer object is attached to a document whereas previously lexers were attached to views + which could lead to different lexers being used for split views with confusing results. </li> <li> C++ lexer understands the preprocessor enough to grey-out inactive code due to conditional compilation. @@ -401,11 +403,19 @@ <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3030887&group_id=2439">Feature #3030887.</a> </li> <li> + PowerShell lexer supports multiline <# .. #> comments and adds 2 keyword classes. + <a href="https://sourceforge.net/tracker/?func=detail&atid=352439&aid=3015176&group_id=2439">Feature #3015176.</a> + </li> + <li> + Lexing performed incrementally when needed by wrapping to make user interface more responsive. + </li> + <li> SciTE setting replaceselection:yes works on GTK+. </li> <li> SciTE Lua scripts calling io.open or io.popen on Windows have arguments treated as UTF-8 and converted to Unicode - so that non-ASCII file paths will work. + so that non-ASCII file paths will work. Lua files with non-ASCII paths run. + <a href="https://sourceforge.net/tracker/?func=detail&atid=102439&aid=3016951&group_id=2439">Bug #3016951.</a> </li> <li> Crash fixed when searching for empty string. |