How and where to find Qt syntax highlights and Advanced Editor options
-
Hi
Have a look at this example
https://doc.qt.io/qt-5/qtwidgets-richtext-syntaxhighlighter-example.html#
it is using https://doc.qt.io/qt-5/qsyntaxhighlighter.html
You can add in a
https://doc.qt.io/qt-5/qcompleter.html
fo9r some completion. -
Hi
Have a look at this example
https://doc.qt.io/qt-5/qtwidgets-richtext-syntaxhighlighter-example.html#
it is using https://doc.qt.io/qt-5/qsyntaxhighlighter.html
You can add in a
https://doc.qt.io/qt-5/qcompleter.html
fo9r some completion. -
@mrjj
Thanks !
Do you know any advance open source text editor which are open source ?
except Qt creator -
@mrjj
Thanks !
Do you know any advance open source text editor which are open source ?
except Qt creator@umen242 Take a look at https://www.scintilla.org/ and https://www.scintilla.org/SciTE.html
-
what about this ?
https://riverbankcomputing.com/software/qscintilla/intro -
@umen242
Hi
What would make it advanced?
There is notepad++
Its a super nice editor with tons of plugins. -
@umen242
HI
Yes i understood that.
Notepad++ IS open source
https://github.com/notepad-plus-plus/notepad-plus-plus
and also using scintillaQScintilla is fine but do note that
"QScintilla is available under the GNU GPL v3 and under a commercial license." -
@umen242
HI
Yes i understood that.
Notepad++ IS open source
https://github.com/notepad-plus-plus/notepad-plus-plus
and also using scintillaQScintilla is fine but do note that
"QScintilla is available under the GNU GPL v3 and under a commercial license." -
@mrjj
Thanks for notice the license ... not good for me .
Is there any other Qt scintilla wrapper ? -
what about performance if i use the Qt build in text features ?
i downloaded some open source editors which using Scintilla
and the performance are slow but then again maybe they have been programed wrong .
example :
https://github.com/martinrotter/textosaurus/releases