Bug 183514 - [misc] Inline rename could work cross-editor
Summary: [misc] Inline rename could work cross-editor
Status: ASSIGNED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Text (show other bugs)
Version: 3.3   Edit
Hardware: PC Windows XP
: P3 enhancement (vote)
Target Milestone: ---   Edit
Assignee: JDT-Text-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-04-21 17:54 EDT by Missing name Mising name CLA
Modified: 2007-05-03 10:10 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Missing name Mising name CLA 2007-04-21 17:54:04 EDT
3.3M6 I20070323-1616

Open two files in side-by-side Java editors:

	public class X {}

	public class Y extends X {}
	
Invoke inline rename on one of the 'X's.  The instance in the other editor is not highlighted.