| Summary: | "Undo Typing" is a misnomer for applied QuickFix. | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Brian Miller <bmiller> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | RESOLVED DUPLICATE | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Dani, I am moving this to JDT/Text first. To solve this we would need some API to control the label put into the undo menu. |
Let QuickFix remove the unneeded cast. Then see that the Edit menu has an item named "Undo Typing", which is a misnomer since no key was typed. ----------------------- Bug.java ---------------------------- class Bug { String x=(String)""; }