Can we have a script function command working like the "Type Ahead Find Highlight" ?
like the " >>spot " in the adress bar
to use in addition of : search, search filters, instant color filters, color filters, visual filters, etc...
function command like :
highlight_spot_text ( "text to find" , "in list or tree or both" , "color" )
to have a script for find and select files, and show to us exactly where is the text finded.
Code: Select all
"Selection|:select"
$FILECONTENT = readfile( "<xydata>\My Data\list of text to find.txt" );
selfilter $FILECONTENT ;
highlight_spot_text ( $FILECONTENT , "in list" , "#FFFF00" )

Thank you so much !!
XYplorer Beta Club