Ashar
Ashar
You can skip whatever you want to not document. We will document them or maybe someone else. Yes it's self explanatory but still to make it consistent, we should document...
That is one of the development and CP difference. In CP we write code that only Compilers should understand, In Development the code should be understandable by others as well...
Do you guys really think there is need to highlight the current line in which cursor is there? I don't find it on some good editors. Just because QCodeEditor default...
It can also be done via theme XML file. I was talking about XML not changing the QCodeEditor sources. If you will expose an API in QCODEEDITOR then it becomes...
@ouuan That deserves a new issue of its own
Instead of having an option to disable highlighting the current line we can let the user choose a theme where highlight colour is the same as the background hence making...
In #581 I will add an option to disable highlight current line There will be a Checkbox in Appearance Settings. It is necessary because as pointed out in the above...
Was it always like this or some updates made it?
> > Was it always like this or some updates made it? > > The highlighting is always awful because of QCodeEditor. I can think why, usually highlighting is done...
> This bug is even more critical on Python. Yup. I have seen that CF comment miserable python highlighter. ```python ''' Hello Quarantine World! ''' x = input() # This...