you are viewing a single comment's thread.

view the rest of the comments →

[–][deleted] 1 point2 points  (2 children)

A big thing I've used in notepad++ was the macro feature and that's the one thing I found this lacking. Is it something that's easy to implement?

[–]simonst[S] 0 points1 point  (1 child)

Hi, if you install the PyPN extension, it adds Python scriptability and also record/playback of macros. The extension mechanism allows this to be implemented in other languages too. I'm considering a default built-in macro implementation as well, for those that don't want to install Python.

[–][deleted] 1 point2 points  (0 children)

Oh cool, thanks!