[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Commited to repository
From: |
Gregory Casamento |
Subject: |
Commited to repository |
Date: |
Thu, 2 Aug 2001 23:11:53 -0700 (PDT) |
The following changes have been committed:
In usr-apps:
2001-08-03 Gregory John Casamento <greg_casamento@yahoo.com>
* Ink/Document.m ([Document -makeWindow]): added call to make
text view the first responder since the spell checker needs to
find the document to be spell checked on the responder chain.
In core:
2001-08-03 Gregory John Casamento <greg_casamento@yahoo.com>
* Panels/SpellPanel.gmodel
Made changes to nextKeyView so that the user can tab between
the buttons
* Source/NSBrowser.m [NSBrowser keyDown:] added check after call to
[NSBrowser selectedColumn] so that the rest of the method is skipped
if the value is -1 (no column selected). This was producing a
segmentation fault.
* Source/NSTextView.m
[NSTextView checkSpelling:] to call [NSSpellChecker
checkSpellingOfString: startingAt:language:wrap:
inSpellDocumentWithTag:wordCount:]
so that the spell document tag can easily be passed in.
* Source/NSSpellChecker.m
modified calls [NSSpellChecker _findNext:], [NSSpellChecker _ignore:]
& [NSSpellChecker _correct] to get the first responder from the
mainWindow instead of getting the text view directly.
This is consistent with behavior observed under OPENSTEP4.2
and allows the document being checked to be anywhere on the
responder chain.
Thanks, GJC
=====
Gregory John Casamento
__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- Commited to repository,
Gregory Casamento <=