Zufu Liu
Zufu Liu
Windows Notepad also uses Ctrl + Shift + Z for Undo/Redo.
Maybe a wrong encoding is used? please test latest builds.
@maboroshin I seems can't open the two links.
OK find the link at https://github.com/emmetio Seems awesome, current [auto-completion](https://github.com/zufuliu/notepad2/wiki/Auto-Completion-in-Notepad2) in Notepad2 is very basic. Current code snippet implementation only support expand `^` to one space, so `if^()` will be...
Related issue https://github.com/XhmikosR/notepad2-mod/issues/155
`SCN_AUTOCCOMPLETED` can be used to expand code snippets.
Just marked here, an awesome embeddable JavaScript engine https://bellard.org/quickjs/ I think it can be used to port the Emmet plugin.
I'm sorry, but no progress.
No plugin interface at the moment.
I don't known when it will be added, even Markdown and reStructuredText not added yet. I currently focus on improve startup speed: we currently have 57 lexers, loading all of...