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 duplicate define detection (they need to match by name and value now) #401

Closed mkruselj closed 1 year ago

mkruselj commented 1 year ago

Use io.open() instead of codecs.open() Optimize file imports (don't copy from other Sublime views, just io.open() directly) Minor code layout tweaks in ksp_plugin.py