Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 352227 - [rename][content assist] Allow content assist when performing rename refactoring
Summary: [rename][content assist] Allow content assist when performing rename refactoring
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.7   Edit
Hardware: All All
: P3 enhancement (vote)
Target Milestone: 3.8 M2   Edit
Assignee: Markus Keller CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-07-15 11:34 EDT by Glenview Jeff CLA
Modified: 2011-08-07 09:14 EDT (History)
1 user (show)

See Also:


Attachments
Fix (2.76 KB, patch)
2011-08-03 12:00 EDT, Markus Keller CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Glenview Jeff CLA 2011-07-15 11:34:53 EDT
Build Identifier: 20100917-0705

Ideally I could use content assist during a rename refactoring as I normally do when adding a field to generate a standardized name.  For instance, while adding a field of type ClassA, I can type "ClassA", space, then invoke content assist and choose the field name "classA".  However, invoking content assist during rename refacoring does not function at all.


Reproducible: Always

Steps to Reproduce:
see above
Comment 1 Markus Keller CLA 2011-08-03 12:00:59 EDT
Created attachment 200829 [details]
Fix

This already works for the 'Rename in File' quick assist.

The patch also enables it for the Rename refactoring in the editor (and makes sure the refactoring popup appears again after the completion list is closed)
Comment 2 Markus Keller CLA 2011-08-07 09:14:17 EDT
Fixed in HEAD.