SublimeText / TrailingSpaces

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

Terminal pops up on Windows when saving #91

Closed AndiDog closed 4 years ago

AndiDog commented 9 years ago

Using default settings, a terminal pops up shortly after I save a file, and closes immediately. Quite unnerving.

rchl commented 8 years ago

Maybe that would be fixed by #92 although I don't see any explicit calls to subprocess.* that could trigger it. My thinking is that codecs.open() call could trigger console although it doesn't for me.

rchl commented 8 years ago

By fixed, I mean avoided, by not calling codecs.open() with default options.

rchl commented 4 years ago

Now I think it was probably some other package causing that behavior.