Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Controlling the number of characters shown in editor tabs
Controlling the number of characters shown in editor tabs [message #1396760] Tue, 08 July 2014 18:53 Go to next message
Ian Leslie is currently offline Ian LeslieFriend
Messages: 137
Registered: July 2009
Senior Member
Back in the Eclipse 3.0 days there was a plug-in customization feature you could use to control the truncation of files names done in the editor tabs: org.eclipse.ui/EDITOR_MINIMUM_CHARACTERS=80

This no longer works in eclipse 4. I have been reading about the CSS customization that is allowed now but I cannot find any mention of controlling the tab name truncation of open Java files.

My goal is to be able to read the full class name in the editor tabs for classes like this:

| SystemBuilderFileFinder.java | SystemBuilderPrimativeTypesPackage.java | SystemModelImpl.java

Instead of the default that looks like this:
| SystemBuilde... | SystemBuilde... | SystemModel...

How can this be accomplished in the Eclipse 4.4?
Re: Controlling the number of characters shown in editor tabs [message #1397428 is a reply to message #1396760] Wed, 09 July 2014 18:11 Go to previous messageGo to next message
Paul Webster is currently offline Paul WebsterFriend
Messages: 6859
Registered: July 2009
Location: Ottawa
Senior Member

On 07/08/2014 02:53 PM, Ian Leslie wrote:
> Back in the Eclipse 3.0 days there was a plug-in customization feature
> you could use to control the truncation of files names done in the
> editor tabs: org.eclipse.ui/EDITOR_MINIMUM_CHARACTERS=80

This is not yet supported in Eclipse 4.x. Please open a bug at
https://bugs.eclipse.org/bugs/enter_bug.cgi?product=Platform&component=UI

PW


Re: Controlling the number of characters shown in editor tabs [message #1398036 is a reply to message #1397428] Thu, 10 July 2014 14:08 Go to previous message
Ian Leslie is currently offline Ian LeslieFriend
Messages: 137
Registered: July 2009
Senior Member
Well that is a bummer but thanks for clearing that up. I have logged an issue here: https://bugs.eclipse.org/bugs/show_bug.cgi?id=439351
Previous Topic:[SOLVED] Big eclipse update site archive
Next Topic:Automatically deactivate filters when using show in explorer on filtered elements
Goto Forum:
  


Current Time: Thu Jan 23 11:50:38 GMT 2025

Powered by FUDForum. Page generated in 0.02344 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top