theraven
theraven

Reputation: 5025

Possible to prevent Eclipse automatically opening new files?

Is it possible to prevent Eclipse from spawning a new tab and opening up a newly created file? I am on a low end machine developing for Android, and find it very abrasive that every new layout xml I create automatically opens the layout manager in a new tab. I would rather the file just be created in the package explorer and if I need to open the new tab, then I can double click it.

Upvotes: 0

Views: 177

Answers (1)

Kai
Kai

Reputation: 39632

You can copy/paste an existing file. That way you get a "new file" which will not be opened automatically.

Upvotes: 2

Related Questions