Search: Output Match Column
By default, HippoEDIT does not output a matched column in search results (Find Window, New Document, Copied to Clipboard) top save space and while in most cases there is only one match in a line and you can navigate to it using double click (in a case of Find Window). But in some cases (when you search long line or output results in a 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