Overview I have contributed to Eclipse Che as my Google Summer of Code (GSoC) 2016 project. In this project I have concentrated on implementing a pair programming extension for Eclipse Che. The implementation was divided into the following three sub tasks Display cursors of other participants Participants getting notified when the files which are not…
Tag: che
Customize Orion Editor to have multiple cursors on Eclipse Che
Last month I have talked about a pluggable editor for your website. If you haven’t seen it yet just go here and take a look. 🙂 As you all know Eclipse Che is a cloud based developer IDE. This IDE uses Orion as the editor. Since this is an open source product we can customize the…
Run Eclipse Mars IDE inside Eclipse Che
What is Eclipse Che? Eclipse Che is a developer workspace server and cloud IDE. Codenvy hosts eclipse che workspaces with free accounts. You can simply create a codenvy account and try Eclipse Che. (https://codenvy.com/login/) Since Eclipse Che is an open source project you can folk their github repository and start building from the source code. All…