Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Riena » [Ridgets] Support for Content-assist
[Ridgets] Support for Content-assist [message #20597] Sun, 15 February 2009 17:43 Go to next message
Tom Seidel is currently offline Tom SeidelFriend
Messages: 91
Registered: July 2009
Member
Hi,

I have one question regarding the ridget api: Is there any support for
content-proposals? - I couldn't find anything nor in the testcases
neither while browsing through the api. If not, are you planning to
support content proposals?

Thanks
Tom
Re: [Ridgets] Support for Content-assist [message #20612 is a reply to message #20597] Tue, 17 February 2009 08:00 Go to previous messageGo to next message
Carsten Drossel is currently offline Carsten DrosselFriend
Messages: 2
Registered: July 2009
Junior Member
Hi Tom,

the ContentProposal-concept of JFace is currently not supported by the
Ridget API. But this would definitely be a cool feature to have! Could
you file a Bugzilla enhancement request for this? (Ideally with a
contribution patch ;-) ).

Greetings,
Carsten

Tom Seidel wrote:
> Hi,
>
> I have one question regarding the ridget api: Is there any support for
> content-proposals? - I couldn't find anything nor in the testcases
> neither while browsing through the api. If not, are you planning to
> support content proposals?
>
> Thanks
> Tom
Re: [Ridgets] Support for Content-assist [message #21553 is a reply to message #20612] Tue, 17 February 2009 09:27 Go to previous messageGo to next message
Tom Seidel is currently offline Tom SeidelFriend
Messages: 91
Registered: July 2009
Member
Done. See bug 265110.

Carsten Drossel schrieb:
> Hi Tom,
>
> the ContentProposal-concept of JFace is currently not supported by the
> Ridget API. But this would definitely be a cool feature to have! Could
> you file a Bugzilla enhancement request for this? (Ideally with a
> contribution patch ;-) ).
>
> Greetings,
> Carsten
>
> Tom Seidel wrote:
>> Hi,
>>
>> I have one question regarding the ridget api: Is there any support for
>> content-proposals? - I couldn't find anything nor in the testcases
>> neither while browsing through the api. If not, are you planning to
>> support content proposals?
>>
>> Thanks
>> Tom
Re: [Ridgets] Support for Content-assist [message #21592 is a reply to message #21553] Tue, 17 February 2009 09:40 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi guys,

I'd say you should take a look at the TokenViewer [1] proposal. It
should be quite easy for you given that you already abstracted the whole
viewer concept and token viewer abstracts the content proposal thing as
a JFace-Viewer for you.

If you want to see this in action you could take a look at an example
application I'm writing for EclipseCon [2].

Tom

[1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=262846
[2] http://github.com/tomsontom/emf-databinding-example/tree/mas ter

Tom Seidel schrieb:
> Done. See bug 265110.
>
> Carsten Drossel schrieb:
>> Hi Tom,
>>
>> the ContentProposal-concept of JFace is currently not supported by the
>> Ridget API. But this would definitely be a cool feature to have! Could
>> you file a Bugzilla enhancement request for this? (Ideally with a
>> contribution patch ;-) ).
>>
>> Greetings,
>> Carsten
>>
>> Tom Seidel wrote:
>>> Hi,
>>>
>>> I have one question regarding the ridget api: Is there any support
>>> for content-proposals? - I couldn't find anything nor in the
>>> testcases neither while browsing through the api. If not, are you
>>> planning to support content proposals?
>>>
>>> Thanks
>>> Tom


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: [Ridgets] Support for Content-assist [message #21637 is a reply to message #21592] Tue, 17 February 2009 09:43 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

would be really cool to have the TokenViewer as Ridget.

ekke

Tom Schindl schrieb:
> Hi guys,
>
> I'd say you should take a look at the TokenViewer [1] proposal. It
> should be quite easy for you given that you already abstracted the whole
> viewer concept and token viewer abstracts the content proposal thing as
> a JFace-Viewer for you.
>
> If you want to see this in action you could take a look at an example
> application I'm writing for EclipseCon [2].
>
> Tom
>
> [1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=262846
> [2] http://github.com/tomsontom/emf-databinding-example/tree/mas ter
>
> Tom Seidel schrieb:
>> Done. See bug 265110.
>>
>> Carsten Drossel schrieb:
>>> Hi Tom,
>>>
>>> the ContentProposal-concept of JFace is currently not supported by the
>>> Ridget API. But this would definitely be a cool feature to have! Could
>>> you file a Bugzilla enhancement request for this? (Ideally with a
>>> contribution patch ;-) ).
>>>
>>> Greetings,
>>> Carsten
>>>
>>> Tom Seidel wrote:
>>>> Hi,
>>>>
>>>> I have one question regarding the ridget api: Is there any support
>>>> for content-proposals? - I couldn't find anything nor in the
>>>> testcases neither while browsing through the api. If not, are you
>>>> planning to support content proposals?
>>>>
>>>> Thanks
>>>> Tom
>
>
Re: [Ridgets] Support for Content-assist [message #578745 is a reply to message #20597] Tue, 17 February 2009 08:00 Go to previous message
Carsten Drossel is currently offline Carsten DrosselFriend
Messages: 2
Registered: July 2009
Junior Member
Hi Tom,

the ContentProposal-concept of JFace is currently not supported by the
Ridget API. But this would definitely be a cool feature to have! Could
you file a Bugzilla enhancement request for this? (Ideally with a
contribution patch ;-) ).

Greetings,
Carsten

Tom Seidel wrote:
> Hi,
>
> I have one question regarding the ridget api: Is there any support for
> content-proposals? - I couldn't find anything nor in the testcases
> neither while browsing through the api. If not, are you planning to
> support content proposals?
>
> Thanks
> Tom
Re: [Ridgets] Support for Content-assist [message #578775 is a reply to message #20612] Tue, 17 February 2009 09:27 Go to previous message
Tom Seidel is currently offline Tom SeidelFriend
Messages: 91
Registered: July 2009
Member
Done. See bug 265110.

Carsten Drossel schrieb:
> Hi Tom,
>
> the ContentProposal-concept of JFace is currently not supported by the
> Ridget API. But this would definitely be a cool feature to have! Could
> you file a Bugzilla enhancement request for this? (Ideally with a
> contribution patch ;-) ).
>
> Greetings,
> Carsten
>
> Tom Seidel wrote:
>> Hi,
>>
>> I have one question regarding the ridget api: Is there any support for
>> content-proposals? - I couldn't find anything nor in the testcases
>> neither while browsing through the api. If not, are you planning to
>> support content proposals?
>>
>> Thanks
>> Tom
Re: [Ridgets] Support for Content-assist [message #580612 is a reply to message #21553] Tue, 17 February 2009 09:40 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Hi guys,

I'd say you should take a look at the TokenViewer [1] proposal. It
should be quite easy for you given that you already abstracted the whole
viewer concept and token viewer abstracts the content proposal thing as
a JFace-Viewer for you.

If you want to see this in action you could take a look at an example
application I'm writing for EclipseCon [2].

Tom

[1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=262846
[2] http://github.com/tomsontom/emf-databinding-example/tree/mas ter

Tom Seidel schrieb:
> Done. See bug 265110.
>
> Carsten Drossel schrieb:
>> Hi Tom,
>>
>> the ContentProposal-concept of JFace is currently not supported by the
>> Ridget API. But this would definitely be a cool feature to have! Could
>> you file a Bugzilla enhancement request for this? (Ideally with a
>> contribution patch ;-) ).
>>
>> Greetings,
>> Carsten
>>
>> Tom Seidel wrote:
>>> Hi,
>>>
>>> I have one question regarding the ridget api: Is there any support
>>> for content-proposals? - I couldn't find anything nor in the
>>> testcases neither while browsing through the api. If not, are you
>>> planning to support content proposals?
>>>
>>> Thanks
>>> Tom


--
B e s t S o l u t i o n . at
------------------------------------------------------------ --------
Tom Schindl JFace-Committer
------------------------------------------------------------ --------
Re: [Ridgets] Support for Content-assist [message #580658 is a reply to message #21592] Tue, 17 February 2009 09:43 Go to previous message
Eclipse UserFriend
Originally posted by: ekkehard.gentz-software.de

would be really cool to have the TokenViewer as Ridget.

ekke

Tom Schindl schrieb:
> Hi guys,
>
> I'd say you should take a look at the TokenViewer [1] proposal. It
> should be quite easy for you given that you already abstracted the whole
> viewer concept and token viewer abstracts the content proposal thing as
> a JFace-Viewer for you.
>
> If you want to see this in action you could take a look at an example
> application I'm writing for EclipseCon [2].
>
> Tom
>
> [1]https://bugs.eclipse.org/bugs/show_bug.cgi?id=262846
> [2] http://github.com/tomsontom/emf-databinding-example/tree/mas ter
>
> Tom Seidel schrieb:
>> Done. See bug 265110.
>>
>> Carsten Drossel schrieb:
>>> Hi Tom,
>>>
>>> the ContentProposal-concept of JFace is currently not supported by the
>>> Ridget API. But this would definitely be a cool feature to have! Could
>>> you file a Bugzilla enhancement request for this? (Ideally with a
>>> contribution patch ;-) ).
>>>
>>> Greetings,
>>> Carsten
>>>
>>> Tom Seidel wrote:
>>>> Hi,
>>>>
>>>> I have one question regarding the ridget api: Is there any support
>>>> for content-proposals? - I couldn't find anything nor in the
>>>> testcases neither while browsing through the api. If not, are you
>>>> planning to support content proposals?
>>>>
>>>> Thanks
>>>> Tom
>
>
Previous Topic:[Ridgets] Support for Content-assist
Next Topic:[Ridgets] Support for EMFDatabinding
Goto Forum:
  


Current Time: Fri Mar 29 12:41:06 GMT 2024

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

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

Back to the top