use tab character and sql-highlighting

kka

Member
Hi!

1.
After upgrading to PL/SQL Developer 7.1 (i'm currently at 7.1.1.1339), it seems like the editor ignores the checkbox "Use Tab Character".
Autoindent is using the tab character regardless of whether the checkbox is checked og not. Is there any way to disable the use of the tab-character completely?

2.
Is there any way to disable the auto highlighting of executing/executed sql's in the sql-window?
 
1.
You need to disable the "Smart fill" option.

2.
You can go to Tools > Preferences > Program Window and set the "Hot track highlighting" color to the editor background color.
 
Back
Top