VisualFBEditor
VisualFBEditor copied to clipboard
Feature Request: Find replace
Find and replace should not be only restricted to the project and the file. VBA knows also restricted to the procedure , the selected text and i would suggest to the block It knows about wildcards as well regular expressions... BTW: Block means the code block with the same indent level or which is not disturbed by empty lines :)
Ok maybee i was not that clear. If nothing is selected - the word under the cursor should go inside the find replace box. If something IS selected the seletion should go in the find replace box :)
In linux, Find dialog and Replace dialog elements are one over the other.
See screenshot.
Fixed: Find and Replace window: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/3e6fdcd7af99625354875aa053c6bd4e7c1ce9bc
fixed, can be closed.
Improved: Selected text copies to find text box: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/47ac9b27871349a7a5b381cbf440a0443e984c09
Suggest for find text initial at show or from Ctrl+F/Ctrl+H shortcuts reactive
- Active code editor selected text, if null then next
- Clipboard copied text, if null then next
- Last find text
Improved: Showing finding texts on showing Find window: https://github.com/XusinboyBekchanov/VisualFBEditor/commit/c8d7a720f9035e07952355dd8561b2824a15c93e
Thanks for your quick Improved