Page 1 of 1

Preprocessor in JCIDE 7

Posted: Thu Nov 26, 2020 10:47 pm
by kuafu
About Preprocessor
We found three Java Preprocessor .
Prebop Preprocessor http://prebop.sourceforge.net/
raydac/java-comment-preprocessorhttps://github.com/raydac/java-comment-preprocessor
manifold-preprocessorhttps://github.com/manifold-systems/man ... eprocessor
We like manifold most . So we integrations it into JCIDE.
The Java Preprocessor is designed exclusively for conditional compilation of Java source code. It is directly integrated into the Java compiler via the Javac Plugin API. Unlike conventional preprocessors it does not incur separate build steps or additional file I/O, instead it directly contributes to the compilation pipeline.


IDE Support
Manifold preprocessor is supported in JCIDE.

There are two way a symbol can be define.
  • Locally in the source file via #define
  • Define in java project property view.
Directiveshttps://github.com/manifold-systems/man ... directives

Re: Preprocessor in JCIDE 7

Posted: Mon Dec 28, 2020 7:44 am
by kuafu