Use Eclipse GIT Plugin in Bio7 – Update

02.07.2012 To use the new update of the Eclipse GIT plugin in Bio7 you have to do the following things. 1. Add the Helios Update site to the Update Manager: http://download.eclipse.org/releases/helios 2. Add the EGit Plugin site to the Update Manager: http://download.eclipse.org/egit/updates 3. Select the EGit Site in the Update Manager. 4.  Then select the … Read more

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