| Summary: | [assist][html] Tag completions appear inside script blocks | ||
|---|---|---|---|
| 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 |
| Version: | 11.0 | ||
| Target Milestone: | 11.0 | ||
| Hardware: | PC | ||
| OS: | Mac OS X | ||
| Whiteboard: | |||
|
Description
Michael Rennie
http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=82350171a1c2b0caeafe8593c832fd3d2bc2f5a5 Fixed in master + tests The previous parser had text nodes whereas the new parser returns a tag node with a text attribute. I removed all the logic using the text node and added a separate check to see if we were in the actual tag (so we get attribute completions). |