You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CodeLite has source code tabs on top with file names as captions. If there are more tabs that can fit on the screen, the current behavior is that when clicking on some tab, CodeLite moves visible tabs so the clicked tab will appear last on the right.
Imagine you have 10 tabs open, the last two are "Foo.cpp" and "Bar.cpp". The last one visible is "Bar.cpp". Now, if you click on "Foo.cpp", it gets selected and becomes the last visible tab on the right, while "Bar.cpp" disappears. Now the only way to get back to "Bar.cpp" is to click on three dots, look for its entry and select it. The more open tabs you get, the more annoying this gets - by selecting some tab in the middle, CodeLite always shifts everything to the right so eventually you end up at 1st visible tab, no matter what.
An expected behavior would be: CodeLite shouldn't do any changes to the visible tabs, unless you pick a tab that is not currently visible, e.g. by pressing on three dots and selecting it.
What happened?
CodeLite has source code tabs on top with file names as captions. If there are more tabs that can fit on the screen, the current behavior is that when clicking on some tab, CodeLite moves visible tabs so the clicked tab will appear last on the right.
Imagine you have 10 tabs open, the last two are "Foo.cpp" and "Bar.cpp". The last one visible is "Bar.cpp". Now, if you click on "Foo.cpp", it gets selected and becomes the last visible tab on the right, while "Bar.cpp" disappears. Now the only way to get back to "Bar.cpp" is to click on three dots, look for its entry and select it. The more open tabs you get, the more annoying this gets - by selecting some tab in the middle, CodeLite always shifts everything to the right so eventually you end up at 1st visible tab, no matter what.
An expected behavior would be: CodeLite shouldn't do any changes to the visible tabs, unless you pick a tab that is not currently visible, e.g. by pressing on three dots and selecting it.
Version
Commit bd77042
Operating system
Linux Mint 22.1 / Xorg / wxWidgets 3.2
The text was updated successfully, but these errors were encountered: