Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 335409

Summary: [content assist] Completion does not work when there is tag after it
Product: [WebTools] WTP Source Editing Reporter: Pascal Rapicault <pascal>
Component: wst.xmlAssignee: Nick Sandonato <nsand.dev>
Status: RESOLVED FIXED QA Contact: Nitin Dahyabhai <thatnitind>
Severity: normal    
Priority: P3 CC: mkleint, nsand.dev
Version: 3.3   
Target Milestone: 3.4.2   
Hardware: PC   
OS: Mac OS X - Carbon (unsup.)   
Whiteboard:

Description Pascal Rapicault CLA 2011-01-25 21:25:02 EST
I have the following bit of XML in my pom
  <build>
  <pluginManagement>
  <plugins>
  <plugin>
  <artifactId>maven-resources-plugin</artifactId></plugin>
  </plugins>
  </pluginManagement>
    <plugins>
    
    </plugins>
  </build>

when after </artifactId> and on the same line, I type in a < and then hit completion and complete with version, the necessary XML is not added.
Comment 1 Milos Kleint CLA 2011-01-26 07:52:29 EST
I've been able to reproduce with the xml schema xml file as well.


<xs:all xmlns:xml="http://www.w3.org/XML/1998/namespace" xmlns:xs="http://www.w3.org/2001/XMLSchema" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.w3.org/2001/XMLSchema http://www.w3.org/2001/XMLSchema ">

the issue si not maven editor specific, it's generic to the xml schema based completion.

reassigning to wst.xml, i hope it's the appropriate place, if not please reassign further. thanks.