xml support

Ruan Strydom ruan at jcell.co.za
Sat Nov 14 07:36:43 UTC 2009


> did you think about code completion? that would be very useful.
Yes but I am not that familiar with the duchain and how to extend it, the idea 
was to do that later and use it for the tree view as-well.

> And does it work with HTML?
It will prob only work for XHTML, as I took a shortcut with the tree using DOM 
(I have to change this to xmlreader still). The formatter was hand written 
cause DOM/SAX is too restrictive so I could make that work with HTML?

Here is more pictures, one for XML and another for XSD.

http://www.jcell.co.za/xmlsupport2.png
http://www.jcell.co.za/xmlsupport3.png
http://www.jcell.co.za/xmlsupport.png

The reason for asking it that I do not think showing the attributes for the 
XSD is correct but maybe someone likes it? I should prob write a delegate to 
display all the properties (attributes) for the node more elegantly? Unless 
someone likes it like this?


On Saturday 14 November 2009 08:27:56 am Niko Sams wrote:
> On Fri, Nov 13, 2009 at 22:12, Ruan Strydom <ruan at jcell.co.za> wrote:
> > I am trying to make a xml support plugin which consists of (for now):
> > 1) tree view (first phase almost done)
> > 2) formatters (done)
> > 3) validator (almost done)
> > 4) problem reporter (must still do)
> >
> > This is what the xsd tree looks like and want to know if its ok, perhaps
> > someone can give me pointers on improving it, make it more use-full?
> >
> > http://www.jcell.co.za/xmlsupport.png
> >
> > ps: The idea is that you can add elements to the tree, although it would
> > probably come later.
> 
> Hi,
> Looks nice!
> did you think about code completion? that would be very useful.
> 
> And does it work with HTML?
> 
> Niko
> 
> --
> KDevelop-devel mailing list
> KDevelop-devel at kdevelop.org
> https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-devel
> 




More information about the KDevelop-devel mailing list