columnIndicatorLine command
Use the columnIndicatorLine command to enable a vertical line that indicates the column position of the cursor. This indicator is useful for ensuring that blocks of code are properly aligned.
Syntax
columnIndicatorLine [on | off]
Parameters
- on
- Enables the indicator.
- off
- Disables the indicator.
Status
Thestatus
parameter
is not affected by this command.Description
When you set this option by using the line command, it remains in effect only for the current edit session. To enable the indicator for all edit sessions, use the preference on the Preferences window
page of theExamples
columnIndicatorLine on
columnIndicatorLine off