iWork & spell checking problems
iWork & spell checking problems
- Subject: iWork & spell checking problems
- From: Otto Räsänen <email@hidden>
- Date: Fri, 4 Feb 2005 21:08:55 +0200
I ported a Finnish spell checking program called Soikko to Mac OS X
about a your ago. The program has worked quite well so far, but with
Pages there are problems.
Pages has a Spelling panel like many other Cocoa applications, and
Soikko shows up in spelling panel´s Dictionary pop-up, just like it
should. However, Pages also has More pane in Text Inspector, where you
can choose a language for the spelling dictionary to use. In that
pop-up my spelling dictionary is not visible. Any ideas what might be
wrong?
Another problem I have had (even before Pages), is that I have not
figured out how to make my spell checking program work with
multilingual spell checking. "Multilingual" is one of the choices in
spelling panel´s Dictionary pop-up, but it only seems to use Apple's
own dictionaries. Could these two problems be somehow related?
I use NSSpellServer to register my spelling checker:
[aServer registerLanguage:@"fi" byVendor:@"Soikko"]
and in Info.plist I have the following lines:
<key>NSServices</key>
<array>
<dict>
<key>NSExecutable</key>
<string>Soikko</string>
<key>NSLanguages</key>
<array>
<string>fi</string>
</array>
<key>NSSpellChecker</key>
<string>Soikko</string>
</dict>
</array>
Thanks,
Otto
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Cocoa-dev mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden