oakmac / sublime-text-parinfer

Parinfer plugin for Sublime Text
ISC License
57 stars 8 forks source link

fix auto-enable #33

Closed pjago closed 3 years ago

pjago commented 6 years ago

Fixing issue #30 on sublime text 3

pjago commented 6 years ago

Whenever I navigate through files using "Goto Anything", Parinfer is refreshing and making their views non-transient. Then I end up with many tabs I am not interested in. I guess we shouldn't refresh on transient views.

pjago commented 6 years ago

I find this to be working quite well with project files that I keep working on sublime text. But perharps we could filter this feature on files of a certain folder, or only on files already open at startup. Just because not every one uses parinfer, and it can modify a file when you're just reading it.

oakmac commented 3 years ago

I think this is superseded / fixed with PR #39