Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [orion-dev] example for asynchronous content-assist proposal computer?

Martin,

For detailed information on content assist in Orion, please visit:
http://wiki.eclipse.org/Orion/Documentation/Developer_Guide/Plugging_into_the_editor#orion.edit.contentAssist

Best regards,
Maciej Bendkowski




From:        Martin Lippert <lippert@xxxxxxx>
To:        Orion developer discussions <orion-dev@xxxxxxxxxxx>,
Date:        2013-09-04 12:15
Subject:        Re: [orion-dev] example for asynchronous content-assist proposal computer?
Sent by:        orion-dev-bounces@xxxxxxxxxxx




Hey Maciej,

in case I can just return a Deferred promise, that sounds like all I
need... :-)

Thanks,
Martin


On 03.09.13 11:35, Maciej contractor Bendkowski wrote:
> Hi Martin,
>
> There's little difference between an synchronous and asynchronous
> content assist plugin in Orion. If you require to compute something in
> and asynchronous manner, e. g. do an HTTP request, you can simply return
> a Deferred which will be eventually resolved or rejected.
> I don't have an asynchronous content assist example, however I hope my
> simple synchronous rails content assist plugin will help you out:
> _https://github.com/maciej-bendkowski/rails-content-assist_
>
> Best regards,
> Maciej Bendkowski
>
>
>
> From: Martin Lippert <lippert@xxxxxxx>
> To: orion-dev@xxxxxxxxxxx,
> Date: 2013-09-03 11:24
> Subject: [orion-dev] example for asynchronous content-assist proposal
>       computer?
> Sent by: orion-dev-bounces@xxxxxxxxxxx
> ------------------------------------------------------------------------
>
>
>
> Hey!
>
> Is there an example somewhere that shows me how to implement an
> asynchronous content assist provider? I would like to implement one that
> would provide results asynchronously and I hope I can learn from an
> existing one... :-)
>
> Thanks a lot for your help!
> -Martin
>
> _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/orion-dev
>
>
>
>
> _______________________________________________
> orion-dev mailing list
> orion-dev@xxxxxxxxxxx
>
https://dev.eclipse.org/mailman/listinfo/orion-dev
>
_______________________________________________
orion-dev mailing list
orion-dev@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/orion-dev



Back to the top