Sublime Forum

Macro to 3rd party command?

#1

Hi

Since Sublime Text has an outstanding variety of plugins, it would be a shame to not be able to use them together effectively.
I’m trying to simplify and speed some repetitive tasks - and one of them is to simulate 2 simple menu choices from the Stino plugin menu.
Both of these options are commands that are attached to that 3rd party plugin.
I’ve tried to insert the command name along with the parameter, but it’s not working. Do the macros work with internal commands only then?
If so, is there any way to bypass that and be able to call plugins commands via macros too?

Cheers
Konrad

0 Likes

#2

Is it a window command or a text command? The macro system has some weird limitations.

0 Likes

#3

Hi Since Sublime Text has an outstanding variety of plugins, it would be a shame to not be able to use them together effectively. I’m trying to …

0 Likes