There are a lot of viewPart in IFolderLayout,so the name of viewPart can only see the a character. How to show full name of viewPart, even though there are a lot of verwPart.
Asked
Active
Viewed 86 times
0
-
Hover your mouse over view tab, you will see its full name. Also View icon is itself enough to identify the view type(Like in case Fast view) – Chandrayya G K Dec 04 '14 at 10:19
-
now I am in coding not use it. And when i use setTitleToolTip(),Hover mouse over view tab will show TitleToolTip.are there have other ways? thank you – leon Dec 05 '14 at 01:28
1 Answers
1
There is a preference for the minimum widths of view tabs:
IWorkbenchPreferenceConstants.VIEW_MINIMUM_CHARACTERS
You can set the value in a preference initializer or in a plugin_customization.ini file like this:
org.eclipse.ui/VIEW_MINIMUM_CHARACTERS = -1
(-1 disables any shortening of the tabs)

Peter
- 46
- 3