notepad4 icon indicating copy to clipboard operation
notepad4 copied to clipboard

Emmet

Open maboroshin opened this issue 7 years ago • 6 comments

Hi zufuliu. Thank you for the explanation on Notepad 3.

I knew there, I got interested. Notepad 2 you are developing is focusing on coding assistance. If it is not difficult, Please load Emmet's plugin.

In the case of PSPAD, it is provided in a single js file.

maboroshin avatar Aug 21 '18 16:08 maboroshin

@maboroshin I seems can't open the two links.

zufuliu avatar Aug 23 '18 12:08 zufuliu

OK find the link at https://github.com/emmetio

Seems awesome, current auto-completion in Notepad2 is very basic.

Current code snippet implementation only support expand ^ to one space, so if^() will be expanded to if () and cursor will goes inside parentheses (or braces and brackets for other snippets).

zufuliu avatar Aug 23 '18 14:08 zufuliu

Related issue https://github.com/XhmikosR/notepad2-mod/issues/155

zufuliu avatar Aug 29 '18 14:08 zufuliu

SCN_AUTOCCOMPLETED can be used to expand code snippets.

zufuliu avatar Sep 25 '18 13:09 zufuliu

Just marked here, an awesome embeddable JavaScript engine https://bellard.org/quickjs/

I think it can be used to port the Emmet plugin.

zufuliu avatar Jul 15 '19 11:07 zufuliu

There was such a new Javascript. I don't know how difficult it is to implement. Useful for HTML language. Version upgrade is performed externally.

maboroshin avatar Aug 13 '19 15:08 maboroshin