Yufan You

Results 268 comments of Yufan You

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

> it's much more of a minor inconvenience This "it" is really misleading, because the subject of the last sentence is "this", and a priority can't be compared to an...

> 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 `insertPlainText(el.first);`. I don't think that...

> empty contest ID and problem code in the toast message. Haven't read the code yet. But this problem remains.

@allcontributors add @sahilkhan03 as a contributor for ideas.

Now there are some places using a color name instead of `warn`, `info`, `error`, for example, when showing an accepted verdict. We should add a function `accepted` and make the...

I haven't tested it at local yet. But from the screen record, it seems that more features are needed to make it more useful than a shell script. See https://github.com/cpeditor/cpeditor/discussions/162#discussioncomment-174054....

I think you are requesting the feature which removes an indent when typing "}"?

You want the second indentation, and that can be achieved by the feature I described (remove an indent when typing "}"). If you think that's what you want, reply with...

> Seems like need to make changes in https://github.com/Megaxela/QCodeEditor You can add some codes around here: https://github.com/cpeditor/QCodeEditor/blob/2139da3b44315043877fc85ca9719f3f7eac9c86/src/internal/QCodeEditor.cpp#L816-L821 When "}" is pressed, you can check whether the cursor has no selection...