Google
 
   
Login
Username:

Password:


Lost Password?

Register now!
Search
Main Menu
top books
Polls
What do you think about php-deluxe.net?
Excellent!
Cool
Hmm..not bad
What the hell is this?
encyclopedia
recommendation
compare webbrowser
Freenet DSL
Who's Online
7 user(s) are online (5 user(s) are browsing encyclopedia)

Members: 0
Guests: 7

more...
browser tip
recommendation!
Sponsored
partner
Germany Next Topmodel
germanys next topmodel germanys next topmodel

Incremental find

In Computing, incremental find, or inline find/progressive find, is a feature that can be found in various applications that involves the searching of text string. Usually, in contrast to traditional find, no modal window is used. A keyboard shortcut, usually slash (punctuation) , is assigned to invoke the find function.

As user types, the matched text is found (and usually highlighted). It can also find next/previous matched text. This is more robust than traditional find as finding is done immediately when typing starts. Also, it is better in terms of Usability as no modal window is used. In the case of modal find, the user may need to move the modal window around, as it can block the part of the screen which contains the matched text.

Non-modal incremental find is not only found in most modern web browsers like Mozilla, Mozilla Firefox, Opera (web browser) and Konqueror, but also some text applications like Emacs, Vim (text editor) and Eclipse (computing). In Mozilla jargon, it is coined as Find as you type .

=External links=

*[http://www.mozilla.org/access/type-ahead/ Keyboard Feature: Find As You Type] — Mozilla. *[http://tntluoma.com/opera/lover/6/day13-inlinefind/ Day Thirteen: Real Fast Find] — Opera. *[http://freebooks.by.ru/view/EmacsIn24h/emacs059.htm Hour 7: Searching for Text in a Buffer] — Emacs. *[http://help.eclipse.org/help30/index.jsptopic=/org.eclipse.jdt.doc.user/tasks/tasks-182.htm Using Incremental Find] — Eclipse.