Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Shared Editing"

 
 
(3 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Collaborative editors/editing is an important application area for Eclipse, the Rich Client Platform, and ECF. Eclipse and Eclipse RCP are ideal frameworks for creating structured editors of many kinds:  source code editors, graphical model editors, xml editors, html editors, etc.  With ECF, it is possible to add both real-time and non real-time collaboration for such editors.
+
Collaborative editors/editing is an important application area for Eclipse, the Rich Client Platform, and ECF. Eclipse and Eclipse RCP are ideal frameworks for creating structured editors of many kinds:  source code editors, graphical model editors, xml editors, html editors, etc.  With ECF, it is possible to add both real-time and non real-time collaboration for such editors.
  
ECF will provide frameworks and examplary shared editors.  We currently have the following editors
+
ECF will provide frameworks and exemplary shared editors.  We have the following efforts working together:
  
* Graphshare - A simple graphical network model editor that allows multiple participants to simultaneously add, position, and connect simple graphical models
+
*Newer Efforts (2007 and ongoing)
 +
**[[RT Shared Editing|Real-time Shared Editing]]
 +
**[[Sharing Editor Selections]]
 +
**[[DocShare Plugin]]
  
* Example Shared Text Editor - A collaborative text editor that distributes individual
+
*Older Efforts (2006 and prior)
 +
* [[Graphical Shared-Editor Example Application]] - A simple graphical network model editor that allows multiple participants to simultaneously add, position, and connect simple graphical models
 +
* [[Example Shared Text Editor]] - A collaborative text editor for doing real-time editing of a text document

Latest revision as of 17:59, 30 November 2007

Collaborative editors/editing is an important application area for Eclipse, the Rich Client Platform, and ECF. Eclipse and Eclipse RCP are ideal frameworks for creating structured editors of many kinds: source code editors, graphical model editors, xml editors, html editors, etc. With ECF, it is possible to add both real-time and non real-time collaboration for such editors.

ECF will provide frameworks and exemplary shared editors. We have the following efforts working together:

Back to the top