|
|
|
Re: Missing API from 3.5 in IWorkbenchPage [message #515919 is a reply to message #515824] |
Mon, 22 February 2010 08:53 |
Rüdiger Herrmann 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 #515940 is a reply to message #515920] |
Mon, 22 February 2010 09:48 |
Rüdiger Herrmann 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 #515968 is a reply to message #515941] |
Mon, 22 February 2010 11:18 |
Rüdiger Herrmann 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
|
|
|
|
Powered by
FUDForum. Page generated in 0.05650 seconds