Ashar

Results 160 comments of Ashar

@ouuan You might need to pull this to your QCodeEditor, It will be good to have Actual Java Syntaxhighlighting in 6.0 for us. Or maybe @tay10r could you also open...

These commits add some specific features to the editor that we need in our project, which might not be needed here. If your PR was possibly showing a conflict, It...

@ash12345678987654321 You can find reports about this issue status here : https://github.com/ouuan/QCodeEditor/issues/2

Already implemented in https://github.com/ouuan/QCodeEditor You can cherry pick commits from his repository to include them here.

There are functions like `isPositionInsidexxxx` in CodeEditor.cpp which was incomplete in original PR. The usage would be when highlighting matching parenthesis we will ignore the parenthesis that comes inside comments,...

I am just wondering how long until this is fixed? 🤔

@StupidQu correct, we spawn your code as child process with `QProcess`. There are two ways to increase stack size for your program: - We set the cpeditor stack size to...

TLDR; > The PR which proposed to add this has been closed. #516 was to add ksyntax highlighter + vim emulation. After this PR became stale, #1101 was created, inspired...

@rogeryoungh are you willing to port Vim Emulation from #516