[SOLVED]XML editor for Qt Ctrator
-
wrote on 21 Jun 2013, 00:35 last edited by
By default Qt Creator 2.7.0 can highlight xml files but editing them really painful because it doesn't support tree view or even auto closing tags (ex. after writing <data> it should automatically create </data>)
Is there any plugin for extending XML editing in Qt Creator?
P.S. I read somewhere that there is a pluging but as I remember it available on damn Github as source code which needs Qt Creator source code to be able to build it.
-
wrote on 1 Jul 2013, 23:45 last edited by
Bump it!
-
There's no ready-to-download plugins AFAIK.
This is probably the plugin you were talking about: http://qt-project.org/forums/viewthread/1122 ...but note that the GitHub description says it's still quite basic, and that it hasn't been developed for a few years.
If you really want it, try downloading the source code and build it. Qt Creator source is easily available: http://qt.gitorious.org/qt-creator
But at the end of the day, life will probably be a lot nicer if you use a dedicated XML editing software instead.