Keyword case: Uppercase => Editor changes on everything to uppercase

SunDog

Member²
In my preferences, User Interface->Editor->Keyword case is set to "Uppercase". Now everything I type in lowercase is switched to uppercase as soon as I enter a second character, space, or line feed. For example, if I enter lowercase "x", it stays lowercase. If I follow it with lowercase "z", the entire word becomes "XZ" and all subsequent characters are immediately changed to uppercase.
Changing the preference to "Unchanged" leaves everything as I type it, which it should. Of course, now keywords are not set to uppercase, which is what I would really like.
What's odd is that it didn't do this on Friday and I don't recall changing anything between then and now. I did start a new instance, though.
Furthermore, the beautifier setting of Syntax Case->Keywords to Uppercase has no effect on keywords when I apply the beautifier.
Version is 9.0.1.1613
 
Last edited:
Note that this only applies to SQL and PL/SQL keywords. It does not apply to standard function names or other words (like XZ). I assume that if you type "begin" it is still converted to uppercase?
 
It's like it is considering everything a keyword. I have keywords set to be bold blue text and an entire Select statement is showing as bold blue. "be" is converted to "BE" upon typing the "e".
I'm going to try a re-install to see if it helps. Maybe even a reboot, since this seemed to start out of nowhere.

Update: I installed 9.0.1.1618 and both this and the ctrl-click issue I had have gone away. It might have just been doing a new install that fixed it but it's fixed nonetheless.
 
Last edited:
Back
Top