Lyrical

Results 15 comments of Lyrical

This is not exhaustive ``` | a Y |a N a| Y a|a N ```

Also, this really doesn't deserve [medium_priority], it's much more of a minor inconvenience.

I just looked a bit at the cpeditor fork of qcodeeditor, and I think adding a check to see if there's no character before this line https://github.com/cpeditor/QCodeEditor/blob/master/src/internal/QCodeEditor.cpp#L813 is enough. I...

:| I can't think of all of them, because I'm not willing to delve into VSCode's source code. These are all that I can think of: ``` | a Y...

One other thing: In ``` |) ``` when you press `)`, it should become `))` and not stay `)` - but at `(|)` when you press `)` it should stay...

I meant that it **doesn't need** medium priority (i.e. it could be **lower**, not higher). Sorry for the misunderstanding.

I apologize if I offended you. One quick fix is to only execute line 813 (`insertPlainText(el.first + el.second);`) when the next character is a whitespace character, and otherwise only do...

ok i can do this as well with #151

Do note that for functions like "setRunCommandPython" I think the name is self-explanatory enough.

Ok, but then for consistency I'm going to document everything with at most one line. By the way, you did a really great job making the function names understandable. As...