Syntax highlighting not working on PL/SQL developer

Shreejit

Member
Hello,

Syntax highlighting is not working on PL/SQL developer tool using the beautifier. When I go set Syntax highlighting parameters (from EDIT>PL/SQL Developer Beautifier Options > User Interface> Editor> Syntax Highlighting ) and click apply, the changes are not reflected in SQL code in the SQL window. Other feautures in the beautifier such as Fonts, Window types are working fine.

Please help me with this issue.

Thanks!!
Shreejit
 
Syntax highlighting and the PL/SQL Beautifier are 2 different features.

Syntax highlighting works immediately, and does not change the PL/SQL code.

The PL/SQL Beautifier needs to be explicitly invoked (Edit > PL/SQL Beautifier or from the toolbar), since it does change the PL/SQL code.
 
Back
Top