Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 352227

Summary: [rename][content assist] Allow content assist when performing rename refactoring
Product: [Eclipse Project] JDT Reporter: Glenview Jeff <junk>
Component: TextAssignee: Markus Keller <markus.kell.r>
Status: RESOLVED FIXED QA Contact:
Severity: enhancement    
Priority: P3 CC: daniel_megert
Version: 3.7   
Target Milestone: 3.8 M2   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Fix none

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.