Some questions about RAP limitations [message #67306] |
Tue, 25 December 2007 23:51  |
Eclipse User |
|
|
|
Hello,
I have several questions about RAP limitations:
1. What I can use instead of it?
2. When it will be implemented?
These questions apply to the following limitations:
1. StyledText widget.
2. ITextViewer, ISourceViewer, IDocument and other things which using
for text editors.
3. IPropertySource, IPropertySheet, IPropertyDescriptor.
--
Boris Stepanov
|
|
|
|
Re: Some questions about RAP limitations [message #67552 is a reply to message #67426] |
Sat, 29 December 2007 05:41  |
Eclipse User |
|
|
|
Benjamin,
Thank you very much for your answer. It will help me.
> Hi,
>
> see comments inline
>
> Boris Stepanov wrote:
>> Hello,
>>
>> I have several questions about RAP limitations:
>>
>> 1. What I can use instead of it?
>> 2. When it will be implemented?
>>
>> These questions apply to the following limitations:
>>
>> 1. StyledText widget.
> 1: I think there are several powerful replacements but depends on your
> usecase. If you don't care about formatting/etc you should go with the
> Text widget + SWT.MULTI. Alternatively you could use the browser widget
> to render HTML which is at least for formatting really helpful but only
> usable for readonly kind of stuff. An alternative would be to write a
> custom widget which integrates one of the famous WYSIWYG editors (eg
> FCKEditor) which is only an IFrame with some additionaly style flags and
> thus the functionality is provided by the browser.
> 2: I don't think that StyledText will be implemented soon. But I think
> this is a great opportunity for the community to help the RAP team and
> contribute something back.
>>
>> 2. ITextViewer, ISourceViewer, IDocument and other things which using
>> for text editors.
> 1: -
> 2: I think the everything around the text editor framework could be
> easily ported as soon as there is a StyledText widget as the editor
> framework heavily relies on it. Having a custom widget with the same api
> as the styled text widget it could *maybe* work together. As I never
> really looked into the details don't see this as an absolute answer.
>>
>> 3. IPropertySource, IPropertySheet, IPropertyDescriptor.
> Take a look at the "org.eclipse.rap.ui.views" bundle. This is where the
> property view lives. It is already usable in RAP. I would need to take
> closer look at it to tell what's already implemented and what is not.
> Just take a look!
>
>>
>
> Hope I could help you!
> Benny
--
Boris Stepanov
|
|
|
Powered by
FUDForum. Page generated in 0.03718 seconds