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 … Read more

Bio7 on Bitbucket

16.05.2012 At the moment i migrate the Bio7 source to Bitbucket a GIT provider which is offering free webspace for an unlimited amount of projects. With this migration i can easier update code from different computers (with a different OS) and i hope that i can improve my productivity e.g. for the next Bio7 1.6 … Read more

Bio7 1.6 Release Plan

12.04.2012 Currently i’m working on the next release of Bio7. One of the biggest changes of Bio7 1.6 will be the possibility to dynamically compile and load Java 7 code. In addition the compiler will produce more useful error messages if the written source code is erroneous. The next version will also allow the update … Read more