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

Improve duplicate define detection (they need to match by name and value now) #401

Closed mkruselj closed 11 months ago

mkruselj commented 11 months 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