deathaxe
deathaxe
Tidy up dependencies.json This PR introduces a common key sort order for all dependency entries to make transition to scheme 4.0.0 easier. libraries: name, description, author, issues, load_oarder, releases releases:...
What is the exact function of the following package folder detection heuristic? Is it still relevant? May we replace it with corresponding sublime.... API calls? The heuristic to derive `package_dir`...
### Description of the bug It seems minidiff changes have some side effects with sidebar. Directly after startup and scrolling a bit, it looks like:  Hovering the sidebar hides...
### Problem description `sublime.make_sheets()` can return `None`, while several methods which use it are declared to return valid `Sheet()` objects only.  ### Preferred solution Ensure API only returns valid...
### Problem description Recently realized pyright complaining about type mismatch in statements which create `sublime.QuickPanalItem()` objects.  Maybe I am missing something, but manually adding type hints to parameters of...
### Description of the bug The `load_resource()` function fails loading resources from a sub directory of a package, when called directly in `plugin_loaded()` hook, while package is being enabled. ###...
This PR is introduced to track changes on develop/latex branch, which is intented to be used to collect and review various improvements implemented by @ngc92 without creating too much noise...
This commit adds support for pandoc style inline attributes in reference definition blocks. This kind of attributes is already supported by inline links and images. See: https://github.com/SublimeText-Markdown/MarkdownEditing/issues/712
Fixes #3553 If pattern matching or regexp substitution is performed within parameter expansions (e.g.: `${^pattern}`) braces must be escaped in order to not terminate the variable expansion. Braces don't need...