Michael Koch wrote: > Per: Is there support for your pre-processing in some IDE too? A good > Emacs mode might be a good start? Special IDE support or an Emacs mode is not really needed, since the pre-precessor directives are comments, the source code is Java, and the pre-processing is fully refeversible. (Thus you can pre-process the source, edit and test the result, do the reverse pre-processing, and check in the modified code.) Look at the examples in http://gcc.gnu.org/ml/java/2006-01/msg00040.html -- --Per Bothner per@bothner.com http://per.bothner.com/