(Was: Exploring FedOne's simple web client) On Jun 30, 6:46 pm, Flueras Bogdan <[email protected]> wrote: > Hello, > I've been playing with your web client and noticed that it lacks the > "multiplecarets" feature. > What I mean bymultiplecarets is that when 2 or more users edit the > same wave, each one'scarethas a different color and its name above > (like in real GoogleWave). > With the current open source code, how difficult would it be to > implement such a feature ? > Or do you plan to open source that part of the editor too and when > would it be that?
Hi Flueras, Unfortunately, that code has not yet been open sourced because it depends on a bunch of google specific profile stuff. I am actually looking at it now though and it should be pretty easy to disentangle so I'll probably just do that. In the meantime, it is relatively straight forward to implement yourself. Just register an AnnotationMutationHandler; with a PaintFunction for colouring the selection range and a BoundaryFunction for rendering the user's name at the boundary of the selection annotation. Dan -- You received this message because you are subscribed to the Google Groups "Wave Protocol" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/wave-protocol?hl=en.
