Toad for Oracle: Illegible PL/SQL Comments
Posted by patrick on May 16th, 2008
I found after I upgraded Toad for Oracle from 8.6.1 to 9.6.1, I could no longer read comments in PL/SQL code. They appeared as illegible, nonsense, unreadable text.
This is actually a problem with displaying the comments as italics. To avoid this, change the displaying of comments to be non-italicised as described below.
From the menu select:
View –> Toad Options –> Editor –> Behavior
In the Languages box, ensure PL/SQL is present in the drop down list, then select “Syntax highlighting”.
On the Highlighting tab, select “Comment” from the Styles list. Untick “Italic” in the Font style box and then press the Apply button.
PL/SQL comments should now be displayed legibly.

(2 votes, average: 4.5 out of 5)
February 9th, 2009 at 3:20 am
Awesome, thanks so much! I spent a good ten minutes looking for this option before I came across your post.
September 11th, 2009 at 7:45 pm
The italicized comments have been irking me for a while but I could not figure out how to modify this in TOAD. Thanks for the insight.