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 | 9206c1ca0542c9f34d3374dd2f8bd7443de9fae2 (patch) | |
tree | c40b6a4b36d8a2e6b46e420e218e6d187d79fb9f /doc | |
parent | 3fe46ccbef477c1a2ca8c48be80441f7ec488efd (diff) | |
download | scintilla-mirror-9206c1ca0542c9f34d3374dd2f8bd7443de9fae2.tar.gz |
Explain change for lexers.
Diffstat (limited to 'doc')
-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 |