I also just noticed that completion works in the absence of a DTD, mimicing
the structure previously seen.  In this case, order should be maintained
also.

Obviously its all the same to XML, but it makes it more readable to humans
if the parameters are in a logical, consistent order.

Roger Dubbs

> In my dtd I have:
> <!ELEMENT location EMPTY >
> <!ATTLIST location left %Length; #REQUIRED >
> <!ATTLIST location top %Length; #REQUIRED >
> <!ATTLIST location right %Length; #REQUIRED >
> <!ATTLIST location bottom %Length; #REQUIRED >
>
> When I autocomplete in xml, I get:
>         <location bottom="" right="" top="" left=""
>
> What I want is:
>         <location left="" top="" right="" bottom="" />
>
> Since the ELEMENT is EMPTY, it should be closed automatically also.
>
>


_______________________________________________
Eap-features mailing list
[EMAIL PROTECTED]
http://lists.jetbrains.com/mailman/listinfo/eap-features

Reply via email to