Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[flux-dev] [flux][che]Adding a new message type

Hi all,
 I'm working on a GSOC project[1] related to Eclipse che. Basic idea of the project is to display cursors of all the participants of the pair programming session. I'm using liveResourceChanged message type to pass the message when there is a change in the document. I thought of adding a new message type called liveCursorOffsetChanged, to pass the message when there is only a cursor movement change. Is it okay to add this into rabbit-connector.js and messages-core.js classes or is there a better way to do this?

[1]https://summerofcode.withgoogle.com/projects/#4522349613285376

--
Best Regards
Randika Navagamuwa,
Department of Computer Science & Engineering,
University of Moratuwa,
Sri Lanka.

Back to the top