Closed zufuliu closed 10 years ago
Hi. Sorry for the late reply, I was very busy.
I'm still trying to see the point of all these changes. Can you elaborate? Also, can you break the patch in separate smaller ones?
If you could answer the above, and rebase the branch, we can re-open the PR.
Changed magic number 9 in the definition of KEYWORDLIST to KEYWORDSET_MAX + 1 (from scintilla\lexlib\LexerBase.h).
Styles.c Changed keywords of VB, VBS and Apache Config to more readable case.
Notepad2.c Auto-Close () [] [] "" '' `` Show Match Count of word in status bar as "Fnd %s".
Edit.c Enhanced Auto-Complete Word added keywords of current scheme/lexer to Auto-Complete word list. handled word which not all-numbers but not started with a WordStart Char, like hexadecimal number handled word after escape char Enhanced Stream Comment, makes stream comment continuous across empty lines.