SublimeText / TrailingSpaces

Highlight trailing spaces and delete them in a flash.
MIT License
896 stars 94 forks source link

Trailing Spaces are failed to start #135

Closed don-pit closed 4 years ago

don-pit commented 4 years ago

Sublime Text 2 is failed to start with message "Error trying to parse file: Trailing comma before closing backet in C:\Users\<...>\AppData\Roaming\Sublime Text 2\Packages\TrailingSpaces\Main.sublime-menu:49:33". The ST window doesn't appear. The process remains alive and prevents another instances from start.

It seems that revision cb6639a395d8e3d24c5ebfecc689798f79477909 introduces some violations of JSON format to the Main.sublime-menu.

Sublime Text 2.0.2 buld 2221 Trailing Spaces v.1.0.0

rchl commented 4 years ago

What's the reason you are still on v2? The last release was in 2013. That's an eternity for a software. The current plan is to remove support for ST2 really.

don-pit commented 4 years ago

It just works fine. (And a license:))

rchl commented 4 years ago

I'll try to fix that by releasing the last working ST2-compatible version for ST2 only.

It won't get any more updates though while the latest (ST3-compatible) version is receiving major performance improvements.

rchl commented 4 years ago

ST2 should now be getting a compatible version through package control (one tagged with st2- prefix in the repo).