Beautifier fails with internal error on nested case statements see example.
Example:
SELECT CASE
WHEN :p1 = 4 THEN
CASE
WHEN :p2 IS NOT NULL THEN 1 ELSE 0
END
WHEN :p1 = 3 THEN
CASE
WHEN :p2 IS NOT NULL THEN 1 ELSE 0
END
ELSE 1 END
FROM dual
In plugins IDE_ExecuteSQLReport executes allways with error message "Can not focus a disabled or invisible window"
Example:
IDE_ExecuteSQLReport("select * from sometable","Report",true);
PS. PL/SQL Developer 6.xxx has no this problem