Bug 8805 - context menus and finding references to methods
Summary: context menus and finding references to methods
Status: RESOLVED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: SWT (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-GTK
: P1 normal (vote)
Target Milestone: ---   Edit
Assignee: Boris Shingarov CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2002-01-30 21:50 EST by Greg Smolyn CLA
Modified: 2002-05-08 15:46 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 Greg Smolyn CLA 2002-01-30 21:50:21 EST
This might be a problem for the JDT gang, but it seems to only be appearing in
the GTK version.

Open up a java workspace, and select a method (click once). 
Left click to bring up the context menu, go down to "References" and search in
the workspace or hierarchy or whatever.

If you have just opened the workspace, the program will beep.  I guess
signalling  nothing found.  

If you double click on the method instead (not quite sure the difference, though
I think double clicking causes the method's name to be selected in the editor
pane).  Then try finding the references again. It will find them.

The real problem is after a reference has been found-- you usually click twice
on it to bring it up in the editor to look at.  Then if you go over to the
overview pane again and either (a) click once to select and then right click on
a method or (b) just right click on a method, you will instead find that when
you search for references again, you will bring up the references that is
highlighted in the editor. Quite confusing!
Comment 1 Greg Smolyn CLA 2002-01-30 21:51:11 EST
sorry, forgot to mention: release 20020125
Comment 2 Mike Wilson CLA 2002-01-31 14:42:43 EST
Sounds like focus issues.
Comment 3 Boris Shingarov CLA 2002-04-18 13:07:14 EDT
It's the "random focus grab".  We have resolved some of the symptoms, but some 
weird things are still happening.  Right now, this is marked "priority #1".
Comment 4 Boris Shingarov CLA 2002-05-08 15:46:50 EDT
Fixed.