diff options
| author | Kein-Hong Man <unknown> | 2015-12-12 12:59:44 +1100 |
|---|---|---|
| committer | Kein-Hong Man <unknown> | 2015-12-12 12:59:44 +1100 |
| commit | 3c7a4ab2a2d32cf7f5c171d4b64a61c772e89235 (patch) | |
| tree | 59a2f9a996f6bb1bc0b7cd6063d4148ca274185e /doc/ScintillaHistory.html | |
| parent | 8a5340d1afd77fb42f3aede0f7eef215517fb0b5 (diff) | |
| download | scintilla-mirror-3c7a4ab2a2d32cf7f5c171d4b64a61c772e89235.tar.gz | |
Bug [#1791]. Added a missing symbol (the underscore) for subroutine prototypes.
Removed the dynamic array.
Diffstat (limited to 'doc/ScintillaHistory.html')
| -rw-r--r-- | doc/ScintillaHistory.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/ScintillaHistory.html b/doc/ScintillaHistory.html index f44f66363..c39e39a03 100644 --- a/doc/ScintillaHistory.html +++ b/doc/ScintillaHistory.html @@ -512,6 +512,10 @@ <a href="http://sourceforge.net/p/scintilla/bugs/1790/">Bug #1790</a>. </li> <li> + Perl lexer allows '_' for subroutine prototypes. + <a href="http://sourceforge.net/p/scintilla/bugs/1791/">Bug #1791</a>. + </li> + <li> Send SCN_UPDATEUI with SC_UPDATE_SELECTION when the application changes multiple selection. </li> |
