Changes

Jump to navigation Jump to search
469 bytes added ,  10:37, 1 July 2020
''Note:'' At the moment, you cannot do AND/OR searches or search for multiple words at the same time.
There are four option checkboxes immediately below the search input, and two separate options, to control the search. Each of these are optional, with irrelevant values. The script only looks at the existence of the option, it never checks the actual values except for the value of the <code>search</code> parameter itself.
== ignore comments Optional search index: Comments ==
Name: '''igncommentscomments'''Default: '''ONOFF''' This includes the index of everything that is marked as 'comment' by the SciTE lexers.  == Optional search index: Docs == Name: '''docs'''Default: '''OFF'''
This includes the index of all files in the <code>doc/</code> subtree.
This skips everything that is marked as 'comment' by the SciTE lexers. == Optional search index: MkII ==
== ignore doc tree ==Name: '''mkii'''Default: '''OFF'''
Name: '''igndocs'''Default: '''ON'''This includes the index of MkII files.
This skips all files in the <code>doc/</code> subtree.== Optional search index: Data ==
Name: '''data'''Default: '''OFF''' This includes the index of Data files (<code>data/</code> subtree, <code>interface/</code> subtree, <code>scripts/</code> subtree, sample files, test files, et cetera). == whole Whole words only ==
Name: '''wholewords'''
Modifies the search pattern by anchoring it to the begin and end of the search index keys, as if it was enclosed in <code>^</code>...<code>$</code>
== lua Lua string pattern matches ==
Name: '''pat'''
Quick start: Lua patterns have roughly the same list of special characters as simple regular expressions, but they use the <code>%</code> character for escaping those. See the [https://www.lua.org/manual/5.3/manual.html#6.4.1 Patterns section] of the Lua manual for details.
 
= Highlighting of search terms =

Navigation menu