So for a summer project I am thinking of writing a colaborative code editing application in Flex. In order to do this I need to be able to modify individual lines or characters in a text area as different user's modify the same document.
I think I've heard of Flex 4 having support for text primitives but that is still in development. Is there any way to modify or get the individual lines in a text area?
Also if anyone could shed some light on how text areas/editors store and process the text it displays, this would be very helpful. I've been diving into the source code but am still struggling to wrap my head around it.
Thanks!