Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>A couple plugins to check out for this:</p> <ul> <li><a href="http://code.google.com/p/eclipse-glance/" rel="nofollow">the Eclipse Glance plugin</a> on googlecode</li> <li><a href="https://github.com/FrzMe/eclipse-project-exploring-plugins/" rel="nofollow">the Eclipse Project Exploring plugins</a> on github</li> <li><a href="http://code.google.com/a/eclipselabs.org/p/selectproject/" rel="nofollow">the selectproject plugin</a> on googlecode</li> </ul> <p>I'm using the first one and I'm quite happy with it. It adds a key shortcut (Ctrl+Alt+F) to search within most tables, treeviews, and text displays and it highlights occurences within the component. Works on editors, package explorer, etc.</p> <p>I have not use the second plugin but here's what the home page says:</p> <blockquote> <p>A set of eclipse Plugins which allow easier handling of an eclipse workspace with lots of Projects in it.</p> <p><strong>Filter Package Explorer</strong></p> <p>The Filter Package Explorer provides a view called FPackage Explorer which extends the Package Explorer and adds a filter field at the top.</p> <p><strong>Go to Project Plugin</strong></p> <p>The Go to Project Plugin provides a dialog similar to the Open Type dialog which lists all available projects in the workspace and allows you to filter them. When selecting one here it is automatically highlighted in whatever file displaying view you might have open. If you don't have any open the Package Explorer is opened showing the project.</p> </blockquote> <p>The third one is new, here's what it's page says:</p> <blockquote> <p>Eclipse contains popular shortcuts for selecting types and resources (such as Ctrl+Shift+T). This plug-in adds a similar shortcut for projects as well. Type a few letters with wildcards and quickly select one or more projects. Great for navigating, grouping projects into working sets, or other batch operations on projects.</p> </blockquote> <p>If you're wondering how to do it programatically you can also <a href="http://Adding%20a%20filter%20to%20the%20Project%20Explorer%20in%20Eclipse" rel="nofollow">check this other question</a>.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
    2. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload