
My dynamic language conains about 400 keywords of which only 6 are defined using RexEx patterns.
All Explicit patterns are defined in uppercase with AutoCaseCorrect.
I need to be able to specify that the keywords matching the RegEx patterns are also uppercased.
I realize that 'AutoCaseCorrect' makes no sense for a RegEx pattern but is there an 'AutoCase=Upper' or similar?
When I first created my app (using another companies editor) customers quickly complained about a few keywords that failed to display in uppercase. That vendor added a Case property that allowed me to fix the problem.
I am now converting the app to SyntaxEditor and need a way around the problem.
If there is no such option currently please add this as a request for future addition.
(The request would be to support Upper, Lower, and maybe Proper, 'auto' case options on RegEx pattern groups)
Thanks
fi