QCodeEditor
QCodeEditor copied to clipboard
Qt Code Editor widget. Now deprecated and will no longer be maintained by the CP Editor team.
This fixes cpeditor/cpeditor#774.
Vim Cursor is a rectangle with the character inside of it. This commit adds a member function called `setVimCursor()` and `vimCursor()` that sets and retrieves the cursor type the QCodeEditor...
Hi @ouuan , @coder3101 , @neko-para Anyway this PR(https://github.com/cpeditor/QCodeEditor/pull/24) got merged but I want to point out that you can't increase font value in floats and what I have seen...
**Is your feature request related to a problem? Please describe.** QCodeEditor has many problems, see the [issues](https://github.com/Megaxela/QCodeEditor/issues). **Describe the solution you'd like** Use QScintilla as the editor. **Describe alternatives you've...
``` /* CODE HERE //*/ ``` The highlighting recognizes that this is a block comment and highlights the whole chunk, that is correct. However, if we add / at the...
**Is your feature request related to a problem? Please describe.** Whenever I am using the for loop or anything like that and not using the parenthesis then it just goes...