Skip to main content



      Home
Home » Newcomers » Newcomers » Configuring File > New
Configuring File > New [message #201537] 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 #201938 is a reply to message #201537] 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:-vm command line option: jvm.dll or javaw.exe?
Next Topic:UIMA descriptor editor doesn't show up
Goto Forum:
  


Current Time: Mon Jun 09 06:10:50 EDT 2025

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

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

Back to the top