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

Example Shared Text Editor

Revision as of 18:13, 23 April 2006 by Slewis (Talk | contribs)

ECF Committer Ken Gilmer has implemented a shared text editor in the org.eclipse.ecf.example.collab.editor plugin.

First, get the plugin from anonymous CVS. See the ECF dev resources page for a description of how to get this plugin and the necessary dependencies.

  1. First create a text file in a project.
  2. Go to eclipse preferences, team->ECF Editor Sharing. Adjust connection parameters as necessary. (http://kengilmer.com/shared_editor/s2.jpg)
  3. Right click on file and select Team -> Initiate Shared Session (http://kengilmer.com/shared_editor/s1.jpg)
  4. At this point, you have created a shared editor instance. Now others can connect.
  5. Load another instance of eclipse, configure such that they point to the same server and share container names.
  6. File->New->Collaboration->Shared Editor Session. (http://kengilmer.com/shared_editor/s3.jpg)
  7. The dialog will now show a window asking for local container, and will list all active editor sessions. These sessions are global to the ECF container name specified in preferences. (http://kengilmer.com/shared_editor/s4.jpg)
  8. Select your file. The editor will be created, and saved to whatever project container is specified.
  9. Start typing. You should see changes on both editors. (http://kengilmer.com/shared_editor/s5.jpg)

Back to the top