deathaxe
deathaxe
Resolved by ST 4136+
Related core issue: https://github.com/sublimehq/sublime_text/issues/3674
`MarkdownEditing: Run markdownlint` passes the content to the invoked markdownlint executable. There's no option to specify a file name. This command was added by 0b4a6f5f532765a218fee495231b70185427faee this way. Not sure whether...
According to _Symbol List - Headings.tmPreferences_ many spaces are added, which seem to be condenced by ST.
I failed to reproduce. But it turned out I had choosen the wrong setting. That's why I removed my false statement again. The issue is caused by a type conflict...
Maybe possible via auto completions
What I have in mind is ...  It should already work, when pressing `ctrl+space`. Just haven't added a auto completion selector, yet.
This is actually a bug of git so far. as calling `git show Filename.php` works case insensitive but `git show HEAD:Filename.php` does not.
The diff popup uses `mdpopups.get_language_from_view(view)` method to determine the syntax to use for highlighting. Highlighting itself is done by mdpopups. Small hunks which don't represent fully qualified statements are most...
Thank you very much for this comprehensive description. > I don't know what GitGutter is doing in the picture above, GitGutter manages both, a hidden copy of the tree object...