Hello

code completion in XML files can get in your way pretty badly. Consider 
this snippet from an ant file:

   <condition property="build.dir">
     <isset property="build.dir"/>
   </condition>

now I decide that I need to surround the "isset" condition with a 
<not/>, to make it look like:

   <condition property="build.dir">
     <not><isset property="build.dir"/></not>
   </condition>


Put your cursor in front of the "isset" and start typing. THen go to the 
end and try to complete. You end up in a fight with idea, who gets to 
complete what and how (It is obvious that completion is a tricky 
business if people dont follow the expected work pattern..)

regards
Christian

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

Reply via email to