Incremental Search
Moderators: AmigoJack, bbadmin, helios, Bob Hansen, MudGuard
-
- Posts: 1
- Joined: Tue Jun 06, 2006 2:38 pm
Incremental Search
It's been mentioned before but incremental search a la emacs or eclipse is a really nice feature.
Thanks.
Thanks.
-bob
Incremental Search
Now that we know development on TextPad continues, I'd like to reiterate the request for incremental search. Emacs and Visual Studio both have it, and once you're used to it, it's hard to live without. Please consider adding support for it TextPad.
-
- Posts: 10
- Joined: Fri Feb 01, 2008 3:32 pm
Incremental Search
Add me to the requests for this feature.
Please add me too. I have been using jEdit for Java code which has a good Incremental Search. I only discovered TextPad recently and so far it is the best editor not only for code but also for general use.
But I do miss a good Incremental Search.
I really like the "Find in Files" facility which gives me the grep options to search multiple files with RegEx
Alan
But I do miss a good Incremental Search.
I really like the "Find in Files" facility which gives me the grep options to search multiple files with RegEx
Alan
powerful
The find in files combined with a replace in all open documents can be extremely powerful. I haven't used their WildEdit stuff yet, but I'll bet that so many people using TextPad for exactly this reason is what caused them to develop that product.
- QKZ -
Incremental Search
+1
it's really a time saver, plus I bet it's quick to implement
BoD
it's really a time saver, plus I bet it's quick to implement
BoD
Incremental Search yes, Yes, YES
I love textpad's minimalist approach, but this would a real aid.
Tony
Tony
Incremental Search and Reverse Search!
Hey Guys,
TextPad can actually do this pretty easily. To do a search, hit F5, and enter the search text.
Now, for incremental forward searches, just hit "ctrl+f", and it will repeat the search for you.
If you want to be able to search in reverse, using "ctrl+r" as in emacs, you can set that up pretty quickly. Navigate to Configure->Preferences->Keyboard. Now, click the mouse in the "Press new shortcut key", and type "Ctrl+r". Ctrl+r may be used already to play a macro, so you might want to go remap that one after doing this.
Click "Search" in the categories selection list. Then click "SearchFindPrevious" in the commands selection list. You'll probably see that you can already do an incremental reverse search, using "ctrl+shift+f" or something. If you want, you can make "Ctrl+r" do this as well: Go back to the "Press new shortcut key" textbox, and re-type "ctrl+r". Click "Assign" at the top right, and you're all set.
Now you can do an incremental forward search by repeatedly hitting "ctrl+f", and then if you want to search backwards, just hit "ctrl+r".
TextPad can actually do this pretty easily. To do a search, hit F5, and enter the search text.
Now, for incremental forward searches, just hit "ctrl+f", and it will repeat the search for you.
If you want to be able to search in reverse, using "ctrl+r" as in emacs, you can set that up pretty quickly. Navigate to Configure->Preferences->Keyboard. Now, click the mouse in the "Press new shortcut key", and type "Ctrl+r". Ctrl+r may be used already to play a macro, so you might want to go remap that one after doing this.
Click "Search" in the categories selection list. Then click "SearchFindPrevious" in the commands selection list. You'll probably see that you can already do an incremental reverse search, using "ctrl+shift+f" or something. If you want, you can make "Ctrl+r" do this as well: Go back to the "Press new shortcut key" textbox, and re-type "ctrl+r". Click "Assign" at the top right, and you're all set.
Now you can do an incremental forward search by repeatedly hitting "ctrl+f", and then if you want to search backwards, just hit "ctrl+r".
Incremental Search
+1 long time user request for incremental search.