Pregunta

After searching for a literal in Eclipse, I get the whole matches list. Then I click twice on one of the matches and the class opens. If I want to open another match the previously opened class closes and the new one appears instead.

This is normally a good thing but sometimes I want to compare both results. Is there a way to tell eclipse not to close the class opened before?

¿Fue útil?

Solución

Go to Window -> Preferences -> General -> Search and uncheck Reuse editors to show matches.

Licenciado bajo: CC-BY-SA con atribución
No afiliado a StackOverflow
scroll top