Вопрос

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?

Это было полезно?

Решение

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

Лицензировано под: CC-BY-SA с атрибуция
Не связан с StackOverflow
scroll top