In Eclipse, how do I restrict my Open Type shortcut to only show source files in my current project

I have a lot of games and when I work on these games I often use the Open Type shortcut to find my classes, however every time I use it all classes appear in the workspace name. Since I have multiple games, when I want to search for a class Player

, for example, multiple player classes appear, and often times when I search, this is not the top.

Is there a way to change this so that it only displays files from the selected project, or even just displays them from the current or most recent project?

All help is appreciated, thanks.

+3


source to share


1 answer


Create a working set to search from:

  • Open the Open Type dialog.
  • Click on the arrow in the upper right corner.
  • Select Select Working Set → Create.
  • From there, you can choose what you want to add to the working set ... Project, package, specific classes, etc.


Of course, you will have to change this working set depending on where you want to search. Additional Information

+5


source







All Articles