Bug 5521 - Word completion should learn from words in the current document
Summary: Word completion should learn from words in the current document
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: HTML Editing (show other bugs)
Version: 420+
Hardware: Mac OS X 10.4
: P3 Enhancement
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-10-27 12:01 PDT by Alexey Proskuryakov
Modified: 2007-02-20 15:53 PST (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alexey Proskuryakov 2005-10-27 12:01:14 PDT
In NSTextView, word completion (F5 or Option+Esc) offers words found in the current document as 
suggestions, which makes it easier to type names or special terms in long documents, if those appear 
several times.

It would be nice to have the same feature in WebHTMLView.

Steps to reproduce:
1. Open a new document
2. Type "supercalifragilisticexpialidocious su" (without quotes)
3. Press F5

Expected results: "supercalifragilisticexpialidocious" should be the first suggestion.