options:xml:search-output-match-pos

This is an old revision of the document!


Search: Output Match Column

By default HippoEDIT does not output match column in search results (Find Window, New Document, Copied to Clipboard) top save space and while in most cases there is only one match on line and you can navigate to it using double click (in case of Find Window). But in some cases (when you search long line, or output results in new document) explicit column information may be needed.

You can tell HippoEDIT to output also match columns in search results using following XML flag in settings.xml:

<Dialogs>
   <SearchOutputMatchColumn>true</SearchOutputMatchColumn>
</Dialogs>

Default value is false.

The feature available from HippoEDIT 1.60.14

#xml_option #performance #1_60