Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Plugin Development Environment (PDE) » Is it possible to extend another Plug-ins nature??(Plug-in natures)
Is it possible to extend another Plug-ins nature?? [message #714837] Thu, 11 August 2011 15:18
Gene Cahill is currently offline Gene CahillFriend
Messages: 1
Registered: August 2011
Junior Member
Hello, I am new to this board and extremely new to eclipse plugin development. A current project I am working on creates a .project.xml file on new projects with a segment of the following xml code:

<natures>
<nature>org.eclipse.xtext.ui.shared.xtextNature</nature>
<nature>org.osate.core.aadlnature</nature>
</natures>

Currently the aadlnature does very little, so I was wondering if it is possible to make the aadlnature extend the xtextNature? Is having these two natures in the project.xml file correct? How would I go about extending the xtext nature, etc.?

Keep in mind I have been working with eclipse plugin-development for 2 days now..

Please Help!

Thanks
Previous Topic:Zooming not workin properly in canvas
Next Topic:Avoiding the default login window
Goto Forum:
  


Current Time: Fri Apr 19 20:28:23 GMT 2024

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

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

Back to the top