| Summary: | Modify Parameters refactoring: Accessability | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Martin Aeschlimann <martinae> |
| Component: | UI | Assignee: | Till Bay <till_bay> |
| Status: | VERIFIED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P2 | Keywords: | accessibility |
| Version: | 2.0 | ||
| Target Milestone: | 2.0 F2 | ||
| Hardware: | PC | ||
| OS: | Windows 2000 | ||
| Whiteboard: | |||
|
Description
Martin Aeschlimann
Task list has the same problem, i.e., how can edit the task description from the keyboard. Moving to Platform UI. If the fix requires changes in client code, pls move the bug back to JDT UI There is now a properties dialog in the tasks view that can be used to edit it. Must handle in client code. Recommend hooking F2 and/or Enter as a key listener (not as an accelerator) for editing values. Probably need to use a traverse listener for Enter. To address the accessibility problem we can add an Edit... button. In addition we should merge the old/new name columns into a single column. the 'old name' columnt will not be merged - it will be removed yes! fixed f pls verify Verified. |