Hi,
great idea providing the code tags. But, at least for java code, if i insert one EOL comment, all the following lines are greened...demo:
This works:
public void nothing() throws Anything { return; }
This doesn't:
// This method does really nothing public void nothing() throws Anything { return; }
BTW, how is the code type (Java, ABAP...) recognized??? I'm wondering...
Regards
Stefan
Hi Stefan,
The interpreter is not perfect yet. Nevertheless we thought we bring it out. Colors may be off, but the spacing is correct.
The coloring was created for Java code. It does not yet recognize ABAP code, therefore the colors are off with ABAP even more.
The choice is to make it bland and take all font changes out or to live with some minor imperfections.
We have chosen the minor imperfections.
Please let us know what you prefer, Mark.
Add a comment