I have written an editor in Java for editing java files. The editor's functionality includes...
syntax highlighting code reformatting automatic code completion find matching braces and parentheses display of line numbers display of directory tree undo/redo auto indent easy to use search functionality display method names in a sidebar (for the file being edited) smart Home/End key behavior
I am planning to extend the functionality so that the editor can work with HTML, XML, jsp files etc apart from enhancing the code.