| Summary: | Rename in file no longer selects token | ||
|---|---|---|---|
| Product: | [Eclipse Project] JDT | Reporter: | Randy Hudson <hudsonr> |
| Component: | Text | Assignee: | JDT-Text-Inbox <jdt-text-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | ||
| Version: | 3.1 | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
|
Description
Randy Hudson
This sounds more like a JDT Text issue This is an intentional change: we no longer override the users current selection. If the current selection has no length, then how is it useful to NOT select the item being renamed? Well, at least it's good to know that things are intentionally harder to use. >Well, at least it's good to know that things are intentionally harder to use.
That's what we try every day. Just tell us what else is needed ;-)
Have: f<caret>Case, start rename to add "Test": type "Test" and it's done
Have: fTyy<caret>po, start rename to fix typo: one backspace and it's done
Previously you had to revert the selection that had been forced on you.
|