Change Application text from header/titlebar [message #799992] |
Thu, 16 February 2012 09:49  |
Eclipse User |
|
|
|
Hi,
From Eclipse header area (titlebar), text changes when we change from Java perspective
to Debug perspective for example.
Text is displayed like this: Java - com.sample.www/plugin.xml - Eclipse SDK - D:\eclipse
What Eclipse does is nice and more than what I need.
In my application, I can use org.eclipse.ui.perspectives extension and change name attribute value to change perspective name, but how can I configure or code to make header area text look like this: Java - Eclipse SDK ([perspective name] - [product name])?
thanks,
[Updated on: Thu, 16 February 2012 10:23] by Moderator
|
|
|
Re: Change Application text from taskbar [message #800626 is a reply to message #799992] |
Fri, 17 February 2012 04:37  |
Eclipse User |
|
|
|
On 16.02.2012 15:49, Rick C. wrote:
> Hi,
>
> From Eclipse header area (taskbar), text changes when we change from
> Java perspective to Debug perspective for example.
> Text is displayed like this: Java - com.sample.www/plugin.xml -
> Eclipse SDK - D:\eclipse
>
> What Eclipse does is nice and more than what I need.
>
> In my application, I can use org.eclipse.ui.perspectives extension and
> change name attribute value to change perspective name, but how can I
> configure or code to make header area text look like this: Java -
> Eclipse SDK ([perspective name] - [product name])?
Take a look at
org.eclipse.ui.application.IWorkbenchWindowConfigurer.setTitle(String)
Dani
>
> thanks,
|
|
|
Powered by
FUDForum. Page generated in 0.03747 seconds