Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » PHP Development Tools (PDT) » Changing Title of Editor Window
Changing Title of Editor Window [message #11970] Tue, 03 April 2007 03:36
Eclipse UserFriend
Originally posted by: pwng.aspecting.com

Hi,

I have an eclipse Editor Window which extends EditorPart that contains a
browser and some other things. When I navigate from one html page to
another, I want to update the name of the Editor Window.

I used:
owner.setPartName(newTitle) ;
owner.setTitleToolTip(newTitle);

owner is the instance of the EditorPart whose title I need to change.

However, the title just do not change.

Any ideas?

Thanks.
Previous Topic:XDebug base64 encoded variables
Next Topic:Strange auto formatting bug
Goto Forum:
  


Current Time: Fri Jan 24 17:54:52 GMT 2025

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

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

Back to the top