herr kaste

Results 355 comments of herr kaste

Ah, okay, on Windows but not on Linux/Mac. Is this correct?

I just wrote it a) to e) and then the link to discord where I explain different ways and in more detail.

There are various options, and you may use a mix of them, and in the end it should work out nicely.

I don't have more docs just at my hand beside what I wrote up here and on Discord. I also don't understand *what* you don't understand as you don't ask...

@giampaolo You're confused and probably refer `int` as e.g. some c-type, or some other "underlying" type, basically describing how it is handled by the cpu or the compiler etc. But...

It would be `"SublimeLinter.linters.mylinter.args.append"` from my understanding. From the implementation side, the key of the setting then is `args.append`, and you could also choose `"SublimeLinter.linters.mylinter.additional_args"` or `extend_args`, you get it,...

I think we should go with `"SublimeLinter.linters.mylinter.+args"` (I prefer that over `"SublimeLinter.linters.mylinter.args+"`). It should denote that it appends to args, "+args" == additional args, or "args +args" which is what...

I have dangling views from GitSavvy all over the place. Actually seldomly the INLINE DIFF tabs but the SHOW-COMMIT and FILE tabs and specialized pick-axe, line history graphs. But I...

Not sure, but doesn't `on_deactivated` trigger just by opening the Command Palette. Basically when on the INLINE diff, it would close just by `ctrrl+shit+p`. Other than that it looks useful...

"Bracket Color Scheme" is not disabled in your case, or is it? I think the code is straight forward and correct in what it considers to be disabled. ``` disabled...