I would know how to implement a Java IDE using Java language.
My IDE should :
- compile, run and debug a source code.
- import or export file from a directory.
- allow generating code from class diagram.
- allow modifying Java text editor.
- allow generate Swing source code from, I mean it will offer a ability of drag and drop, then it generates source code.
- it gives possibility to save, delete, undo and redo.
- it support JUnit, maven and Ant.
So, I ask about technologies that will help me to realize this Java IDE. How to implement this IDE?