Bug with Comments

MartinSchm

Member²
Hi,

I found the following bug:

If I use the Button of the Developer to put /* */ around some code and later do the same or include the first /* */ into some others, the first /* */ are changed to \* *\ which makes them useless if I delete the outer /* */

bye
Martin
 
Nested comments are not supported by Oracle, so /* */ is converted to \* *\ if you use the comment function. If you subsequently use the uncomment function, this is reversed again.

If this is a problem, you can also use the Comment Line Plug-In.
 
Back
Top