Ellen Spertus
Ellen Spertus

Reputation: 6805

How can I stop RubyMine/IntelliJ from closing my buffers?

RubyMine 6.3.3 (which uses the IntelliJ codebase) seems to quietly close file buffers when I have ten files open and open another. How can I disable or change this limit?

Upvotes: 6

Views: 507

Answers (1)

Dave Schweisguth
Dave Schweisguth

Reputation: 37617

Go to Preferences -> Editor -> Editor Tabs. Under "Tab Closing Policy", set "Tab limit" to whatever you like. Use the maximum of 99 if you don't want tabs to auto-close at all.

Upvotes: 7

Related Questions