Thursday, January 15, 2004

ErrorLink Eclipse plugin

As the model transformation compiler's tutorial says: "provides some hyperlink during the compilation process so you can directly jump to the file/line where is the error."

Ah, the 2 regex are:


  • .* (.*\.mtl)()() .*

  • .* (.*\.mtl) line (\d+):(\d+): .*



I' m trying it now.

Colorer take5

I'm trying a model transformation compiler and it recommended me to install Colorer as a Eclipse plugin.

Colorer take5 is a syntax highlighting and text parsing library, that provides services of text parsing in host editor systems in real-time and transforming results into colored text. Result information allows to search and build outlined lists of functions, structures, and to search and indent programming language constructions (brackets, paired tags). Colorer uses pure C++, XML, it is fully portable and works on either win32/unix/mac platforms. Top level Java language API is also available.

http://colorer.sourceforge.net/.