Keyword Case

Started by RhodyRich, February 19, 2009, 10:40:34 AM

Previous topic - Next topic

RhodyRich

When I am copying code over from Visual Basic the case of the keywords (IF, THEN, etc.) may not match the case I have selected as the default for Firefly. If I modify something on a line of code the case of the keywords is automatically adjusted. This is nice. If I make no changes to the line the keyword case used in the Visual Basic code is maintained. This requires me to change something on the line to have the automatic conversion take place. It would be nice to either have the case automatically adjusted as the code is pasted or when the cursor moves through the line even if no changes are made to the line.

TechSupport

"Edit" menu
"All Text to Current Keyword Case"

That should change all text to the current keyword case without you having to touch each line.


RhodyRich

Thanks. I will give that a try.