Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Universal Welcome
Universal Welcome [message #304561] Fri, 09 June 2006 23:10 Go to next message
NiS is currently offline NiSFriend
Messages: 58
Registered: July 2009
Member
Is that paper working?
http://www.eclipse.org/eclipse/platform-ua/proposals/shared- intro/shared-intro.htm
Does someone have the working example: i'm lost in IDs and (as usual)
nothing works...
nicolas.
Re: Universal Welcome [message #304920 is a reply to message #304561] Mon, 19 June 2006 10:49 Go to previous messageGo to next message
Andraz is currently offline AndrazFriend
Messages: 8
Registered: July 2009
Junior Member
Nicolas Silb wrote:
> Is that paper working?
> http://www.eclipse.org/eclipse/platform-ua/proposals/shared- intro/shared-intro.htm
> Does someone have the working example: i'm lost in IDs and (as usual)
> nothing works...
> nicolas.
>
>
+1

when I add
org.eclipse.ui.intro.universal/INTRO_DATA=product:introConte nt.xml into
plugin_customatization.ini file, it just doesn't get it... hmmm the only
thing that works for me is introTitle property :\

not very helpful example ;)

Andraz
Re: Universal Welcome [message #305008 is a reply to message #304920] Wed, 21 June 2006 08:14 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: apill.dolby.co.uk

I have the same issue. My content added to the what's new page ignores
the positioning I specified. My intro data specifies an item in the
bottom right and another to the top left. When I open the welcome screen
and click customise it shows them in a different positions to my
specification.

I have tried adding both

org.eclipse.ui.intro.universal/INTRO_DATA=product:intro-data .xml

and

com.dolby.pics.ut.product_INTRO_DATA=intro-data.xml

with intro-data.xml content :

<?xml version="1.0" encoding="utf-8" ?>
<extensions>
<page id="whatsnew">
<group path="page-content/bottom-left" default="true"></group>
<group path="page-content/bottom-right" default="true">
<extension id="com.dolby.pics.core.ui.news"
importance="low" />
</group>
<group path="page-content/top-left">
<extension id="com.dolby.pics.ut.news" importance="high" />
</group>
</page>
</extensions>





Andraž Škorič wrote:
> Nicolas Silb wrote:
>> Is that paper working?
>> http://www.eclipse.org/eclipse/platform-ua/proposals/shared- intro/shared-intro.htm
>>
>> Does someone have the working example: i'm lost in IDs and (as usual)
>> nothing works...
>> nicolas.
>>
> +1
>
> when I add
> org.eclipse.ui.intro.universal/INTRO_DATA=product:introConte nt.xml into
> plugin_customatization.ini file, it just doesn't get it... hmmm the only
> thing that works for me is introTitle property :\
>
> not very helpful example ;)
>
> Andraz
Re: Universal Welcome [message #305036 is a reply to message #305008] Wed, 21 June 2006 18:36 Go to previous message
Eclipse UserFriend
Originally posted by: mark_melvin.amis.com

This seems to be working for me. My plugin_customization.ini contains:

# Preference settings for universal intro pages (as of Eclipse 3.2)
org.eclipse.ui.intro.universal/INTRO_ROOT_PAGES=overview,fir ststeps,whatsnew,webresources
org.eclipse.ui.intro.universal/INTRO_DATA=product:intro_cont ent.xml
org.eclipse.ui.intro/INTRO_THEME=org.eclipse.ui.intro.univer sal.circles

I think I recall something about having to clear the workspace or the
configuration area when I made structural changes. My big problem was not
getting the theme to take, until I realized the preference had a different
prefix.

I am also feature-based self-hosting if that matters.

Mark.

On Wed, 21 Jun 2006 04:14:29 -0400, Adrian <apill@dolby.co.uk> wrote:

> I have the same issue. My content added to the what's new page ignores
> the positioning I specified. My intro data specifies an item in the
> bottom right and another to the top left. When I open the welcome screen
> and click customise it shows them in a different positions to my
> specification.
>
> I have tried adding both
>
> org.eclipse.ui.intro.universal/INTRO_DATA=product:intro-data .xml
>
> and
>
> com.dolby.pics.ut.product_INTRO_DATA=intro-data.xml
>
> with intro-data.xml content :
>
> <?xml version="1.0" encoding="utf-8" ?>
> <extensions>
> <page id="whatsnew">
> <group path="page-content/bottom-left" default="true"></group>
> <group path="page-content/bottom-right" default="true">
> <extension id="com.dolby.pics.core.ui.news"
> importance="low" />
> </group>
> <group path="page-content/top-left">
> <extension id="com.dolby.pics.ut.news" importance="high" />
> </group>
> </page>
> </extensions>
>
>
>
>
>
> Andraž Škorič wrote:
>> Nicolas Silb wrote:
>>> Is that paper working?
>>> http://www.eclipse.org/eclipse/platform-ua/proposals/shared- intro/shared-intro.htm
>>> Does someone have the working example: i'm lost in IDs and (as usual)
>>> nothing works...
>>> nicolas.
>>>
>> +1
>> when I add
>> org.eclipse.ui.intro.universal/INTRO_DATA=product:introConte nt.xml into
>> plugin_customatization.ini file, it just doesn't get it... hmmm the
>> only thing that works for me is introTitle property :\
>> not very helpful example ;)
>> Andraz
Previous Topic:problem with a feature
Next Topic:how to get IFolder of this plugin?
Goto Forum:
  


Current Time: Fri Apr 26 22:17:07 GMT 2024

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

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

Back to the top