Skip to main content
  • Log in
  • Manage Cookies
Eclipse Plugins, Bundles and Products - Eclipse Marketplace
  • My Marketplace
  • Add Content
  • More
      • Community

      • Marketplace
      • Events
      • Planet Eclipse
      • Newsletter
      • Videos
      • Blogs
      • Participate

      • Report a Bug
      • Forums
      • Mailing Lists
      • Wiki
      • IRC
      • Research
      • Eclipse IDE

      • Download
      • Learn More
      • Documentation
      • Getting Started / Support
      • How to Contribute
      • IDE and Tools
      • Newcomer Forum
    • Search

  1. Home
  2. Marketplace
  3. Tools
  4. Vertical tab list

Please be aware that some listings have been temporarily delisted from our marketplace in order to improve the security of the platform. We apologize for any inconvenience this may caused.

For more information on this matter, please visit #1.

If you are a listing owner and would like to have your listing(s) reinstated, please open a ticket at https://gitlab.eclipse.org/eclipsefdn/it/websites/marketplace.eclipse.org/-/issues.

Thank you for your understanding and cooperation.

Vertical tab list

Vertical tab list
10
6
Install

Drag to Install!

Drag to your running Eclipse* workspace.
*Requires Eclipse Marketplace Client

Add this URL to your Eclipse Installation to reach this solution's update site.

Neon (4.6)
Mars (4.5)
Luna (4.4)
Kepler (4.3)
Juno (4.2, 3.8)
Previous to Juno (<=4.1)
Oxygen (4.7)
Photon (4.8)
2018-09 (4.9)

https://sourceforge.net/projects/eclipse-vertical-tab-list/files/

Learn more...

Details Group Tabs

Details

Panel with vertical list of editor tabs. Handy if you have a lot of opened or frequently used files, since click on item activates corresponding editor.
New item is added to list as new editor is opened. Panel remebers list through eclipse restarts.
Sort items with predefined sorter or by manual dragging. Use it with 3.7 or 4.5.

Categories:
  • General Purpose Tools,
  • IDE,
  • Search,
  • Tools,
  • UI
Additional Details
Eclipse Versions: 
Neon (4.6), Mars (4.5), Luna (4.4), Kepler (4.3), Juno (4.2, 3.8), Previous to Juno (<=4.1), Oxygen (4.7), Photon (4.8), 2018-09 (4.9)
Platform Support: 
Windows, Mac, Linux/GTK
Development Status: 
Beta
Date Created: 
Sun, 2016-03-27 06:56
Date Updated: 
Mon, 2019-02-04 13:54
Submitted by: 
Alexander Lychko
Metrics
DateRankingInstallsClickthroughs
January 2023549/6775 (0%)0
December 2022651/8054 (0%)0
November 2022647/8085 (0%)0
October 2022772/8111 (0%)0
September 2022771/8121 (0%)0
August 2022608/8085 (0%)0
July 2022524/81611 (0%)0
June 2022605/8106 (0%)0
May 2022681/8103 (0%)0
April 2022616/8176 (0%)0
March 2022583/8209 (0%)0
February 2022NA100
View Data for all Listings
Errors

Unsuccessful Installs in the last 7 Days: 0

Download last 500 errors (CSV)
External Install Button

Marketplace Drag to Install button

By adding the following code below to your website you will be able to add an install button for Vertical tab list.

HTML Code:


Markdown Syntax:



Output: Drag to your running Eclipse* workspace. *Requires Eclipse Marketplace Client
Tuesday, February 7, 2023 - 08:30

Reviews Sign in to post reviews

nsimovi's picture

java.lang.NullPointerException

Submitted by Nemanja Simović on Wed, 2021-12-08 13:54

Hi Lychko,

I got below exception when I clicked on "Check files for existance":

java.lang.NullPointerException
    at com.lychko.view.views.SampleView.checkFiles(SampleView.java:353)
    at com.lychko.view.views.SampleView.access$6(SampleView.java:347)
    at com.lychko.view.views.SampleView$9.run(SampleView.java:601)
    at org.eclipse.jface.action.Action.runWithEvent(Action.java:474)
    at org.eclipse.jface.action.ActionContributionItem.handleWidgetSelection(ActionContributionItem.java:580)
    at org.eclipse.jface.action.ActionContributionItem.lambda$5(ActionContributionItem.java:453)
    at org.eclipse.swt.widgets.EventTable.sendEvent(EventTable.java:89)
    at org.eclipse.swt.widgets.Display.sendEvent(Display.java:4237)
    at org.eclipse.swt.widgets.Widget.sendEvent(Widget.java:1060)
    at org.eclipse.swt.widgets.Display.runDeferredEvents(Display.java:4054)
    at org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3626)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine$5.run(PartRenderingEngine.java:1150)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
    at org.eclipse.e4.ui.internal.workbench.swt.PartRenderingEngine.run(PartRenderingEngine.java:1041)
    at org.eclipse.e4.ui.internal.workbench.E4Workbench.createAndRunUI(E4Workbench.java:155)
    at org.eclipse.ui.internal.Workbench.lambda$3(Workbench.java:644)
    at org.eclipse.core.databinding.observable.Realm.runWithDefault(Realm.java:338)
    at org.eclipse.ui.internal.Workbench.createAndRunWorkbench(Workbench.java:551)
    at org.eclipse.ui.PlatformUI.createAndRunWorkbench(PlatformUI.java:156)
    at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:152)
    at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:203)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:136)
    at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:104)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:401)
    at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:255)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
    at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:62)
    at java.base/jdk.internal.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
    at java.base/java.lang.reflect.Method.invoke(Method.java:567)
    at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:659)
    at org.eclipse.equinox.launcher.Main.basicRun(Main.java:596)
    at org.eclipse.equinox.launcher.Main.run(Main.java:1467)
    at org.eclipse.equinox.launcher.Main.main(Main.java:1440)

Hope you can fix it. :)
Btw, I'm using Eclipse in SAP/ABAP development, if this is of any use for you.

Regards,
Nemanja

qfdfasd's picture

installation fail

Submitted by Pierre _ on Wed, 2017-08-09 00:59

When using drag to install button with Neon 3 (4.6.3), the installation fails with:

Unable to read repository at https ://sourceforge.net/projects/eclipse-vertical-tab-list/files/content.xml.
Received fatal alert: handshake_failure

fchernogorov's picture

No effect after installation: tabs still horizontal

Submitted by Fedor Chernogorov on Fri, 2017-04-28 04:50

Hi!

I'm really looking forward to start using your plugin.

However, after installation, I don't see any effect on my Eclipse Neon.

Should the tabs be arranged automatically in vertical manner, or should I somehow enable this feature?

So, for now unfortunately the status is that plugin doesn't work.

sgolubtsovagc's picture

Re: No effect after installation: tabs still horizontal

Submitted by Sergei Golubtsov on Thu, 2019-02-14 08:45

Try to open the Editors List view.

mraohh5's picture

Not quite Editor List

Submitted by Milind Rao on Tue, 2017-01-17 08:03

Like the other commentator, I sorely miss the EditorList plugin. This provides one function of that plugin. You can see a list of the open files. Unfortunately, you can't really close the files from the plugin which is a big deal. Also, the sort is a little flakey. I don't think as new files are loaded, the list stays sorted. It would be nice if these two things got fixed. Also, I really don't need a confirmation dialog to remove files from the list.

mmisingnamejo0's picture

what I was looking for since Editor List

Submitted by Missing name Mising name on Thu, 2016-11-03 16:51

Exactly what I needed. Have been looking for a plug-in like this since Editor List quit support after Eclipse 3.7.

One issue I am seeing though is that I am getting a popup dialog with error:
An error has occurred. See error log for more details.
INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.

The log shows the following for vertical.tab.list:
saveState memento <?xml version="1.0" encoding="UTF-8"?>

and the dump:
org.w3c.dom.DOMException: INVALID_CHARACTER_ERR: An invalid or illegal XML character is specified.
at com.sun.org.apache.xerces.internal.dom.CoreDocumentImpl.createAttribute(CoreDocumentImpl.java:611)
at com.sun.org.apache.xerces.internal.dom.ElementImpl.setAttribute(ElementImpl.java:498)
at org.eclipse.ui.XMLMemento.putString(XMLMemento.java:554)
at com.lychko.view.views.SampleView.saveState(SampleView.java:153)
at org.eclipse.ui.internal.ViewReference.persist(ViewReference.java:56)
at org.eclipse.ui.internal.Workbench$17.run(Workbench.java:1284)
at org.eclipse.core.runtime.SafeRunner.run(SafeRunner.java:42)
... snip ...

I couldn't find a place to submit a bug report or any forums for this plug-in, so included this info in a review.

Markets

  • Eclipse Project (4)
  • Tools (1342)
    • Application Development Frameworks (171)
    • Application Management (32)
    • Application Server (31)
    • BIRT (10)
    • Build and Deploy (104)
    • Business Intelligence, Reporting and Charting (14)
    • Code Management (117)
    • Collaboration (37)
    • Database (44)
    • Database Development (34)
    • Database Persistence (17)
    • Documentation (60)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
    • EclipseRT Target Platform Components (10)
    • Editor (339)
    • Entertainment (14)
    • General Purpose Tools (124)
    • Graphics (34)
    • IDE (344)
    • Internet of Things (IoT) (35)
    • J2EE Development Platform (44)
    • J2ME (5)
    • Languages (155)
    • Linux Tools (19)
    • Logging (22)
    • Mobile and Device Development (49)
    • Modeling (90)
    • Modeling Tools (146)
    • Mylyn Connectors (20)
    • Network (14)
    • Other (74)
    • Process (18)
    • Profiling (22)
    • Programming Languages (100)
    • Reporting (32)
    • Rich Client Applications (39)
    • Science (4)
    • SCM (20)
    • Search (42)
    • SOA Development (15)
    • Source Code Analyzer (99)
    • Systems Development (59)
    • Team Development (54)
    • Testing (90)
    • Tools (568)
    • UI (97)
    • UML (40)
    • Web (90)
    • Web Services (31)
    • Web, XML, Java EE and OSGi Enterprise Development (32)
    • XML (29)
  • IoT (172)
    • Eclipse Kura (122)
    • Eclipse SmartHome (46)
  • RCP Applications (79)
  • Training & Consulting (53)
  • Long Term Support (11)

Search

Advanced Search

More like this

  • AnyEdit Tools
  • Open Editors
  • Notepad4e
  • Show Folders Eclipse Plugin
  • Project Select

Favorited by

Eclipse Foundation

  • About Us
  • Contact Us
  • Sponsor
  • Members
  • Governance
  • Code of Conduct
  • Logo and Artwork
  • Board of Directors
  • Careers

Legal

  • Publishing Guidelines
  • Privacy Policy
  • Terms of Use
  • Copyright Agent
  • Eclipse Public License
  • Legal Resources

Useful Links

  • Welcome to Marketplace
  • Report a Bug
  • Documentation
  • How to Contribute
  • Mailing Lists
  • Forums
  • Marketplace

Other

  • IDE and Tools
  • Projects
  • Working Groups
  • Research@Eclipse
  • Report a Vulnerability
  • Service Status

Copyright © Eclipse Foundation. All Rights Reserved.

Back to the top