deathaxe

Results 155 issues of deathaxe

Just in case ...

### Description of the bug ST 4202 displays lots of changed files, regardless worktree in question being clean. Likely related with https://github.com/sublimehq/sublime_merge/issues/2112 ### Steps to reproduce Open a sparse-checked-out worktree...

T: bug
C: VCS

### Description of the bug As both loaders are instantiated with same arguments, they should probably define same `__init__()` arguments. ```patch python313/sublime_plugin.py | 4 ++-- 1 file changed, 2 insertions(+),...

T: bug
C: API

### Description of the bug Maybe not a big deal, but it is a bit unexpected to see backslashes in resource paths of `Package.plugin.__loader__.resource_path`. Not sure if it is intentional,...

C: API

### Description of the bug The `__slots__` still declares "loaders", which is not used and doesn't exist. It should be "packages" instead. ### Steps to reproduce - ### Expected behavior...

T: bug
C: API

### Problem description Mariana doesn't specify a dedicated rule to highlight `variable` scope. Instead it relies on them not being highlighted by forground text color. If a variable however is...

T: enhancement
C: Color Schemes
with patch
C: Default

### Description of the bug `View.syntax()` returns `None` after programatically assigning a syntax definition by calling `View.assign_syntax()`, if either - an invalid syntax resource path (e.g.: Packages/AnyStupid/Nonsense.sublime-syntax) - or a...

T: bug
C: API

### Description of the bug Files, which have been added by upgrading Sublime Text may remain in install directory after uninstalling. The reason is ST being installed via InnoSetup but...

T: bug
C: OS Integration
C: Application-unrelated
C: OS Windows

### Description of the bug If plugins of a _MyPackage.sublime-package_ are overriden, but the overriding package doesn't contain a `.python-version` file, setting `"ignored_packages": ["MyPackage"]` causes the overriding plugin `plugin.py` to...

T: bug
C: API