How do I stop tabs from re-ordering inside IntelliJ IDEA?

前端 未结 2 1475
感情败类
感情败类 2021-02-01 02:36

Every time I click on a certain tab inside IntelliJ IDEA it reorders all the tabs. I find this to be super-annoying as I learn the order of my tabs, and then it switches.

2条回答
  •  再見小時候
    2021-02-01 02:47

    This behavior is defined by the Java Look&Feel, you can either change Look&Feel to the one that doesn't reorder tab rows or enable the option to Show tabs in single row (or set the tabs to be displayed on the right/left instead of the top).

    See also the related bug report.

提交回复
热议问题