findText.asis parameter
Use the findText.asis parameter to set or query the case sensitivity setting for the findText command.
Availability
query command
set command
current parameter
default parameter
install parameter
Scope
findText.asis is scoped to the current view.
current.findText.asis is scoped to the current view.
default.findText.asis is globally scoped.
install.findText.asis is globally scoped.
Syntax
query findText.asis set findText.asis [ default | on | off ] query current.findText.asis query default.findText.asis set default.findText.asis [ install | on | off ] query install.findText.asis
Parameters
default If you specify the default parameter for the set findText.asis command, the current view will use the value of default.findText.asis for the case sensitivity setting for the findText command. on If you specify the on parameter for the set findText.asis command, the findText command will search case sensitively within the current view. If you specify the on parameter for the set default.findText.asis command, the findText command will search case sensitively within all of the document views that have findText.asis set to default. off If you specify the off parameter for the set findText.asis command, the findText command will search case insensitively within the current view. If you specify the off parameter for the set default.findText.asis command, the findText command will search case insensitively within all of the document views that have findText.asis set to default. install If you specify the install parameter for the set default.findText.asis command, all views that have findText.asis set to default will use the value of install.findText.asis to determine whether the findText command should search with or without case sensitivity.
Description
If you do not specify any of the parameters for the set findText.asis command, default is assumed. If you do not specify any of the parameters for the set default.findText.asis command, install is assumed.
The query current.findText.asis command returns on if, for the current view, the findText command is searching case sensitively, and off if, for the current view, the findText command is searching case insensitively.
Examples
query findText.asis set findText.asis off query current.findText.asis query default.findText.asis set default.findText.asis on query install.findText.asis
findText command
query command
set command
current parameter
default parameter
findText.block parameter
findText.columns parameter
findText.emphasis parameter
findText.endColumn parameter
findText.findText parameter
findText.mark parameter
findText.regularExpression parameter
findText.replaceText parameter
findText.startColumn parameter
findText.wholeWord parameter
findText.wrap parameter
install parameter