View Single Post
Old 10-06-2015, 10:11 AM  
bigstar
FlashFXP Developer
 
bigstar's Avatar
 
Join Date: Oct 2001
Posts: 8,012
Default

Quote:
Find Previous: Yes, probably it can un-select the last one. The important feature is to focusthe window to the correct position.
Due to the way the find feature works, I've run into some unexpected difficulties adding this feature. As a result this will take longer than expected to add.

Quote:
color for search matches
The only problem with this is that it would also need setting to turn the feature on/off.

Quote:
A short history of last 10 queries would be great.
It would be even better if all there are also encrypted (like sites.dat)
A history could be added but it would not be encrypted, since it would have to be stored in the FlashFXP.ini

Quote:
I make a search, I press F3 until I match all.
Can I get a list (plaintext) with all matches?
I think this might be a very specific feature and I am not sure how many users would need/benefit from having this directly.

You could perhaps do this via a raw script after you select all matches using the /writeln command
Code:
/writeln "c:\selected.txt" %f
c:\selected.txt would contain a list of the selected file names.
bigstar is offline