Could someone point me to a project that has a really good formatting API? Are there any new classes that can help with this?
Just to be clear what I want to be able to do is format the code in the editor I am working on. So far I have my lexer and parser (using ANTLR) integrated and now I need to tackle formatting.
Also, in an attempt to give back what I have learned I updated the wiki now to include in more detail everything I have done so far with integrating ANTLR into Netbeans. So far everything has been working really slick!
http://wiki.netbeans.org/New_Language_Support_Tutorial_Antlr-Jeff Johnston