Beta #if JAVA conditional compilation

JordiCP

Expert
Licensed User
Longtime User
I found that if you use #if JAVAXXX, #if JAVA0 or other starting with "JAVA...", the IDE assumes the same as with #if JAVA, which results in syntax errors if you have a part which you do not want to be compiled nor syntax checked

For instance, when doing trial-and-error, sometimes I have a Java block which I want to modify. I Make a copy of it and rename the header of one of them to #if JAVA0 (for instance)



The workaround is easy, just using other non defined symbol. But it is there.
 
Cookies are required to use this site. You must accept them to continue using the site. Learn more…