Im searching for text editor example with text completion and coloring
Unsolved
General and Desktop
-
Hello all
I need to implement simple text editor that can recongnize text formats
For example json or xml or html , and then be able to do text completion and coloring
And of course detect if its vaild format .
Is there any good open source app example or component that i can use ?
Thanks -
@umen242 You can take a look at https://riverbankcomputing.com/software/qscintilla/intro
-
Another alternative is KTextEditor/KTextWidgets from the KDE API
If you want to implement it yourself a good starting point is the Syntax Highlighter Example