| Summary: | [assist] style tag name completed as a property | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Curtis Windatt <curtis.windatt.public> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | curtis.windatt.public, steve_northover |
| Version: | 11.0 | ||
| Target Milestone: | 12.0 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
|
Description
Michael Rennie
Is this a rare case? I tried <style> completion in a random html file and it seemed to work. I can reproduce this. The tag completion works fine, but putting the caret at the end of the tag name results in it being completed as an attribute. http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=48ede501775596789008b3d84ce6f066ea2100ae Fixed with a new test With the new parser we know if we have a matching close tag range, so we can be smarter about our proposals. I will file a new bug. |