MTuner
MTuner

Reputation: 437

Eclipse: how to open files always in the active edtor?

Is it possible in Eclipse to open files (from Project Explorer) always in the active editor? (The same way, as Qt Creator does with views).

When I'm trying to open the file which is already opened in the inactive editor, Eclipse just changes the editor to inactive. I'd like to open 'another' tab of the file in the active view, without changing the editor.

Thanks a lot!

Upvotes: 1

Views: 98

Answers (1)

Jan Arciuchiewicz
Jan Arciuchiewicz

Reputation: 791

Window>New Editor or right click on editor's tab and select 'New Editor'.

Upvotes: 2

Related Questions