nojanath / SublimeKSP

Fork of Nils Liberg's SublimeKSP plugin. See README for details.
GNU General Public License v3.0
89 stars 18 forks source link

Improve multiple script compilation, compiler message log #261

Closed mkruselj closed 1 year ago

mkruselj commented 1 year ago

Silently skip scripts without save_compiled_source pragma instead of erroring out Don't assign syntax in a loop across all open views on compilation Add log_message() which prints to console AND ST's status line, use it consistently in ksp_plugin.py Fix mnemonic for Combine Duplicate Callbacks menu command