UI to read and svae my own xml format file.
Answered
Hello,
I wanto to develop a design view, like android studio has, for my own xml files that has a particular structure. It will present a form to my developers to put the information in particuplar fields. This information will be written in the xml file in the proper property. I understand that I have to use DOM to read the XML file but I want an example on how to bind the information in a form (Swing for example).
Regards,
Werther
Please sign in to leave a comment.
The section "Building a DOM-based GUI" in DOM docs http://www.jetbrains.org/intellij/sdk/docs/reference_guide/frameworks_and_external_apis/xml_dom_api.html explains that.
Yann, thanks for your comment. I already achieve to build the plugin and attach the form to my xml. What I'ma facing now is how to put a full editor inside this form. I already create a new topic that explains what I need. If you could see this, I appreciate -> https://intellij-support.jetbrains.com/hc/en-us/community/posts/207092649-Gui-form-to-read-and-write-xml-file
Thanks and regards,
Werther