Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » How do I override a Java Nature preferences ?
How do I override a Java Nature preferences ? [message #64401] Sun, 22 June 2003 10:10
Eclipse UserFriend
Hi, I created plugin-project with:

<extension id="javanature" name="My Project Nature" .resources.natures">
<runtime>
<run class="org.eclipse.jdt.internal.core.JavaProject">
</run>
</runtime>
</extension>

And I also override the "New" wizard for that plugin so I create my-self new
project.
When I tried to edit the preference of new project I created with the new
plugin, I can't see the java preferences such as:

"Java Build Path", "Compiler" .. etc.
What is wrong ?

Another thing: suppose I get from any of you answer, how can I add my own
entries into it, such that I have Java preferences + my preferences in same
project preferences dialog.
Another thing, how can I define my workspace preferences from any kind ?

Many thanks,

Asaf.
Previous Topic:Run configuration display in favorites menu?
Next Topic:How to override the exist popup menu of java project nature plugin?
Goto Forum:
  


Current Time: Mon May 12 00:15:28 EDT 2025

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

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

Back to the top