Quote:
Originally Posted by DayCuts
1. Would it be possible to assign the F3 shortcut key to the find next button in the find dialog, as to maintain better program concistancy and ease-of-use.
|
Yeah sure this can be added, you can also press enter with the text box selected to perform a find next.
Quote:
Originally Posted by DayCuts
2. What about a Find All button to quickly find and select all matches and autoclose the find dialog.
|
We'll need to work this into a future release as this will require language translations updates. It is possible to use the "mask select" feature on the directory menu to perform this same type of effect.
Quote:
Originally Posted by DayCuts
3. Find history/dropdown list in the find dialog, like that which is implemented in the FTP File Search dialog.
|
I'll put this on the todo list for a future version, this could be very useful indeed.
Quote:
Originally Posted by DayCuts
4. In line with Find suggestions, i still think regular expression support would be handy, especially if 2 is implemented, only useful to those familar with regex but would be a very powerful feature improvement (both here and in other similar parts of the program)
|
regex is too slow to be used for most areas because the matching is done in real-time and would effect the entire application performance.
granted regex is great for those who know the syntax but currently it doesn't really fit in well with FlashFXP.
I have been experimenting with another pattern matching that is based on unix grep, it's faster than regex and contains a lot more functionality compared to what we use now however there is still a noticeable difference in performance.