nojanath / SublimeKSP

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

Refactor and improve imports #405

Closed mkruselj closed 10 months ago

mkruselj commented 10 months ago

Removed read_file_func() argument from KSPCompiler class Allowed recursive folder imports (filters out duplicate imports) Modify CLI output_file argument so that it's not FileType type (created 0 byte file when relative path was supplied)