Code Colorizer-2.4.7

Extension:
Extension ID:
org.pitonyak.addon.MacroFormatterADP
Release date:
21/04/2011 - 16:40
Version:
2.4.7
Operating system:
System Independent
Compatibility:
3.1, 3.2, 3.3, 3.4
Binary type:
OOo extension (.oxt)
Release Notes: 

Java 7 supports new constructs such as a string literal in the form 0b11_011_111. This type of construct is now supported.
Another new Java 7 feature allows for things such as

int #"I am a strange variable name" = 7;

This construct is also supported.

I added new keywords to C++ related to c++_0xx, and also, C++ now allows for hex constants, binary, and octal constants.