[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
| Re: [ecf-dev] Shared editing for custom editors - dependencies? | 
Hi Jan,
Jan Ploski wrote:
Scott Lewis <scottslewis@xxxxxxxxx> schrieb am 09/30/2008 08:02:52 PM:
  
<stuff deleted>
Thanks for the advice. I was hoping that it could be somehow integrated 
magically without an extra explicit dependency on ECF, but now I see that 
the out-of-the-box support for the Java/Text editors is hardcoded in the 
docshare plug-in (rather than in these editors themselves).
  
You are right that it's not in the editors themselves (that would be 
nice, but we can't force it on any of them), but the support is not 
directly for the Java/Text editor implementations, but rather to any 
compliant implementation of ITextEditor (which does allow usage within 
many/most text editors).
Also, BTW, you might be interested in the ongoing work on this bug/enh:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=234142
which will look to make document synchronization via cola available (as 
OSGi service) separate from the docshare UI...thus making the 
synchronization service available to other clients.
Scott