deathaxe
deathaxe
Shouln't have any impact on static completions from _*.sublime-completions_ file. Note: I was able to reproduce this behavior in SAFE MODE with plain PHP completions. Typing `$` followed by `v`...
Sounds like an idea for a plugin or maybe an extension for @ranky3k's ProjectManager. A plugin an query `window.project_file_name()` and the `window.project_data()` with the folders being added. An `EventListener` could...
ST basically supports cycling through groups/panes via `focus_neighboring_group` command very much like it supports cycling through tabs in group/pane via `next_view/prev_view`. The main usability issue, IMHO is, that cycling through...
I barely remember a discussion which finally pointed to Chromium having exactly this kind of "append NUL to clipboard" issue. It's just ST which also displays hidden characters, which several...
Is it PHP code? SQL highlighting is achieved via push `with_prototype` atm. I wonder if things change with - PHP package from https://github.com/sublimehq/Packages/pull/2789 or even - PHP package from https://github.com/deathaxe/sublime-packages/tree/wip/php...
Just noticed, SQL syntax is still pushed `with_prototype` in both suggested branches. I'll turn them into `embed`s, to see whether it improves things.
I can confirm ST freezing in this situation on Windows 10 as well. It seems not related with embedded syntaxes such as SQL in your case though. It just appears...
I've added a commit with several bailouts to my "wip/php" branch. It keeps existing syntax tests intact. Can't say anything about real world code though. ST no longer freezes on...
I've renamed the shipped _PHP.sublime-package_ to disable it. That's required due to several structural changes with the mensioned branches/PRs. Otherwise you'd just want to place the symlink to `~/.config/sublime-text/Packages`, which...
You may need to checkout HTML package from that branch as well. This WIP branch uses several HTML related PRs, which have not yet been merged or released with ST.