Skip to main content



      Home
Home » Language IDEs » PHP Development Tools (PDT) » Configuring File > New
Configuring File > New [message #9118] Fri, 23 March 2007 20:08 Go to next message
Eclipse UserFriend
Originally posted by: test.fergusonv.com

I am interested in configuring the items in the menu at File > New to
include for example 'Untitiled File'. Is there a way to go about this?

Thanks in advance,

Tom Ferguson
Re: Configuring File > New [message #10493 is a reply to message #9118] Wed, 28 March 2007 05:42 Go to previous message
Eclipse UserFriend
tjjfv wrote:

> I am interested in configuring the items in the menu at File > New to
> include for example 'Untitiled File'. Is there a way to go about this?

I assume you want to add this to your own perspective. If so, you do this

<extension
point="org.eclipse.ui.perspectiveExtensions">
<perspectiveExtension
targetID="YOUR_Perspective_ID">
<newWizardShortcut
id="org.eclipse.ui.editors.wizards.UntitledTextFileWizard">
</newWizardShortcut>
</perspectiveExtension>
</extension>

HTH
Dani

>
> Thanks in advance,
>
> Tom Ferguson
Previous Topic:Color selection for Code Assist
Next Topic:How to use pdt for develepmont and debugging
Goto Forum:
  


Current Time: Fri May 09 01:04:36 EDT 2025

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

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

Back to the top