XmlTree plugin for Qt Creator
-
I've finished first alpha version of my plugin and just want to introduce it.
Qt Creator has a lot of cool things to work with xml files as text files (Generic Highlighting is cool, hehe), but sometimes it is useful to represent xml as tree and work with it as with tree, not as with text file.
So my plugin is for working with xml as with tree. Also it can show you xml as text (just as standard TextEditor does).You can find sources at "gitorious":http://gitorious.org/qt-creator-xml-tree-plugin .
Will be good to receive some feedback.
-
Nice. And you even already added it to the "plugin gallery":http://developer.qt.nokia.com/wiki/Qt_Creator_Plug-in_Gallery ;-) Great!
-
Are there any plans to integrate it into the upcoming Qt Creator Versions? Maybe for Version 2.6 or 2.7 would be great. I am currently updating the "plugin gallery":http://developer.qt.nokia.com/wiki/Qt_Creator_Plug-in_Gallery and wanted to find out the current status.