| Summary: | [recovery] content assist computing wrong context for unclosed doc tag | ||
|---|---|---|---|
| Product: | [ECD] Orion | Reporter: | Michael Rennie <Michael_Rennie> |
| Component: | JS Tools | Assignee: | Michael Rennie <Michael_Rennie> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | ||
| Version: | unspecified | ||
| Target Milestone: | 7.0 | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
|
Description
Michael Rennie
The reason for not finding the correct comment context was that esprima would throw an exception for unclosed block comments. Pushed recovery support for unclosed block comments + tests to: http://git.eclipse.org/c/orion/org.eclipse.orion.client.git/commit/?id=7b99b18581c214bab5238a54d40fac60b1fff592 I will update the content assist distinction between jsdoc and doc in bug 440569 |