News for Reverse Preprocessor

2003/08/04Released Reverse 0.2
2003/08/03Fully run-time configurable adaptor
2003/07/25Added some new tags
2003/07/23Kate syntax highlighting generator now supports combined files
2003/07/23Kate syntax description combination script added
2003/07/20Plaintext,Java mode added
2003/07/19Mailing-list is online
2003/07/19Reverse 0.1 released
2003/07/17Kate syntax highlighting is now available
2003/07/15Homepage is online

2003/08/04Released Reverse 0.2

Just released Reverse 0.2. This version is the first beta version. It supports runtime configurable adaptors, adaptors for java and c++, an advanced kate syntax highlighting file generator and may more. Check out the release notes for a full list.

[Top of page]

2003/08/03Fully run-time configurable adaptor

Reverse now has support for configuration files and its default adaptor is fully configurable at runtime. A simple templating language called VSTL is used to describe translators and position hint generators.

[Top of page]

2003/07/25Added some new tags

Just added a tag to open/close EL and cut of any blank line of SL where this tags occur. This helps writing more readable code. Also added a dynamic adaptor switching tag that switches the adaptor somewhere in the file. This is handy with the default adaptor that does nothing but looking for the adaptor switch tag.

[Top of page]

2003/07/23Kate syntax highlighting generator now supports combined files

The kate syntax highlighting generator can now be used with the options --elsyntax xml-file and --slsyntax xml-file. They will cause a combined syntax highlighting to be generated. This must be processed by the combine.xsl script in order to be used as kate syntax highlighting file.

[Top of page]

2003/07/23Kate syntax description combination script added

Added a xslt script that is able to combine kate syntax description files. The most recent version of kate has this ability itself, but this script may be helpful for older versions or to finetune the result.

[Top of page]

2003/07/20Plaintext,Java mode added

Now also a plaintext,java mode is supported

[Top of page]

2003/07/19Mailing-list is online

The mailing list reverse-devel@lists.sf.net is now online

[Top of page]

2003/07/19Reverse 0.1 released

Reverse 0.1 is the first release of reverse. It is still alpha and may contain many bugs.

[Top of page]

2003/07/17Kate syntax highlighting is now available

Just checked in a syntax highlighting generator for kate. It uses the adaptor classes to generate a syntax highlighting file for kate. Currently only assigning the different contexts a different style is supported, but it is planned to make the syntax highlighter capable of using existing kate syntax highlightings foir SL and EL parts

[Top of page]

2003/07/15Homepage is online

The first version of the reverse homepage is now online

[Top of page]