| Summary: | 'Add closing parent' feature improvement | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Martin Aeschlimann <martinae> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | enhancement | ||
| Priority: | P3 | CC: | avijayr, Mike_Wilson |
| Version: | 2.0 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Martin Aeschlimann
I have no idea what a closing parent is. You must mean parenthesis :-) It's more complicated than that. The right way is to track all curly braces, brackets and parenthesis of the default Java partition and skip only if the tree structure is ok. In all other cases, the closing parenthesis, bracket or curly braces are inserted. *** Bug 24589 has been marked as a duplicate of this bug. *** Unassign due to staff changes. Not sure how far this was taken, but the specific problem reported by this bug has been fixed. Tested in R3.4 M6a. |