dummzeuch 1279 Posted August 19 I have just finished the first (sort of) working version of a new Grep Expert in GExperts. My working title for it is "Fast Grep", but I don't really like that. Perhaps you can suggest a better name? It does the following: It opens a new (dockable) window in which you can enter a regular expression. As you type (with a short delay after the last keystroke), it runs the RegEx on the current editor window. It then displays a list of all matches in the window, giving the filename, line number and some context (I took this code from the Bookmarks Expert). You can then use the up/down arrow keys to scroll through these matches. While you do that the cursor in the editor window will move to the row/column of the currently selected entry. Pressing Enter closes the Fast Grep window and your cursor will end up at the selected match position. Pressing Esc will also close the Fast Grep window and move the cursor back to where it was when you started Fast Grep. The current source code in svn already contains this functionality, just in case you want to check it out. Beware that this is a work in progress and pretty much untested! 1 Share this post Link to post
Uwe Raabe 1600 Posted August 19 My list - with increasing nerd factor: Instant Grep Grepility Greppo 1 1 Share this post Link to post
Stéphane Wierzbicki 42 Posted August 19 Grep Insights Extended Grep Advanced Grep 1 Share this post Link to post
Attila Kovacs 571 Posted August 19 (edited) I have something similar without regexp and I'm calling it "Open Unit" 😉 Edited August 19 by Attila Kovacs 1 Share this post Link to post
dummzeuch 1279 Posted August 21 Thanks for the suggestions. So far I like InstantGrep and LiveGrep best. InstantGrep might be better because LiveGrep in my opinion suggests that it also updates when the source code is changed or even when switching to a different tab, which at least currently is not the case and I am not sure I want to go that way. Some other suggestions at least made me smile. Thanks for these too. Share this post Link to post
Kas Ob. 11 Posted August 21 On 8/19/2023 at 5:22 PM, Uwe Raabe said: Greppo +1 Share this post Link to post