nojanath / SublimeKSP

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

new "branch optimisation" breaks existing projects #436

Closed blackeyedpony closed 5 months ago

blackeyedpony commented 5 months ago

The new branch optimisation is more strict in regards to variable declaration order. Projects which worked fine before do find variable definitions now. I didn't investigate much, but I assume that many other projects are affected. Any ideas ?

https://github.com/nojanath/SublimeKSP/commit/e58deda6196b1794e0ad0a31025935d5261f3f80

mkruselj commented 5 months ago

437 should fix it

blackeyedpony commented 5 months ago

yep, #437 works for me. Thanks Mario.