44

In Intellij 13 the main code window showed all my open classes (their names flowed onto multiple lines), but now in Intellij 14 it shows a little dropdown and only shows them on one line. Is there a setting I can change to get it to flow to multiple lines again?

CorayThan
  • 17,174
  • 28
  • 113
  • 161

3 Answers3

72

In Preferences, under Editor > General > Editor Tabs, untick the "Show tabs in single row" option.

Makoto
  • 104,088
  • 27
  • 192
  • 230
32

IntelliJ IDEA 15

  • File > Settings... or press Ctrl + Alt + S

    File Settings

  • Editor > General > Editor Tabs > Show tabs in single row

    Editor General Editor Tabs Show tabs in single row

    If your work with a small number of file types, I recommend you to check the Hide file extension in editor tabs, too. I usually work with Java and XML files and I can easily recognize them because only the Java file names are in camel case.

ROMANIA_engineer
  • 54,432
  • 29
  • 203
  • 199
0

Open Files ->Settings ->Editor -> General ->Editor Tabs->check show tables in a single row option

you can also choose other options like hiding tabs etc....