Difference between revisions of "Mac OS X Porting - Native Spellchecking"

From Apache OpenOffice Wiki
Jump to: navigation, search
Line 1: Line 1:
 
 
===Contributors===
 
===Contributors===
  
Line 5: Line 4:
  
 
=== Introduction===
 
=== Introduction===
 +
To get native spellchecking in OpenOffice.org for Mac OS X (Aqua), there are two parts. First making and providing the hunspell spellchecker server for Mac OS X (this is optional). And second, integrating Mac OS X's spellchecking services into OOo UI.
 +
 +
The advantage of having native hunspell server, would be to take advantage of all the languages in OOo that Mac OS X System does not support. At the same time, this would make hunspell available to all Apple's native applications.
 +
 +
=== Roadmap ===
 +
 +
* Investigate and evaluate the effort for including apple spell checking (client) into OOo Aqua
 +
* Investigate and evaluate the effort for making hunspell into a Apple spell server.
 +
 +
=== Material ===
 +
 +
* [http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSSpellServer_Class/Reference/Reference.html NSSpellServer -reference]
 +
* [http://developer.apple.com/documentation/Cocoa/Conceptual/SpellCheck/Tasks/CreatingSpellServer.html SpellServer Guide]
 +
*
 +
  
[http://developer.apple.com/documentation/Cocoa/Reference/Foundation/Classes/NSSpellServer_Class/Reference/Reference.html NSSpellServer -reference]
+
[[Category:Porting]]
 +
[[Category:Aqua]]
 +
[[Category:MacOSX]]

Revision as of 18:08, 18 January 2007

Contributors

  • Mox Soini: Mox

Introduction

To get native spellchecking in OpenOffice.org for Mac OS X (Aqua), there are two parts. First making and providing the hunspell spellchecker server for Mac OS X (this is optional). And second, integrating Mac OS X's spellchecking services into OOo UI.

The advantage of having native hunspell server, would be to take advantage of all the languages in OOo that Mac OS X System does not support. At the same time, this would make hunspell available to all Apple's native applications.

Roadmap

  • Investigate and evaluate the effort for including apple spell checking (client) into OOo Aqua
  • Investigate and evaluate the effort for making hunspell into a Apple spell server.

Material

Personal tools