Skip to content

Latest commit

 

History

History
151 lines (83 loc) · 1.8 KB

Settings.md

File metadata and controls

151 lines (83 loc) · 1.8 KB

Settings


Only Highlight Whole Words

Default : true


This uses the Allowed Characters To Select option
with Pulsar's Non-word Characters to find words.



Hide Highlight On Selected Word

Default : false


Only highlights occurrences, not the selected word.



Ignore Case

Default : false


Matches words even if the case isn't the same.



Light Theme

Default : false


Uses the light theme styling described in Customize.md.



Highlight Background

Default : false


Highlights the background of the matched occurrences.



Minimum Length

Default : 2


Minimum length of chars you need to select
before other occurrences are highlighted.



Timeout

Default : 20


Stop searching after the given amount of milliseconds.



Highlight In Panes

Default : true


Also highlight in other editor panes.



Show In Status Bar

Default : true


Display the amount of matched
occurrences in the status bar.



Status Bar String

Default : Highlighted: %c


The template for the text shown in the status bar,
at %c the number of occurrences is inserted.



Allowed Characters To Select

Default : \$@%-


Non word characters that will be matched in your selection.

This can be useful in languages like PHP
where variables names start with $.



Show Results On Scroll Bar

Default : false


Displays highlighted sections on the scroll bar.

This requires the Scroll Marker package.