I ran into the same question as Alexey-T/CudaText#3798 and gave FindInFiles 4 a try. It does work, but is not very friendly to use:
- The search window always takes focus, thus switching between the search window and editing is not possible (Linux gtk2, CudaText 1.227.0.0).
- When opening the search window, it should automatically pick the parent directory of the currently opened file.
- I found that Ctrl+U does this. It would be more intuitive to have it as dropdown option too (see below).
- Currently open projects/directories should be listed as dropdown options in the "*From" input box. Initially, there are no suggestions at all, which requires to copy & paste the path from another place.
- Codepage
cp1252 is always selected, even though the files are all saved as UTF-8 (without BOM).
Thank you for the plugin. I hope this input helps to make it more popular in the future.
I ran into the same question as Alexey-T/CudaText#3798 and gave FindInFiles 4 a try. It does work, but is not very friendly to use:
cp1252is always selected, even though the files are all saved as UTF-8 (without BOM).Thank you for the plugin. I hope this input helps to make it more popular in the future.