Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Platform - User Assistance (UA) » sharing intro content in RCP and feature-for-SDK modes
sharing intro content in RCP and feature-for-SDK modes [message #593574] Tue, 06 November 2007 17:24
Edoardo Comar is currently offline Edoardo ComarFriend
Messages: 102
Registered: July 2009
Senior Member
I'm writing a set of plugins that can be run either as an RCP (one of
our plugins defines product & application) or as add-on to an existing
eclipse installation (e.g. the SDK).

I bound the universal intro to my product in the plugin.xml that defines it:
<extension
point="org.eclipse.ui.intro">
<introProductBinding
introId="org.eclipse.ui.intro.universal"
productId="com.xyz.my.product"/>
</extension>


I'd then want to package intro pages into a UA plugin, separate from my
rcp plugin and have those intro pages linked from the intro root
BOTH when running as myRCP (with the product-specific intro) AND when
running in an SDK.

what do I need to do ?
Previous Topic:If HelpUI is already open how does one set focus to it?
Next Topic:Discussion Topic - what changes would you like to see in the Welcome experience
Goto Forum:
  


Current Time: Thu Apr 25 01:26:15 GMT 2024

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

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

Back to the top