IntelliJ new tabs opening on the left side, why?

intellij-idea

Solution

If you want to open a new tab at the end of the right side, now IntelliJ IDEA (mine is version 2017.2.4) offers you the option.

Right click at the tab bar and select "Open New Tabs At The End" option.

Problem

Say I have a Java class, and navigate to another method by CTRL + CLICK .. The new file opens, in a tab that is positioned to left of the current one. Why? It should open to the right. Is this a bug? It goes against any other known ways of opening new tabs, like Chrome, Firefox, etc. Is it possible to alter this behaviour? I would like it to open the tab either at the right side of the current tab, or at the end of the right side.

Original source

Related problems