herr kaste

Results 355 comments of herr kaste

Set `args` to a list of single arguments without the leading `git`. 😲 E.g. 😁 ``` > git merge --foo -bar XOO ``` becomes ``` ['merge', '--foo', '-bar', 'XOO'] ```

AFAIK the current branch name is not available for the `gs_custom` command. See https://github.com/divmain/GitSavvy/blob/master/docs/custom.md

`` is a good candidate for such a keybinding. The key should invoke a 'DefaultAction'. E.g. if the cursor is under a staged file, it will unstage the file. If...

It's not trivial on top of the current code ... def not a low hanging fruit.

Hi! I would not provide a key-binding, t.i. for this type of command I would recommend opt-in instead of opt-out. The way to go would be to remove all `*.sublime-keymap`...

> Are you saying [the primary class](https://github.com/pxninja/token-generator/blob/b219cdb0d7c4c9978a66d560314419e81fdadb41/Token%20Generator.py#L17) needs to be renamed to TokenGeneratorNewTokenCommand, and then update each reference to token_generator_new_token? Yes, that's what we all usually do (except in the...

Yeah that was a bit short. Take the package name -- as you did -- for the special Sublime files, e.g. "Token Generator.sublime-settings". But the python file should be a...

But `$folder` doesn't work for orphaned files and that's probably the use case here, @braver. Now of course not having a $folder is an edge case. We must support and...

Hm, I would expect some lines with "No match for line ..." in the console output. That would indicate that our regex can't parse the output format of phpmd. I...

Yeah, that's not the formatting we expect here. We have a very simple regex `(.+):(?P\d+)\s*(?P.+)$` which very obvious does not match for e.g. ``` - Unexpected token: problemFnc, line: 8,...