Problem with Beautifer

Killservice

Member²
Hi Marco,

the following Bug was detected in PL/SQL-Developer:

Within in a PL/SQL-Code if immediately after a LOOP a comment begins with /* (and not with --) each time wenn you click the Baeutifer the whole of the comment Block is indented to the right!

Example:
Use more than once Beautifer to the following code in editor and watch at word "test":

Code:
BEGIN
  FOR i IN 1 .. n LOOP
   /*
  test
  */
  END LOOP;
END;

This Bug is to reproduce in version 8.03 and even in 9.0.4.1644
 
Back
Top