Posted 18 years ago
by Marianne
When using case correction and variable width (not fixed pitch) fonts the case correction doesn't update the rest of the line and it looks like characters are overlapping. To reproduce in the sample:
-Open Style Editor and change to Lucida Sans 11 point (larger is easier to see)
-Navigate to the Document object in the property grid and enable autocase correction
-Change language to VBScript (since c# is case sensitive and doesn't update case)
-Type this on a new line: rtrim("test")
-When you hit enter and the command becomes RTrim, you'll notice the 'm' character crashing into the (" characters
Can you change this behavior so that when case correction does modify characters that the spacing for the entire line is updated as well? Thanks!
-Open Style Editor and change to Lucida Sans 11 point (larger is easier to see)
-Navigate to the Document object in the property grid and enable autocase correction
-Change language to VBScript (since c# is case sensitive and doesn't update case)
-Type this on a new line: rtrim("test")
-When you hit enter and the command becomes RTrim, you'll notice the 'm' character crashing into the (" characters
Can you change this behavior so that when case correction does modify characters that the spacing for the entire line is updated as well? Thanks!
------------------------------- Marianne