Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Remote Application Platform (RAP) » Missing API from 3.5 in IWorkbenchPage
Missing API from 3.5 in IWorkbenchPage [message #515519] Fri, 19 February 2010 08:05 Go to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Hi RAP-Team,

I know you guys have a lot to do, but I need the missing API from 3.5 in
IWorkbenchPage really bad.
Any chance that this can be fixed quite fast?

Looking forward to see a cvs commit ;-)

Regards,
Markus
Re: Missing API from 3.5 in IWorkbenchPage [message #515691 is a reply to message #515519] Fri, 19 February 2010 14:28 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
On 19.02.2010 09:05, Markus Krüger wrote:
> Hi RAP-Team,
>
> I know you guys have a lot to do, but I need the missing API from 3.5 in
> IWorkbenchPage really bad.
> Any chance that this can be fixed quite fast?
I am afraid that we can't provide this API in the near future. Our
current policy is to adopt the workbench code "all or nothing". If we
would introduce bits "on demand", we would lose track of what version of
the Eclipse platform RAP is based on.

>
> Looking forward to see a cvs commit ;-)
>
> Regards,
> Markus
>
>
Re: Missing API from 3.5 in IWorkbenchPage [message #515824 is a reply to message #515691] Sun, 21 February 2010 13:16 Go to previous messageGo to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Well, I thought that RAP already uses complete 3.5 code, so I thought it was
just missed :-(
Anyway, do you know another way to hide editors?
I would like to hide editors that do not belong to a perspective and show
them again, when the belonging perspective is activated.

Regards,
Markus


"R
Re: Missing API from 3.5 in IWorkbenchPage [message #515919 is a reply to message #515824] Mon, 22 February 2010 08:53 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
On 21.02.2010 14:16, Markus Krüger wrote:
> Well, I thought that RAP already uses complete 3.5 code, so I thought it was
> just missed :-(
> Anyway, do you know another way to hide editors?
> I would like to hide editors that do not belong to a perspective and show
> them again, when the belonging perspective is activated.
Did you try to open/close the editors depedning on the perspective?

>
> Regards,
> Markus
>
>
> "Rüdiger Herrmann"<rherrmann@eclipsesource.com> schrieb im Newsbeitrag
> news:hlmnj9$ne0$1@build.eclipse.org...
>> On 19.02.2010 09:05, Markus Krüger wrote:
>>> Hi RAP-Team,
>>>
>>> I know you guys have a lot to do, but I need the missing API from 3.5 in
>>> IWorkbenchPage really bad.
>>> Any chance that this can be fixed quite fast?
>> I am afraid that we can't provide this API in the near future. Our current
>> policy is to adopt the workbench code "all or nothing". If we would
>> introduce bits "on demand", we would lose track of what version of the
>> Eclipse platform RAP is based on.
>>
>>>
>>> Looking forward to see a cvs commit ;-)
>>>
>>> Regards,
>>> Markus
>>>
>>>
>
>


--
Rüdiger Herrmann
http://eclipsesource.com
Re: Missing API from 3.5 in IWorkbenchPage [message #515920 is a reply to message #515919] Mon, 22 February 2010 09:04 Go to previous messageGo to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Open/close would work, but then the user always needs to save the editor for
switching a perspective if there are changes in the editor. That would not
be a good solution :-(

"R
Re: Missing API from 3.5 in IWorkbenchPage [message #515940 is a reply to message #515920] Mon, 22 February 2010 09:48 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
On 22.02.2010 10:04, Markus Krüger wrote:
> Open/close would work, but then the user always needs to save the editor for
> switching a perspective if there are changes in the editor. That would not
> be a good solution :-(
Hm right. How about savable parts (ISavablePart, ISavablePart2) then?

>
> "Rüdiger Herrmann"<rherrmann@eclipsesource.com> schrieb im Newsbeitrag
> news:hltgln$et6$1@build.eclipse.org...
>> On 21.02.2010 14:16, Markus Krüger wrote:
>>> Well, I thought that RAP already uses complete 3.5 code, so I thought it
>>> was
>>> just missed :-(
>>> Anyway, do you know another way to hide editors?
>>> I would like to hide editors that do not belong to a perspective and show
>>> them again, when the belonging perspective is activated.
>> Did you try to open/close the editors depedning on the perspective?
>>
>>>
>>> Regards,
>>> Markus
>>>
>>>
>>> "Rüdiger Herrmann"<rherrmann@eclipsesource.com> schrieb im Newsbeitrag
>>> news:hlmnj9$ne0$1@build.eclipse.org...
>>>> On 19.02.2010 09:05, Markus Krüger wrote:
>>>>> Hi RAP-Team,
>>>>>
>>>>> I know you guys have a lot to do, but I need the missing API from 3.5
>>>>> in
>>>>> IWorkbenchPage really bad.
>>>>> Any chance that this can be fixed quite fast?
>>>> I am afraid that we can't provide this API in the near future. Our
>>>> current
>>>> policy is to adopt the workbench code "all or nothing". If we would
>>>> introduce bits "on demand", we would lose track of what version of the
>>>> Eclipse platform RAP is based on.
>>>>
>>>>>
>>>>> Looking forward to see a cvs commit ;-)
>>>>>
>>>>> Regards,
>>>>> Markus
>>>>>
>>>>>
>>>
>>>
>>
>>
>> --
>> Rüdiger Herrmann
>> http://eclipsesource.com
>
>


--
Rüdiger Herrmann
http://eclipsesource.com
Re: Missing API from 3.5 in IWorkbenchPage [message #515941 is a reply to message #515940] Mon, 22 February 2010 09:55 Go to previous messageGo to next message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
My editors are already savable. But save should not be done on switching the
persective.

"R
Re: Missing API from 3.5 in IWorkbenchPage [message #515968 is a reply to message #515941] Mon, 22 February 2010 11:18 Go to previous messageGo to next message
Rüdiger Herrmann is currently offline Rüdiger HerrmannFriend
Messages: 581
Registered: July 2009
Senior Member
On 22.02.2010 10:55, Markus Krüger wrote:
> My editors are already savable. But save should not be done on switching the
> persective.
Sorry if I was unclear. My suggestion was to use views instead of
editors. If they implement ISavablePart they can participate in the
dirty-save lifecycle like editors do.

>
> "Rüdiger Herrmann"<rherrmann@eclipsesource.com> schrieb im Newsbeitrag
> news:hltjts$b30$1@build.eclipse.org...
>> On 22.02.2010 10:04, Markus Krüger wrote:
>>> Open/close would work, but then the user always needs to save the editor
>>> for
>>> switching a perspective if there are changes in the editor. That would
>>> not
>>> be a good solution :-(
>> Hm right. How about savable parts (ISavablePart, ISavablePart2) then?
>>
>>>
>>> "Rüdiger Herrmann"<rherrmann@eclipsesource.com> schrieb im Newsbeitrag
>>> news:hltgln$et6$1@build.eclipse.org...
>>>> On 21.02.2010 14:16, Markus Krüger wrote:
>>>>> Well, I thought that RAP already uses complete 3.5 code, so I thought
>>>>> it
>>>>> was
>>>>> just missed :-(
>>>>> Anyway, do you know another way to hide editors?
>>>>> I would like to hide editors that do not belong to a perspective and
>>>>> show
>>>>> them again, when the belonging perspective is activated.
>>>> Did you try to open/close the editors depedning on the perspective?
>>>>
>>>>>
>>>>> Regards,
>>>>> Markus
>>>>>
>>>>>
>>>>> "Rüdiger Herrmann"<rherrmann@eclipsesource.com> schrieb im
>>>>> Newsbeitrag
>>>>> news:hlmnj9$ne0$1@build.eclipse.org...
>>>>>> On 19.02.2010 09:05, Markus Krüger wrote:
>>>>>>> Hi RAP-Team,
>>>>>>>
>>>>>>> I know you guys have a lot to do, but I need the missing API from 3.5
>>>>>>> in
>>>>>>> IWorkbenchPage really bad.
>>>>>>> Any chance that this can be fixed quite fast?
>>>>>> I am afraid that we can't provide this API in the near future. Our
>>>>>> current
>>>>>> policy is to adopt the workbench code "all or nothing". If we would
>>>>>> introduce bits "on demand", we would lose track of what version of the
>>>>>> Eclipse platform RAP is based on.
>>>>>>
>>>>>>>
>>>>>>> Looking forward to see a cvs commit ;-)
>>>>>>>
>>>>>>> Regards,
>>>>>>> Markus
>>>>>>>
>>>>>>>
>>>>>
>>>>>
>>>>
>>>>
>>>> --
>>>> Rüdiger Herrmann
>>>> http://eclipsesource.com
>>>
>>>
>>
>>
>> --
>> Rüdiger Herrmann
>> http://eclipsesource.com
>
>


--
Rüdiger Herrmann
http://eclipsesource.com
Re: Missing API from 3.5 in IWorkbenchPage [message #515969 is a reply to message #515968] Mon, 22 February 2010 11:25 Go to previous message
Markus  rüger is currently offline Markus rügerFriend
Messages: 369
Registered: July 2009
Senior Member
Thanks for the suggestion. I will have to think about this, but since I use
FormEditor with multiple pages it might have not to be a good solution.
I think the user has to live with "Do you want to save?"-Dialog for now and
that I close all editors on perspective change until the missing api is
added.

Should I open a bug request for it?

"R
Previous Topic:ProgressMonitor registration
Next Topic:eclipse core 3.6
Goto Forum:
  


Current Time: Sat Apr 20 03:10:58 GMT 2024

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

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

Back to the top