Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Contribution to org.eclipse.ui.intro.configExtension(Positioning the config extension)
Contribution to org.eclipse.ui.intro.configExtension [message #660119] Wed, 16 March 2011 22:34
venk Missing name is currently offline venk Missing nameFriend
Messages: 12
Registered: March 2011
Junior Member
I am trying to customize the Welcome -> Overview page. I do not have a product-based eclipse application. Here's a snippet of what I am using:

<extension
point="org.eclipse.ui.intro.configExtension">
<configExtension
configId="org.eclipse.ui.intro.universalConfig"
content="intro/overview.xml">
</configExtension>
<action
name="overviewAction"
replaces="runAction?pluginId=my_plugin&amp;class=path_to_the_action_class&amp;">
</action>
<extension>

The overview.xml is as follows:
<?xml version="1.0" encoding="utf-8" ?>
<introContent>
<extensionContent id="id" style="css/stylesheet.css" name="Name"
path="overview/@">
<group
style-id="content-group"
id="id-introLink-group"
label="label">
<text style-id="page-title" id="page-title" filteredFrom="html">Title</text>
<text style-id="group-description" id="group-description">Description</text>
<link
label="Overview"
url="http://org.eclipse.ui.intro/overviewAction"
id="id-introLink"
style-id="content-link">
<text>Some text</text>
</link>
</group>
</extensionContent>
</introContent>


The extension content shows in the lower half of the page (below eclipse overview config extensions, Workbench Basics, etc.). Is there any way I can move my config extension for overview above eclipse overview (change the position to top-left or something)?

[Updated on: Wed, 16 March 2011 22:35]

Report message to a moderator

Previous Topic:[Commands] Toggle state depending on editor
Next Topic:Non-ASCII characters not rendering properly in exported application
Goto Forum:
  


Current Time: Thu Apr 25 01:01:11 GMT 2024

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

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

Back to the top