Hello everybody, I’m new to the forum and the ST2 plugin developing although I have been using ST2 for a while now.
I was looking to the source of a plugin when I realised that the run_command
function can’t be called inside a thread to run another command of the same plugin.
Looking in the forum I found the function sublime_plugin.run_timed_function
which seems do the trick but is not reported in the official API documentation and I wonder why.
Is the documentation out-of-date?
Should I refer to a different doc?
Thank you