Skip to main content



      Home
Home » Eclipse Projects » Remote Application Platform (RAP) » org.eclipse.ui.editorss
org.eclipse.ui.editorss [message #87937] Fri, 16 May 2008 05:23 Go to next message
Eclipse UserFriend
Hi,
I got a warning as I use "org.eclipse.ui.editorss" in "relative" parameter
for positioning a view through perspective extension relativ to the editor.
The warning tells me "References identifier 'org.eclipse.ui.editorss' in
attribute 'relative' can not be found".

Any ideas?

Regards,
Markus
Re: org.eclipse.ui.editorss [message #88550 is a reply to message #87937] Mon, 19 May 2008 11:48 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi Markus,

the documentation of the 'relative' attribute only talks about
views. Thus, as org.eclipse.ui.editorss isn't a view, it cannot be
found.
Did you try this with RCP?

Cheers,
Rüdiger


Markus Krüger wrote:
> Hi,
> I got a warning as I use "org.eclipse.ui.editorss" in "relative" parameter
> for positioning a view through perspective extension relativ to the editor.
> The warning tells me "References identifier 'org.eclipse.ui.editorss' in
> attribute 'relative' can not be found".
>
> Any ideas?
>
> Regards,
> Markus
>
>
Re: org.eclipse.ui.editorss [message #88592 is a reply to message #88550] Mon, 19 May 2008 13:15 Go to previous messageGo to next message
Eclipse UserFriend
Hi R
Re: org.eclipse.ui.editorss [message #88623 is a reply to message #88550] Mon, 19 May 2008 22:55 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: evolanakis.innoopract.com

AFAIK, in RCP it is common practice to use the editor area id
("org.eclipse.ui.editorss") to position views relative to the editor area.

In fact the first view added to the perspective programmatically *has*
to do this, because there is no other content in the perspective to
position against.

Elias.


Rüdiger Herrmann wrote:
> Hi Markus,
>
> the documentation of the 'relative' attribute only talks about views.
> Thus, as org.eclipse.ui.editorss isn't a view, it cannot be found.
> Did you try this with RCP?
>
> Cheers,
> Rüdiger
>
>
> Markus Krüger wrote:
>> Hi,
>> I got a warning as I use "org.eclipse.ui.editorss" in "relative"
>> parameter for positioning a view through perspective extension relativ
>> to the editor.
>> The warning tells me "References identifier 'org.eclipse.ui.editorss'
>> in attribute 'relative' can not be found".
>>
>> Any ideas?
>>
>> Regards,
>> Markus
>>


--
---
Elias Volanakis
Innoopract, Inc.
http://www.innoopract.com
Re: org.eclipse.ui.editorss [message #88712 is a reply to message #88592] Tue, 20 May 2008 04:57 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

Hi Markus,

just that we are talking about the same: what kind of warning do you
refer to? Is it issued at runtime or do you mean a marker in the
Plug-in-editor?
I would assume that you get the same warning in RCP.

Cheers,
Rüdiger


Markus Krüger wrote:
> Hi Rüdiger,
>
> I used the RAP Demo as reference. The editor reference id is given to the
> createFolder method of the layout. Now. as I did not want to do this in
> code, I wanted to change it to use the perspective extension. I have an RCP
> (3.3 based) that uses this, too. It also works in RAP, but it is marked as I
> mentioned in my first thread.
>
> Regards,
> Markus
>
> "Rüdiger Herrmann" <rherrmann@innoopract.com> schrieb im Newsbeitrag
> news:g0s7go$jvj$1@build.eclipse.org...
>> Hi Markus,
>>
>> the documentation of the 'relative' attribute only talks about views.
>> Thus, as org.eclipse.ui.editorss isn't a view, it cannot be found.
>> Did you try this with RCP?
>>
>> Cheers,
>> Rüdiger
>>
>>
>> Markus Krüger wrote:
>>> Hi,
>>> I got a warning as I use "org.eclipse.ui.editorss" in "relative"
>>> parameter for positioning a view through perspective extension relativ to
>>> the editor.
>>> The warning tells me "References identifier 'org.eclipse.ui.editorss' in
>>> attribute 'relative' can not be found".
>>>
>>> Any ideas?
>>>
>>> Regards,
>>> Markus
>
>
Re: org.eclipse.ui.editorss [message #88767 is a reply to message #88712] Tue, 20 May 2008 06:52 Go to previous messageGo to next message
Eclipse UserFriend
I mean the marker in the Plug-in-editor...

"R
Re: org.eclipse.ui.editorss [message #88808 is a reply to message #88767] Tue, 20 May 2008 08:03 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: rherrmann.innoopract.com

then you will most likely have the same marker in you RCP project as
well.
It looks like PDE Tooling hasn't heard about this special case of a
view;)

Cheers,
Rüdiger

Markus Krüger wrote:
> I mean the marker in the Plug-in-editor...
>
> "Rüdiger Herrmann" <rherrmann@innoopract.com> schrieb im Newsbeitrag
> news:g0u3q5$ag6$1@build.eclipse.org...
>> Hi Markus,
>>
>> just that we are talking about the same: what kind of warning do you refer
>> to? Is it issued at runtime or do you mean a marker in the Plug-in-editor?
>> I would assume that you get the same warning in RCP.
>>
>> Cheers,
>> Rüdiger
>>
>>
>> Markus Krüger wrote:
>>> Hi Rüdiger,
>>>
>>> I used the RAP Demo as reference. The editor reference id is given to the
>>> createFolder method of the layout. Now. as I did not want to do this in
>>> code, I wanted to change it to use the perspective extension. I have an
>>> RCP (3.3 based) that uses this, too. It also works in RAP, but it is
>>> marked as I mentioned in my first thread.
>>>
>>> Regards,
>>> Markus
>>>
>>> "Rüdiger Herrmann" <rherrmann@innoopract.com> schrieb im Newsbeitrag
>>> news:g0s7go$jvj$1@build.eclipse.org...
>>>> Hi Markus,
>>>>
>>>> the documentation of the 'relative' attribute only talks about views.
>>>> Thus, as org.eclipse.ui.editorss isn't a view, it cannot be found.
>>>> Did you try this with RCP?
>>>>
>>>> Cheers,
>>>> Rüdiger
>>>>
>>>>
>>>> Markus Krüger wrote:
>>>>> Hi,
>>>>> I got a warning as I use "org.eclipse.ui.editorss" in "relative"
>>>>> parameter for positioning a view through perspective extension relativ
>>>>> to the editor.
>>>>> The warning tells me "References identifier 'org.eclipse.ui.editorss'
>>>>> in attribute 'relative' can not be found".
>>>>>
>>>>> Any ideas?
>>>>>
>>>>> Regards,
>>>>> Markus
>
Re: org.eclipse.ui.editorss [message #137341 is a reply to message #88623] Mon, 22 June 2009 10:27 Go to previous message
Eclipse UserFriend
Dear friend,

I am a new guy for the elipse RAP and now have some questions:

(1)in RAP, when I use the perspective extention to define the view, in the
"relative", the "org.eclipse.ui.editorss" is not available from the
"browser" button, what's the problem? In the RCP target environment, it
is ok.

(2)In RAP, I do not know how to get a effect of curvy tab? In RCP we
could set the preference, SHOW_TRADITIONAL_STYLE_TABS to be fase, but in
RAP, this is no this constant. How to achieve a curvy tab for views?

Thanks in advance.
Previous Topic:Dynamic dialog modality
Next Topic:Again deployment problem
Goto Forum:
  


Current Time: Sun Aug 31 00:49:02 EDT 2025

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

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

Back to the top