XhmikosR / notepad2-mod

LOOKING FOR DEVELOPERS - Notepad2-mod, a Notepad2 fork, a fast and light-weight Notepad-like text editor with syntax highlighting
https://xhmikosr.github.io/notepad2-mod/
Other
1.45k stars 270 forks source link

Enhanced Auto-Complete and Stream Comment #27

Closed zufuliu closed 10 years ago

zufuliu commented 12 years ago

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.

XhmikosR commented 12 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?

XhmikosR commented 10 years ago

If you could answer the above, and rebase the branch, we can re-open the PR.