deathaxe

Results 155 issues of deathaxe

Fixes #1756 This PR proposes to partly apply the change proposed in the issue to fix infix operator definitions as it seems safe enough not to break something. _Note: The...

#### Intro In general a trend/principle in syntax definitions can be found which ends up with scoping the declaration/definition of constructs with `entity.name.`. When calling/using such constructs, something like `variable.`...

RFC

### Relational Discussions about variables or keywords being expanded to something invalid by hitting enter key at the end of a line. The reason is ST removing the perfect matching...

RFC
C: Completions

### Expected behavior Code between `case` should be foldable in D as it is in C/C++. ```D switch (a) { case 0: // not foldable code break; case 1: //...

T: bug
C: Folding Rules

![grafik](https://user-images.githubusercontent.com/16542113/114204773-df27d200-9959-11eb-863e-5449f992dc81.png) Sublime Text identifies color schems by file name only. Using `Dark+` or `Light+` however doesn't provide a strong enough name to a) be able to find the syntax in...

This commit merges calls to reload modules into a single statement. Note `importer.reload()` may return a new module instance, which is then to be used for subsequent functions.

Installing and removing the _dummy plugin is needed only once after all plugins have been reloaded to trigger ST to pick up new command and event listener instances from reloaded...

FuzzyFileNav runs perfectly well on python 3.8 plugin host. How about officially migrating it?

S: triage

The `verbose` argument of `namedtuble` function has been removed in python 3.7 The explicit use of it therefore causes the plugin to fail loading on ST's python 3.8 plugin host....

S: triage