eclipse.platform.ui icon indicating copy to clipboard operation
eclipse.platform.ui copied to clipboard

Suggestion: Multiple editor tab rows

Open gerrit-hohl opened this issue 11 months ago • 2 comments

Let's make sure issue is not already fixed in latest builds first.

Suggestion

At work I'm using IntelliJ IDEA and today came across the option to have multiple editor tab rows, instead of have to scroll when they don't fit any more into the width of the window. That reminded me that I wanted that feature for a very long time also in Eclipse, which I use for my private project. Especially when you work with a lot of open files, navigating gets hard.

I saw that in the old Eclipse Bugzilla there also have been several requests for that feature of the last ~20 years, e.g.: https://bugs.eclipse.org/bugs/show_bug.cgi?id=28722 https://bugs.eclipse.org/bugs/show_bug.cgi?id=58945

Community

  • [x] I understand suggesting an enhancement doesn't mandate anyone to implement it. Other contributors may consider this suggestion, or not, at their own convenience. The most efficient way to get it fixed is that I implement it myself and contribute it back as a good quality patch to the project.

gerrit-hohl avatar Jan 15 '25 02:01 gerrit-hohl

@gerrit-hohl can you add a screenshot / sketch please?

jukzi avatar Jan 15 '25 07:01 jukzi

That can be a good idea. The good entry point if anyone is willing to contribute this is bundles/org.eclipse.e4.ui.workbench.renderers.swt/src/org/eclipse/e4/ui/workbench/renderers/swt/CTabRendering.java.

mickaelistria avatar Jan 15 '25 12:01 mickaelistria