Bug 63830 - UI Popup Menu slight re-org/rename for R3.0
Summary: UI Popup Menu slight re-org/rename for R3.0
Status: VERIFIED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 3.0   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 3.0 RC1   Edit
Assignee: JDT-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: polish
Depends on:
Blocks:
 
Reported: 2004-05-25 08:47 EDT by Michael Van Meekeren CLA
Modified: 2004-06-11 09:49 EDT (History)
3 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael Van Meekeren CLA 2004-05-25 08:47:51 EDT
Navigator
	Remove 
		Add Bookmark...
	
        Do not support Shift+ R refactor as meaning the same as F2 in the 
Navigator (F2 is rename and Shift+R does nothing) (Low Priority)

Package Explorer
	Support F2 as direct rename in Package Explorer
Comment 1 Kim Horne CLA 2004-05-25 13:48:12 EDT
Add bookmark has been removed from the context menu.  

The behaviour you desire for Shift-R/F2 seems to already be in place for Navigator.

The third point is owned by JDT.  Reassigning to JDT.
Comment 2 Dirk Baeumer CLA 2004-05-25 13:54:40 EDT
Package explorer can't support inplace rename since F2 is targeted to 
refactoring rename. Refactoring rename can't be done in place due to the 
following reasons:

- need additional input
- long running
- ability to consider participants

IMO binding F2 to an inplace rename without doing a refactoring rename instead 
of showing the dialog will be more confusing for the user than the current 
solution.

As discussed with Erich package explorer will not support inplace rename.
Comment 3 Dirk Baeumer CLA 2004-06-11 09:48:36 EDT
start verifying...
Comment 4 Dirk Baeumer CLA 2004-06-11 09:49:13 EDT
verified that F2 is bound to Refactor->Rename in package explorer.