deathaxe
deathaxe
FileManager shouldn't abuse the ApplicationCommand class but use the WindowCommand which is designed to be used for window related commands. By doing so some of the hazzle in the different...
**Describe the bug** Just found some error logs, which seem to point to LSP having issues in its cleanup code, which is called when ST exits. **To Reproduce** Steps to...
Fixes #377 This PR ... 1. completely refactors/rewrites _Property List_ and _TextMate Preferences_ syntax - switch to sublime-syntax v2 - inherit TextMate Preferences from Property List - introduce a common...
I often see the following error message when closing syntax test files.  Not sure about the detailed circumstances, but it seems related with closing a file after restarting ST...
 ``` { "keys": ["alt+b"], "command": "insert_snippet", "args": {"contents": "**${SELECTION/^\\*\\*|^__|\\*\\*$|__$//g}**"}, "context": [ { "key": "selector", "operator": "equal", "operand": "text.html.markdown - markup.bold - markup.bold_italic", "match_all": true }, { "key": "setting.mde.bold_marker_asterisk", "operator":...
I am writing my first _syntax_test_ file with PackageDev and I am impressed of the features supporting my work. Great job. However one idea was born how to possibly improve...
Packages like _One Dark Color Scheme_ have been removed from registry years ago. They are still listed at packagecontrol.io however. 
packagecontrol.io displays MarkdownEditing version 2.2.9 to be one of the releases for whatever version of ST.  According to https://github.com/wbond/package_control_channel/blob/2382484885024c1b0adbb229486daec2b34fe060/repository/m.json#L620-L637 and the distributed json data the only two versions available...
The screenshot shows a package which was recently added to Package Control. The allover install count in the header does not match the one of the graphics. The reason is...
_TL;TR:_ Is a release's `date` field used for anything else than determining when a package was modified? ## State Of The Art Currently, `client.download_info()` makes an API call for **each**...