diff options
author | Neil <nyamatongwe@gmail.com> | 2014-07-06 09:09:55 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2014-07-06 09:09:55 +1000 |
commit | 8b5aaf5c4aca7f6369adbba839e4c7366e9bf8a3 (patch) | |
tree | f315ee5e0278776f4d1148260aec11f5358e7c77 | |
parent | ac6ed10f40f12340996e5c75f8425a77be5f59e1 (diff) | |
download | scintilla-mirror-8b5aaf5c4aca7f6369adbba839e4c7366e9bf8a3.tar.gz |
Explain change for lexers.
-rw-r--r-- | doc/ScintillaHistory.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index ecb051146..3bddd2d26 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -468,6 +468,8 @@ </li> <li> Style byte indicators removed. They were deprecated in 2007. Standard indicators should be used instead. + Some elements used by lexers no longer take number of bits or mask arguments so lexers may need to be + updated for LexAccessor::StartAt, LexAccessor::SetFlags (removed), LexerModule::LexerModule. </li> <li> When multiple selections are active, autocompletion text may be inserted at each selection with new |