After clean installing MySQL Workbench (WB) 5.2.47 (Windows 7) on a new machine, I wanted the Lucida Console font as I am used to, but for some reason WB chooses a different font for reserved keywords, making the code unreadable. There is no setting for reserved keywords. So I could not easily change this by editing the wp_options.xml
file. The only font setting which was acceptable was Courier New.
Then I went to another machine, and copied wp_options.xml
from a WB 5.2.47 which had a history of WB upgrades. That did the trick, it worked fine on the newly installed WB.
Looking at the both wp_options.xml
files in a text diff tool, I noted many differences, but not any that could explain the difference. My conclusion is that Oracle needs to work with UI configuration, as it is not OK that subtle, obscure edits in the wp_options.xml
file is what is required to make the WB UI acceptable.