Spell Checker Icon

Spell Checker

REALbasic class for devs to add spell checking to their apps.

Spell CheckerOverview

Spell Checker version 1.0 has been released April 24, 2008!
Spell Checker is a REALbasic Class that allows a REALbasic programmer to easily add cross platform spell checking capability to their applications.
Comes with a 150,000 word English dictionary.
Spell Checker also provides simple dictionary management (add, delete words).

// REALbasic Sample Use
Dim cResults as new clsSpellCheckResult
app.SpellChecker().Lock()
app.SpellChecker().Clear()
app.SpellChecker().Content() = strSource
app.SpellChecker().Run(cResults)
app.SpellChecker().Unlock()
for i = 0 to cResults.GoodWords()
lstResults.AddRow "+" + cResults.GoodWord(i)
next
for i = 0 to cResults.BadWords()
lstResults.AddRow "-" + cResults.BadWord(i)
next

NEW

Fixed some bugs.

Spell CheckerInformation

Version
1.0
Date
05.18.10
License
Trial
Language
English
File Size
4.8MB
Category
Operating Systems
Mac OS X
System Requirements
No additional system requirements.
SidewinderX Icon
AppleScript-able spam tracing/reporting tool for Mail.
Trial
DNSTools Icon
This is a simple tool with graphic user interface
Free
Email Compass Icon
Powerful selective email archiving, and viewing.
Trial
Purify Icon
Automated email archiving and viewing tool.
Trial
Password Compass Icon
Defeats keyboard logging viruses.
Trial
More
Apple Xcode Icon
Integrated development environment (IDE) for OS X.
Free
TaskBar Icon
REALbasic plug-in creates XP-like task bars.
Demo
NVIDIA CUDA Icon
Development environment for CUDA-enabled GPUs.
Free
Reactor Icon
FileMaker Pro plug-in for building custom interfaces.
Demo
BlitzMax Icon
Game programming language.
Demo
RubyMine Icon
Full-fledged IDE for Ruby on Rails.
Trial
Xojo Plugins Icon
Adds thousands of new classes to Xojo. (was Real Studio Plugins).
Trial
Adobe AIR Icon
Deploy Web applications on your desktop.
Free
More