CASE [?|U|M|L] | [?|I|S] CA
The command CASE has two different uses. First the use of CASE with the parameters U, M, and L.
Normally exaEdit uses the letters you typed in the way they are: small letters remain small, capital letters remain capitals. This corresponds to the default setting
case m
or case l
(m = `mixed', l = `lower').
Contrasting, if you change the setting in exaEdit with
case u
(u = `upper')
all the small letters you entered will be translated to capital letters (a to z, no German umlauts).
Any line you `touch' by changing a character is transformed from small to capital letters. As long as U is in effect, a U in the status line will indicate this.
Now for CASE with the parameters I and S. The command
case i
case s
case ?
displays the current setting of both switches in the output of one message of each of the following two message pairs:
Mixed (lower): without translation to capital letters
Upper: with translation to capital letters (no German umlauts)
Case-sensitive
Case-insensitive