InteliJ IDEA Plugins: Accessing XML through IntelliJ IDEA DOM
Peter Gromov, one of IntelliJ IDEA developers, shares his knowledge about utilizing IntelliJ IDEA 6.0 XML DOM power in the field of plugin authoring.
Peter wrote the article that describes the key principles of working with XML data through this DOM and quickly outlines how it can be used to empower and simplify plugin development with the latest version of IntelliJ IDEA.
Read the full story
IntelliJ IDEA 6.0 is now avaliable as beta version. The complete release is scheduled to the mid of fall, 2006.
Comments below can no longer be edited.
Yann Cébron says:
August 6, 2006Thanks for this nice and well structured article. I found some bugs in the code (wrong signatures shown in example), maybe you should check it again for recent changes in API (I tried it in 5994).
Alexandra Rusina says:
August 8, 2006Please, send all found errors to the article author (peter at jetbrains.com).
Ankit says:
May 23, 2019I encountered problem ..While I was running mY first hello world code ..A mesaage pops “AndroidManifest.xml file not Found” .. Please Help me..