Tagged Questions
The incremental-search tag has no wiki summary.
2
votes
2answers
273 views
How to do a case-sensitve incremental search in Emacs of an all lower case pattern?
In Emacs, by default, incremental search is case-insensitive. However, if you type any upper case characters as part of the search string, it becomes a case-sensitive search. So the question is, how ...
1
vote
1answer
266 views
Is there emacs-like incremental search in IntelliJ IDEA?
I miss the emacs behavior for incremental search. In emacs, we can do this:
C-s
key in search text, i.e. "button"
The first occurance of button will be found. If you continue to press ...
1
vote
1answer
274 views
How select the rest of the word in incremental search in Intellij IDEA?
When in incremental search mode in Intellij IDEA, is there a way to select the rest of the word. For example, suppose I want to find the word “handleReservationGranted”. I type Ctrl-f to enter ...
0
votes
2answers
109 views
DBGrid incremental search component
I am looking into a improved DBGrid that allows me to search items only by pressing the keyboard without enetering data in the special search fields.
Any advanced functions such as colors will be ...
0
votes
1answer
160 views
Search hidden text with incremental search
In Visual Stuido 2005 (C# .NET), is it possible to search through hidden text with the incremental search (Ctrl+I)? In the Find an Replace window I have the checkbox "Search hidden text" checked. But ...
0
votes
1answer
51 views
Can you configure Intellij IDEA to get back to where you started when erasing characters in incremental search?
In Intellij IDEA, if you press ctrl + F, and start typing characters, you get incremental search that jumps to the first hit for each additional character entered. However, if you have entered a few ...