2

BC4 is currently highlighting lines, even when they differ only by capitalization. I want to ignore those.

  • In Session Settings, I have UN-checked the box labeled "Character Case".
  • I have selected the "Minor" button (sub-text: "Ignore unimportant Differences").
  • I have ensured that the file type (.cs file) corresponds to the rules selected (as suggested here).

What else am I missing?

kmote
  • 16,095
  • 11
  • 68
  • 91

2 Answers2

2

So, I got an answer straight from Scooter support community:

The character case check box only affects default text (text that isn't a string, identifier, comment, etc).

To ignore character case for non-default text, click the Edit Grammar button. In the Grammar tab, select the grammar definition that matches the text that should ignore character case, such as Identifier.

  • Click the Gear icon.
  • Uncheck This element is case sensitive.
  • Click OK until you're back to the main window
kmote
  • 16,095
  • 11
  • 68
  • 91
1

For the .cs file type, in Session Settings, you will also need to uncheck the box labeled "Identifier" (this is in addition to selecting the "Minor" button as already stated).

This is not necessary for some other file types, such as "HTML", "MS Word Documents", "RTF", "XML", and of course "Everything Else". Simply selecting the "Minor" button will ignore character case.

JonathanDavidArndt
  • 2,518
  • 13
  • 37
  • 49