Hacker News new | ask | show | jobs
by mangeletti 3562 days ago
I have one single complaint about Sublime Text:

In order to truly clear your history (files open, last searches, etc.), I have to maintain a script with the following:

    find ~ -name *.sublime-workspace -delete
    rm ~/Library/Application\ Support/Sublime\ Text\ 3/Local/Session.sublime_session
Other than that, see https://news.ycombinator.com/item?id=12553515
1 comments

My complaint is actually not with ST3, but with Package Control. I have to maintain my user preferences in git because PC rewrites them and resets the theme every time it updates. (I run the Material Design theme)
This might possibly be fixed by using PackageResourceViewer. It allows you to edit the package files for themes and have your changes stick. (I use this to change the font size for the tree on the left in the theme file, and I only had to make this change once).
When you say "reset" do you mean it doesn't re-enable the Material theme once the upgrade is complete?
Yes. This used to be a problem every time. In the last month or so this has happened to me only twice.
Please do open an issue in the future – I hadn't heard of the issue happening.
Acknowledged. I'll do that if it happens again.
Wow, this isn't just me! I got tired of it and just switched back to the default theme.