My function names are being converted to all uppercase when I select "Syntax Highlighting" on the Tools-Enviroment Options-Code Editor menu, with "Case" set to "Uppercase".
I do want reserved words higlighted and in uppercase but not my function names.
This was not a problem in version prior to 3.07. I played around with different settings but to no avail.
I imagine that this is related to the new feature:
- 0000634: [New Feature Request] Automatic CodeTips for user entered subs/functions (Paul Squires) - closed.
Because FF is picking up those user subs/functions it is displaying them using the same logic as other reserved words. I'll have to put this on my list to see if I can easily create a new option to differentiate them both.
Thanks Paul