Hi, new to Java here, just migrated from C. I wanted to make a simple java Editor and I couldn't find any libs in java for syntax highlighting. So I decided to search for Open Source editors and I found this,
SourceForge.net: gleditor
It's really good editor, super fast and has a real good UI. But unfortunately It's programmed in Delphi and Object Pascal. I only know C, some C++, and just started JAVA.
Anyone can help me? Any perfect editors like GLeDitor? Also I loved devpaks from Devc++, is there anything like that in JAVA? I'm really having a hard time making external libs/packages work.