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?

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



Back to the top