PlanetSquires Forums

Support Forums => Other Software and Code => Topic started by: Andy Flowers on April 04, 2010, 01:48:23 AM

Title: I am unable to resolve this nagging problem.
Post by: Andy Flowers on April 04, 2010, 01:48:23 AM
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.
Title: Re: I am unable to resolve this nagging problem.
Post by: Paul Squires on April 04, 2010, 11:46:02 AM
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.
Title: Re: I am unable to resolve this nagging problem.
Post by: Andy Flowers on April 05, 2010, 12:30:34 PM
Thanks Paul