Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Title and full path in Title bar (once more)
Title and full path in Title bar (once more) [message #137165] Tue, 01 February 2005 16:15 Go to next message
Eclipse UserFriend
Hi,

I would like to change the application's title at the top
of the Eclipse window.

Today it shows:

<perspective> - <edit file> - Eclipse Platfirm
C/C++ - main.c - Eclipse Platfirm

I would like to change that to include full path:

C/C++ - /home/user/src/testapp/main.c - Eclipse Platform


Anyone who can give me a hint where to start looking
to be able to create a plug-in that dose this.

I need to find out where I can add an Listener for all
the type of editors. Then when an event occurs, check
editor type and file type, modify the title and display
it.

All plug-in coding stuff are under control
except where to find the event.

Any one who can bring some light on this.

/Thanks
Re: Title and full path in Title bar (once more) [message #137572 is a reply to message #137165] Fri, 04 February 2005 05:31 Go to previous message
Eclipse UserFriend
Fixed.

SpeedadeYxan wrote:
> Hi,
>
> I would like to change the application's title at the top
> of the Eclipse window.
>
> Today it shows:
>
> <perspective> - <edit file> - Eclipse Platfirm
> C/C++ - main.c - Eclipse Platfirm
>
> I would like to change that to include full path:
>
> C/C++ - /home/user/src/testapp/main.c - Eclipse Platform
>
>
> Anyone who can give me a hint where to start looking
> to be able to create a plug-in that dose this.
>
> I need to find out where I can add an Listener for all
> the type of editors. Then when an event occurs, check
> editor type and file type, modify the title and display
> it.
>
> All plug-in coding stuff are under control
> except where to find the event.
>
> Any one who can bring some light on this.
>
> /Thanks
Previous Topic:Reference projects, clean, and building
Next Topic:How to install CDT2
Goto Forum:
  


Current Time: Sat May 10 16:00:33 EDT 2025

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

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

Back to the top