|
|
|
|
|
|
|
|
|
|
|
| Re: Standalone Client Application [message #1008959 is a reply to message #683260] |
Thu, 14 February 2013 03:09  |
Jeremie Bresson Messages: 259 Registered: October 2011 |
Senior Member |
|
|
Claudio Guglielmo wrote on Mon, 13 June 2011 13:34
If this is not sufficient and you need to use ICodeService you could either create a dependency from your client plugin to scout-server plugin which makes it necessary to start this plugin and its dependent plugins too. Or you could copy the CodeService class of the server plugin into your client plugin (with CodeTypeCache and CodeTypeStore) and register this one with a higher priority than the default service (CodeServiceClientProxy). Now you should be able to use the ICodeService as normal.
Sandro just published a possible implementation for a CodeService that works on client side (no caching, no partition): LocalCodeService
|
|
|
Powered by
FUDForum. Page generated in 0.02074 seconds