Keyword formatting too aggressive
Posted: Sun Apr 09, 2017 7:34 pm
One of my pet peeves:
If in the process of editing I accidentally remove the leading double quote from a literal string, PB immediately applies proper case to all PB keywords that might be inside the string.
I.e., for string = "Call 1-800-123457 for support and have your serial number ready in order to qualify for help." it will uppercase 'For', 'And' and 'To'.
If I don't pay close attention and just re-add the leading double quote, I am left with improper English spelling. This has already happened a number of times. I am very aware of this now and pay close attention to it, but I wonder if there is a better way.
After all, I just deleted a leading quote and there is a terminating quote - it should be possible to not auto-format in such cases....
If in the process of editing I accidentally remove the leading double quote from a literal string, PB immediately applies proper case to all PB keywords that might be inside the string.
I.e., for string = "Call 1-800-123457 for support and have your serial number ready in order to qualify for help." it will uppercase 'For', 'And' and 'To'.
If I don't pay close attention and just re-add the leading double quote, I am left with improper English spelling. This has already happened a number of times. I am very aware of this now and pay close attention to it, but I wonder if there is a better way.
After all, I just deleted a leading quote and there is a terminating quote - it should be possible to not auto-format in such cases....