The findText.endColumn parameter may be used to query or set the end column that will be used by the findText command if the search is restricted to columns by current.findText.columns.
query command
set command
current parameter
default parameter
install parameter
findText.endColumn is scoped to the current view.
current.findText.endColumn is scoped to the current view.
default.findText.endColumn is globally scoped.
install.findText.endColumn is globally scoped.
query findText.endColumn set findText.endColumn [ default | n ] query current.findText.endColumn query default.findText.endColumn set default.findText.endColumn [ install | n ] query install.findText.endColumn
default | If you specify the default parameter for the set findText.endColumn command, the current view will use the value of default.findText.endColumn for column-restricted searches with the findText command. |
n | If you specify the n parameter for the set findText.endColumn command, the findText command will use n as the end column for column-restricted searches within the current view. If you specify the n parameter for the set default.findText.endColumn command, the findText command will use n as the end column for column-restricted searches within all document views that have the findText.endColumn set to default. |
install | If you specify the install parameter for the set default.findText.endColumn command, all views with findText.endColumn set to default will use the value of install.findText.endColumn to determine the end column that should be used by the findText command for column-restricted searches. |
If you do not specify any of the parameters for the set findText.endColumn command, default is assumed.
If you do not specify any of the parameters for the set default.findText.endColumn command, install is assumed.
The query current.findText.endColumn command will return the end column that will be used, within the current view, by the findText command for column-restricted searches.
query findText.endColumn set findText.endColumn 80 query current.findText.endColumn query default.findText.endColumn set default.findText.endColumn 100 query install.findText.endColumn
findText command
query command
set command
current parameter
default parameter
findText.asis parameter
findText.block parameter
findText.columns parameter
findText.emphasis parameter
findText.findText parameter
findText.mark parameter
findText.regularExpression parameter
findText.replaceText parameter
findText.startColumn parameter
findText.wrap parameter
install parameter