Skip to main content



      Home
Home » Eclipse Projects » Eclipse Platform » What is the best approach to extending Platform/JDT?
What is the best approach to extending Platform/JDT? [message #524640] Thu, 01 April 2010 12:25 Go to next message
Eclipse UserFriend
I would like to build a custom IDE for a custom language, branded and optimized for specific use cases, but at the same time leverage and extend functionality from Platform, JDT, JSDT, etc. (debugging, editors, ....)

I am trying to select the proper way to approach this, I see several options, and it is not clear to me which one is considered proper and correct:

1. RCP approach - create own RCP app, and then add the additional plugins. As I understand from other forum posts, this does not seem to be the right way

2. Build own Application, extending from the IDEApplication - this is discouraged directly by a restriction in the library, which can be supressed, but likely is an indication that this is wrong

3. Build on top of Platform (or JDT) by adding my own plugins

Are there other options, and if not how do I properly define the product and branding in the option no 3.?

-Jan
Re: What is the best approach to extending Platform/JDT? [message #524659 is a reply to message #524640] Thu, 01 April 2010 13:30 Go to previous message
Eclipse UserFriend
Have a look at
http://wiki.eclipse.org/The_Official_Eclipse_FAQs#Implementi ng_Support_for_Your_Own_Language
which talks about some support for your own language or extending JDT

PW

--
Paul Webster
http://wiki.eclipse.org/Platform_Command_Framework
http://wiki.eclipse.org/Command_Core_Expressions
http://wiki.eclipse.org/Menu_Contributions
http://wiki.eclipse.org/Menus_Extension_Mapping
http://help.eclipse.org/galileo/index.jsp?topic=/org.eclipse .platform.doc.isv/guide/workbench.htm
Previous Topic:why not check project references when importing an existing project ?
Next Topic:Varaibles View not refreshing (Customer Debugger implementation)
Goto Forum:
  


Current Time: Fri Jul 04 02:53:39 EDT 2025

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

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

Back to the top