Java Editor Improvements

07.06.2012

Since i worked hard on the dynamic Java compiler to enable Java 7 compatibility i was also able to create an AST (Abstract Syntax Tree) from the Java source (classbody). With access to the AST it is possible to parse class members and display them in the Outline view of Bio7 (in Bio7 1.6 a simple implementation to display fields, methods and imports will be available).
In addition i also worked on the Java editor to display Java compilation errors. Errors will now be marked in the editor after a compilation of the Java source. With this features at hand it will be much more easier to create a model in Java.

Screenshot:

Leave a Comment

*