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
Is your feature request related to a problem? Please describe.
Most of the time when working on a project, there are many tabs opened and you have to go to the clickable.json tab to compile and run. it's currently a bit of a hassle to do this especially with a mouse since you can't scroll the tabs.
Describe the solution you'd like
Maybe similar to Geany, the context menu of the tabs lists all tabs. This won't be touch friendly though so maybe some kind of a vertical list that can be opened with a button.
Describe alternatives you've considered
Drag the tabs with the mouse to scroll :D
Additional context
I have an open PR for Morph that adds a grid view to browse or search through open tabs. Not sure if that can directly translate to Seabass but maybe it can give you an idea.
The text was updated successfully, but these errors were encountered:
it's currently a bit of a hassle to do this especially with a mouse since you can't scroll the tabs.
Hm, that's interesting! you should be able to scroll tabs using mouse wheel. There is no scrollbar or any visual representation of scroll position, but the scroll itself should work. If if doesn't - that's certainly a bug :-)
Could you please tell what happens if you try to scroll tabs using mouse wheel? Does nothing happen at all?
I've just tested scrolling tabs with mouse wheel with both clickable desktop and on my Poco F1, seems to work fine for me.
Oh no, sorry I wasted your time and effort.
Mouse scroll does work, it's my mouse that doesn't so I was dragging it since it broke 😄 I forgot about that already. Apologies. But I think this is still a valid request 😄
Is your feature request related to a problem? Please describe.
Most of the time when working on a project, there are many tabs opened and you have to go to the
clickable.json
tab to compile and run. it's currently a bit of a hassle to do this especially with a mouse since you can't scroll the tabs.Describe the solution you'd like
Maybe similar to Geany, the context menu of the tabs lists all tabs. This won't be touch friendly though so maybe some kind of a vertical list that can be opened with a button.
Describe alternatives you've considered
Drag the tabs with the mouse to scroll :D
Additional context
I have an open PR for Morph that adds a grid view to browse or search through open tabs. Not sure if that can directly translate to Seabass but maybe it can give you an idea.
The text was updated successfully, but these errors were encountered: