Bug 70735

Summary: [navigation] Add context menu to quick views
Product: [Eclipse Project] JDT Reporter: Eugene Kuleshov <ekuleshov>
Component: TextAssignee: JDT-Text-Inbox <jdt-text-inbox>
Status: ASSIGNED --- QA Contact:
Severity: enhancement    
Priority: P3 CC: markus.kell.r
Version: 3.0   
Target Milestone: ---   
Hardware: All   
OS: All   
Whiteboard:

Description Eugene Kuleshov CLA 2004-07-23 11:26:19 EDT
Please add a popup menus into quick Outline and quick Hierarchy popup dialogs. 
The following actions will be really handy for both views:

-- Copy text into clipboard (Ctrl-C).
-- Insert selected class/method name into current editor position (e.g. Ctrl-Enter)
-- Show JavaDoc quick view (same as for Ctrl-Space) (F2)
-- Jump to JavaDoc for selected element (Shift-F2)

For quick querarhy only:

-- Switch focus to the selected element (to see classes/interfaces inherited
from it)