Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 1.16 KB

File metadata and controls

32 lines (24 loc) · 1.16 KB

Parallel Editor

A real-time collaborative tool to develop files over the network.

Installation

To try out the brand new Parallel Eclipse Plugin for Eclipse Helios (3.6) add the following update-site URL to the 'Install new Software' window in Eclipse:

http://maurociancio.github.com/parallel-editor/update-site/

and select the Parallel Editor Plugin.

The plugin is currently in version 0.0.1.beta3.

Basic Usage

The plugin adds a contextual menu to your text editor under the name 'Share thru PE'. It allows to create a local share or to connect to a remote server. It can share any type of text editor including .java files.

It also adds two views that can be found in window/show view. The category for these views is Parallel Editor. The two views are: Share and Chat. The first one allows you to control your shares and remote connections while the second one allows you to chat with your partners connected to your servers.

Please check out the wiki for more information: https://github.com/maurociancio/parallel-editor/wiki and https://github.com/maurociancio/parallel-editor/wiki/Usage for basic usage.

Feedback is appreciated. Thanks.