Open
Description
Hi,
I'm using the Arduino IDE for a very large project (31 seperate Sketch files).
Switching through these tabs with the context menu on the right is working but it's not possible to scroll right inside the tab control as it is possible in other tab controls.
Because the scrolling is not implemented and I had to work with 31 tabs, I used my three monitors and resized the window to a width of 3600 pixels and noticed that the header has a maximum width of 3000 pixels and is then leaving ugly padding spaces on the left and right sides. (see screenshot)
Thanks for your fantastic work on Arduino,
Julian
Activity
per1234 commentedon Jul 6, 2017
I believe this part of the issue was already reported at #5341
[-]TabControl can't deal with much tabs[/-][+]Allow scrolling of the tab bar[/+]per1234 commentedon Jul 18, 2017
This part was fixed in ddf6036
This part is very similar to #1193 but maybe not quite a duplicate?
Also related (but not duplicate): #3601
julianwap commentedon Jul 18, 2017
Perfect
There are different approaches for this problem, I'd be happy with scrolling or multiline tabs.
Shift tabs if selected one if being painted offscreen
Implement MouseWheelListener on tabs
Shift tabs if selected one if being painted offscreen
Implement MouseWheelListener on tabs
93 remaining items