Selection Apply Syntax Case is not working.

fidelfs

Member³
I have changed the preference in Editor to use Keyboard case "Init Caps".
I selected (highlighted the text I want to apply syntax) and the click on icon apply syntax nothing happen, even if I use the menu Edit - Selection - Apply Syntax Case. Nothing.

What am I doing wrong?

PL/SQL Developer
Version 9.0.1.1613
01.74867 - 1 user license
Windows 7 (64-bit) 6.1 Build 7601 (Service Pack 1)
 
It seems to work fine for me. Note that this applies to keywords (like begin, end, select and so on). It does not apply to other words or keywords in comments or quotes.
 
Last edited:
Yes, you are right. It works only for keywords.

Is there any reason only works for keywords? Being this part of Selection I was expecting to work with any, like Upper or Lower within selection
 
It only works on keywords because there is only a "Keyword Case" editor option. There are no case options for other editor text components.
 
Maybe what you need is the InitCaps plugin. Check the plugins page. It will add an entry to the Edit -> Selection menu. You may assign a shortcut to it.

HTH.

Regards,
Gustavo
 
Back
Top