Go, Go, Go …
OMGBlog installed and initialized. Now we are ready to start.
CodeGeneration 2014 at Cambridge
News, OMGI go to Cambridge and will present our ALF plugin for Eclipse.
Syntax Highlighting installed
DeveloperHere 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…