| Summary: | Code completion removing right brackets | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | I Am Legenda <iamlegenda25> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | CLOSED WONTFIX | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | iamlegenda25 |
| Version: | 4.5.2 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 10 | ||
| Whiteboard: | stalebug | ||
This bug hasn't had any activity in quite some time. Maybe the problem got resolved, was a duplicate of something else, or became less pressing for some reason - or maybe it's still relevant but just hasn't been looked at yet. If you have further information on the current state of the bug, please add it. The information can be, for example, that the problem still occurs, that you still want the feature, that more information is needed, or that the bug is (for whatever reason) no longer relevant. -- The automated Eclipse Genie. |
This bug happens only when I follow these exact steps: - Type an opening left parenthesis - "(" - Eclipse will now automatically add the closing right parenthesis. - Write anything that can be autocompleted and either press ctrl+space or wait for the autocompletion dialogue to come up. - Without pressing Enter, type the closing right parenthesis ")" - this simply brings the cursor to the right of the previously automatically added right parenthesis. - Type the semicolon. This will, instead of putting the semicolon after the right parenthesis, replace the right parenthesis with the semicolon.