Program - code editor in QML
Unsolved
QML and Qt Quick
-
Hi all,
I would like to create a code editor for my Qt application. The different pages/screens/windows of my application are developped in QML. I was looking for a good and fast solution for this but I did not find any solution.
Code editor capabilities:
- Colour some key words defined by me.
- Word completion.
I read about qscintilla2 and launch the demo example, but I do not find easy and fast to include it in my application since it is not developped in QML. Does somebody know any QML development? Is there any other solution apart from starting to develop one from zero?