-
Notifications
You must be signed in to change notification settings - Fork 95
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Settings Being Overwritten? #65
Comments
Same - thing happening for me - reverted to {
"trailing_spaces_highlight_color": "invalid"
} though... |
I have the excatly same issue as matthewwithanm. It worked for several days and now it stopped because every time I toggle between hightlighting enabled and disabled it replaces my settings with Moreover it says "Highlighting of trailing spaces disabled" in the notification bar at the bottom of ST3. Settings are that it is enabled. This is what occurs in the console, when i update the Settings-user.
Traceback (most recent call last):
File "C:\Daten\Sublime Text 3\sublime_plugin.py", line 303, in on_activated
callback.on_activated(v)
File "trailing_spaces in C:\Daten\Sublime Text 3\Data\Installed Packages\TrailingSpaces.sublime-package", line 395, in on_activated
File "trailing_spaces in C:\Daten\Sublime Text 3\Data\Installed Packages\TrailingSpaces.sublime-package", line 416, in freeze_last_version
File "X/codecs.py", line 884, in open
FileNotFoundError: [Errno 2] No such file or directory: 'C:\Daten\Sublime Text 3\Data\Packages\TrailingSpaces\trailing_spaces.sublime-settings'
reloading Packages/User/trailing_spaces.sublime-settings
Reloading /C/Daten/Sublime Text 3/Data/Packages/User/trailing_spaces.sublime-settings
I installed it manually and now the errors are gone, but it still overwrites the highlighting color setting. |
As previous, I also noticed when toggling highlight via command panel modifies the user prefs file, removes all comments, removes pattern and removes the highlight scope. Very annoying. Edit (looks like the comment removal part is an ST bug) |
I ran into this same problem. I was getting this stacktrace in the console.
I used the command |
Same issue here on Linux. I update my user settings file to set
|
I'm working on ST3 build 3126. After updating I'm facing the same issue. |
this is driving me nuts... |
I'm not sure if this is an issue with TrailingSpaces or ST3, but it's only happened with this bundle so I'm posting here.
For some reason, my settings keep being overwritten. I edit my user-specific package settings to look like this:
Then a few days later I notice that it's not highlighting anymore, so I open the file and see this:
This has happened several times now, and only for TrailingSpaces. Any idea what could be up?
The text was updated successfully, but these errors were encountered: