I'm trying to define the formatting for ABAP code (the one in the downloads section of the site isn't very appealing) but I have one problem with comments: in ABAP there are 2 ways of commenting, via a "*" at the start of the line or via a double quote anywhere in the line. How can I format a comment line starting with "*" given that it should be treated as a comment ONLY if the "*" is the first character? Otherwise during a formula such as "calc = a * b" the part from the "*" onward is recognized as a comment!
Thank you very much, regards
Max
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I'm trying to define the formatting for ABAP code (the one in the downloads section of the site isn't very appealing) but I have one problem with comments: in ABAP there are 2 ways of commenting, via a "*" at the start of the line or via a double quote anywhere in the line. How can I format a comment line starting with "*" given that it should be treated as a comment ONLY if the "*" is the first character? Otherwise during a formula such as "calc = a * b" the part from the "*" onward is recognized as a comment!
Thank you very much, regards
Max