It has been an year since I started learning java swing and developing an IDE from scratch along side
(just for fun:-)).
I love Open Source, here's the link to the repo
See it in action here
The IDE currently can behave both as a fully integrated java IDE and as an instant IDE for editing, compiling and running any other programming language.
- It is based around the principle of simplicity
- It has a tiny core thus, uses the least possible memory.
- It has its own plugin API and some cool plugins like vibencode.
- It has its own highly flexible UI Elements.
- Blazing Fast Dynamic Compilation for Java
What's in progress?
- Complete wiki page having instructions on using the IDE.
- VCS Integration
- Gradle/Maven Integration
- Refractor
Top comments (0)