I have been largely inspired by Orion and Erwan module, but I had specific goals, that's why I did not reuse most of those projects code. Actually, I would like to focus on several concerns:
- simplicity with neither code completion nor refactoring
- quality with continuous testing and deployment integration
- collaboration with code review integration
Currently, I have implemented the following features:
The editor is implemented in the canvas, and it is based on Guillaume's work.
- Navigation in the application files, with the ability to edit files and create new ones.
- Java files edition with syntax highlighting and live compilation during the edition.
- Router configuration file edition with syntax highlighting.
The editor is implemented in the canvas, and it is based on Guillaume's work.
No comments:
Post a Comment