Go, Go, Go …

Blog installed and initialized. Now we are ready to start.
Picture of a the Mathematical Bridge at Cambridge

CodeGeneration 2014 at Cambridge

,
I go to Cambridge and will present our ALF plugin for Eclipse.

Syntax Highlighting installed

Here we are! Some code highlighting: [java] class Otto extends Hugo { int i = 1; String heinz = "hello world!"; } [/java] with selection: [js highlight="2"] window.addEvent('domready', function(){ console.info('Hello Enlighter'); }); [/js] Here…