jacobslusser / ScintillaNET

A Windows Forms control, wrapper, and bindings for the Scintilla text editor.
MIT License
966 stars 246 forks source link

Play Recorded Macro #131

Open jamesalbert28 opened 9 years ago

jamesalbert28 commented 9 years ago

hello sir Jacoblusser, i'm developing my own code editor using this API for my Capstone Project.

I spent many hours to find way to play a recorded macro, but I cant find any method to give a result from my recorded macro. Please help me with this. Thanks.

jamesalbert28 commented 9 years ago

by the way I'm using vb.net :)

jacobslusser commented 9 years ago

Scintilla does have rudimentary support for recording macros and replaying them. I haven't implemented it yet.