Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Changing Title of Editor Window
Changing Title of Editor Window [message #11970] Mon, 02 April 2007 23: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: Wed Apr 16 07:56:03 EDT 2025

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

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

Back to the top