Sublime Forum

[API] executing macro commands from python plugins?

#1

This one for Jon – I’m knocking together another plugin and I was wondering if I could execute a macro from inside python? Something like

view.execute(""" moveTo bol insertCharacters \"Hello World!\\n\" """)

Not looking to get it implemented, just wondering if it’s there at the moment.

0 Likes

#2

It’s not there yet, but it really should be - I’ll add it to the list.

0 Likes