Skip to main content



      Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Open in new window option is working but title is shown as <unknown Label>
Open in new window option is working but title is shown as <unknown Label> [message #513249] Tue, 09 February 2010 09:04
Eclipse UserFriend
Hi All,

I have a view which is showing the projects which belongs to my project type. I like to add 'open in new window' option in the project context menu. I added and it is working by functionality
------------------------------------------------------------ ---------------------------
code used:
OpenInNewWindowAction newWindow = new OpenInNewWindowAction( PlatformUI.getWorkbench().getActiveWorkbenchWindow(),
(TreeParent)element);
------------------------------------------------------------ ---------------------------

Problem: Title of the new eclipse window which is coming up is to show the project name from where we used 'open in new window' option, In my case it is shown as 'unknown label'. It looks I need to assign some variable, I am not sure of the variable which need to be set with the project name. If anyone knows, please kindly let me know.

Thanks,
Ganeshraj.S
Previous Topic:How to export plugin as directory instead of zip using PDE headless
Next Topic:Open in new window option is working but title is shown as <unknown Label>
Goto Forum:
  


Current Time: Mon Jul 07 08:15:41 EDT 2025

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

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

Back to the top