csvan
csvan

Reputation: 9464

Stopping Eclipse from opening tabs in other perspectives

I recently created a new perspective, "Java History", which I have dedicated exclusively to browsing local history, reverting changes, etc.

My problem is that whenever I select a history revision for a given file (i.e. History tab -> double click a revision), Eclipse opens a tab for this revision BOTH in my main Java development perspective AND my Java History perspective, which pollutes my development perspective.

How can I get around this?

Upvotes: 0

Views: 75

Answers (1)

Marko Topolnik
Marko Topolnik

Reputation: 200296

This is normal behavior that cannot be changed: the revision is opened in the editor area and its contents are always independent of the perspective.

Upvotes: 1

Related Questions