Autocase correcting not working as expected

SyntaxEditor for Windows Forms Forum

Posted 11 years ago by David Rutten - Robert McNeel & Associates
Version: 12.1.0303
Avatar

I've got Document.AutoCaseCorrectEnabled = True, but it only seems to work on language keywords and primitive types. I.e.

dim v as double

if correctly converted into

 Dim v As Double

but

Dim p As point3d

is not converted into

Dim p As Point3d

even though the custom type starts with upper case P. The autocomplete list for p. lists all Point3d members so the editor is clearly aware of the type and know p is of type Point3d. What do I need to do to fix these capitalization errors?

Comments (1)

Answer - Posted 11 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar

Hi David,

Sorry but the auto-correct only works for items defined in the lexer, which are keywords and native types.


Actipro Software Support

The latest build of this product (v24.1.0) was released 2 months ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.