deathaxe
deathaxe
> ... projects says unsaved changes are saved in the workspace file ... It actually looks like ST saves state and unsaved content in both, Session.sublime_session and <Project>.sublime-workspace. The whole...
Maybe duplicate of https://github.com/sublimehq/sublime_text/issues/28
Does it make sense to add a `"hot_exit": "projects_only"` setting with following behavior? 1. hot_exit is enabled for windows with a project only 2. unsaved files are stored in associated...
ST sometimes blocks shortly if the previed file is of a syntax which needs to be loaded. This happens for some of the more sophisticated syntaxes only. I wouldn't find...
It doesn't take that long, but is a design decision to not add it as preview takes place asynchronously and doesn't / shoudn't therefore impact navigation speed. That's what I...
FWIW: I wonder if it would make sense to implement the same kind of debouncing delay as for the `UI: Select Theme` command. So the file is previewed only if...
Can't second that. On Windows 10 ST 4079. While all matches are highlighted if the find panel is open, it does not work if you just select the whole token...
Like I said, highlighting matched word works even with `#TEST` if find panel is open. If you just select a word in the buffer, it works only for those without...
I've tried again with Bash. Removed the following as those denote the beginning of variables. ``` // removed `$`, `@`, `%`, `-` "word_separators": "./\\()\"':,.;~!#^&*|+=[]{}`~?", ``` It does not effect situation...
That's it. Unfortunatelly `\b` is not sufficient in a couple of syntaxes. It should ideally respect/use the specified `word_separators` 