notepad4 icon indicating copy to clipboard operation
notepad4 copied to clipboard

Snippets

Open Sergy2001 opened this issue 2 years ago • 8 comments

Hi Zufuliu! Thank you for the Notepad2 and all modification you made for it. I create a simple algorithm to add Snippets to Notepad2. Mabe you add them to Notepad2, if you like it. notepad2.zip

Sergy2001 avatar Jan 24 '23 09:01 Sergy2001

Example of snippets, I made for JavaScript only. But You can add them to all necessary lexers.

Sergy2001 avatar Jan 24 '23 09:01 Sergy2001

Keyword index 14 is in use (see stlD.c and stlCPP.c), only index 15 can be used for snippets (which is the intent).

zufuliu avatar Jan 26 '23 23:01 zufuliu

Thank you for reply. Ok! I'll think about new algorithm. And I've got some ideas about snippets in Notepad2.

Sergy2001 avatar Jan 30 '23 21:01 Sergy2001

Hi Zufu Liu!

Another try. I remake to index 15 only and add "Snippets" to popup menu. Like in "Microsoft Visual Studio". Example for JavaScript only. But You can add to languages You like. notepad2.My.mod.zip

Sergy2001 avatar Feb 16 '23 10:02 Sergy2001

Maybe you will add snipets? Or try them? 01 image

Originally posted by @Sergy2001 in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1455181778

zufuliu avatar Mar 07 '23 10:03 zufuliu

Maybe you will add snipets?

The code at https://github.com/zufuliu/notepad2/issues/600#issuecomment-1432870023 does nothing on my local build?

Originally posted by @zufuliu in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1455902309

zufuliu avatar Mar 07 '23 10:03 zufuliu

Check difference and you will see the code I add...

image notepad2.My.mod.zip

Originally posted by @Sergy2001 in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1457045713

zufuliu avatar Mar 07 '23 10:03 zufuliu

You can try Notepad2, compiled by me, JavaScript only. Notepad2.zip

Originally posted by @Sergy2001 in https://github.com/zufuliu/notepad2/issues/629#issuecomment-1457140447

zufuliu avatar Mar 07 '23 10:03 zufuliu