Semicolon in comment breaks SQL window

I've just tried to edit a query containing multiline comments like this:

Code:
SELECT /*
       multi-line comment ending in a semicolon;
       */
       dummy
FROM   dual

As I have the AutoSelect statement preference set, PL/SQL Dev tries to parse the window contents and it thinks the semicolon is a query terminator.
 
Back
Top