Uppercase the Keywords

Hi All,

I am using PL-SQL Developer 5.1.6.747..

I have many Sql files which is fully formatted but the only problem is Keywords are in Lower case..

I want to retain the formatting and just convert the keywords to Uppercase..

If i use Beutifier,it changes my whole formatting..

Please let me know if this is possible to retain formatting and only uppercase the keywords??

Thanks in Advance..
 
You need to select the whole text.

Next go to Edit/Selection/Apply Syntax Case. This is mapped to F4 on my PC, but I don't remember if I changed it or not.

For this to work, you need to have your "Keyword Case" be "Uppercase" in your editor preferences.
 
Back
Top