Hello,

This bug will be fixed in one of the nearest build (either #609 or #610). I'll reply 
to your original e-mail when it is actually fixed.

PS The reason, there was no reply to your mail was that it simply was not fixed yet. 
We sometimes have no ability to fix all bugs from eap immediately. Some of them are 
fixed in a day but some in a week.

Best regards,
Mike Aizatsky.
------------------------------
IntelliJ Software, "Develop with pleasure!" http://www.intellij.com


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] On
> Behalf Of Tomбљ Langer
> Sent: Friday, March 01, 2002 3:58 PM
> To: '[EMAIL PROTECTED]'
> Subject: [Eap-list] #608 auto complete XML attribute creates infinite row
> of characte rs
> 
> Hello,
>       I repost this problem, because nobody reacted and it is present even
> in the new build.
> 
> Win NT 4.0, jdk 1.3.1_02, IDEA build 608
> 
> When I write XML with specified DTD, I ctrl-space in an attribute value
> (with two possible values specified in the DTD). IDEA starts to print an
> infinite row of the first letters of this value ("p" in my case). I can
> stop
> it only by pressing "home" or others, which then raises "Assertion failed"
> dialog.
> 
> I have simplified the DTD a lot, because I do not want to send the whole
> structure.
> 
> Problem is with the "st" attribute of "params" node (see attached dtd).
> 
> With regards, Tomáš Langer
> 
> Follows the XML document declaration:
> <?xml version="1.0"?>
> <!DOCTYPE authorizationRules SYSTEM
> "file:///D:\development\am\doc\xml_dtd\settings.dtd">
> 
> DTD:
> 
> <!ELEMENT authorizationRules (params)>
> <!ELEMENT params (param+)>
>   <!ATTLIST params
>     st (prepaid|postpaid) #REQUIRED
>     exec (TRUE|FALSE) #IMPLIED
>   >
> 
> <!ELEMENT param EMPTY>
>   <!ATTLIST param
>     name CDATA #REQUIRED
>     value CDATA #REQUIRED
>   >
> 
> ERROR:
> NO ERROR TO BE FOUND ANYWHERE !!!!
> --checked the log, standard output and error output...
> 
> _______________________________________________
> Eap-list mailing list
> [EMAIL PROTECTED]
> http://www.intellij.com/mailman/listinfo/eap-list


_______________________________________________
Eap-list mailing list
[EMAIL PROTECTED]
http://www.intellij.com/mailman/listinfo/eap-list

Reply via email to