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: Sunday, March 27, 2016 - 06:56
Date Updated: Monday, February 4, 2019 - 13:54
Submitted by: Alexander Lychko
Date | Ranking | Installs | Clickthroughs |
---|---|---|---|
October 2024 | 0/0 | 0 | 0 |
September 2024 | 0/0 | 0 | 0 |
August 2024 | 0/0 | 0 | 0 |
July 2024 | 0/0 | 0 | 0 |
June 2024 | 0/0 | 0 | 0 |
May 2024 | 0/0 | 0 | 0 |
April 2024 | 0/0 | 0 | 0 |
March 2024 | 0/0 | 0 | 0 |
February 2024 | 0/0 | 0 | 0 |
January 2024 | 0/0 | 0 | 0 |
December 2023 | 0/0 | 0 | 0 |
November 2023 | 0/0 | 0 | 0 |
Reviews Add new review
java.lang.NullPointerException
Submitted by Nemanja Simović on Wed, 12/08/2021 - 04:09
Hi Lychko,
I got below exception when I clicked on "Check files for existance":
Hope you can fix it. :)
Btw, I'm using Eclipse in SAP/ABAP development, if this is of any use for you.
Regards,
Nemanja
installation fail
Submitted by Pierre _ on Wed, 08/09/2017 - 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
No effect after installation: tabs still horizontal
Submitted by Fedor Chernogorov on Fri, 04/28/2017 - 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.
Re: No effect after installation: tabs still horizontal
Submitted by Sergei Golubtsov on Thu, 02/14/2019 - 08:45
In reply to No effect after installation: tabs still horizontal by Fedor Chernogorov
Try to open the Editors List view.
Not quite Editor List
Submitted by Milind Rao on Tue, 01/17/2017 - 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.
what I was looking for since Editor List
Submitted by Missing name M… on Thu, 11/03/2016 - 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.