First, is there a plugin for that ? I can't find one, so I decided to write one.
1/ How can I get list of available build systems ?
By view.settings() I only have access to "settings" part of the preferences.
So I currently have to have another list of build systems in "settings"...
2/ Is there an argument for "build" command to run specific system/cmd ?
I tried many, like "name", "id", "file", etc... none of them work, so I currently have to do:
- Code: Select all
win.run_command('set_build_system', {"file": selected_cmd})
win.run_command('build')
Which is kinda lame and has side effect of changing selected build as well...
Thanks a lot for any help,
V.