Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to prevent PyCharm from automatically closing opened files?

From time to time I need to open multiple files in PyCharm. Every opened file has a visible tab on the top of the editor. From my observations when the visible tabs take the space of two rows PyCharm starts to automatically close the files opened first. How can I prevent this? Often I really need to open the files that PyCharm automatically closes and my productivity drops immediately!

like image 611
Nikolay Georgiev Avatar asked Jul 29 '13 11:07

Nikolay Georgiev


1 Answers

Windows: Settings | Editor | General | Editor Tabs | Tab limit

Mac: Preferences | Editor | General | Editor Tabs | Tab limit

Under the Tab Closing Policy group, the default is 10, set it to some larger value.

like image 73
CrazyCoder Avatar answered Nov 10 '22 11:11

CrazyCoder