findText.endColumn parameter

Use the findText.endColumn parameter to set or query the end column that will be used by the findText command if the search is restricted to columns by current.findText.columns.

 

Availability

query command
set command
current parameter
default parameter
install parameter

 

Scope

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.

 

Syntax

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 

 

Parameters

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.

 

Description

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 returns the end column that will be used, within the current view, by the findText command for column-restricted searches.

 

Examples

query findText.endColumn
set findText.endColumn 80
query current.findText.endColumn
query default.findText.endColumn
set default.findText.endColumn 100
query install.findText.endColumn 

Related reference
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.wholeWord parameter
findText.wrap parameter
install parameter