How cool is this?
I was looking at this:
/*
* Non-Javadoc. Method declared on Viewer.
*/
public void refresh() {
refresh(getRoot());
}
I hit F3 when Viewer was selected and it took me there. It appeared to do it because it matched the name of a class. Hitting F3 on Method also worked. Pretty cool!
Posted March 2nd, 2009 by Francis Upton in category: Uncategorized
You can leave a response, or trackback from your own site.
One Response to “How cool is this?”
Leave a Reply
You must be logged in using your Eclipse Bugzilla account to post a comment.


Boris Bokowski Says:
March 2nd, 2009 at 2:41 pm
I hope you know about Ctrl+T as a more powerful F3 for when you have abstract stuff like refresh() and getRoot() selected…?