Where has the Spell device gone?
Posted: Wed Feb 02, 2022 10:24 am
For anyone who doesn't know:
The SPell device (QSpell, if I remember correctly) used to be a QJump/Tony Tebby product that supplied a device driver that could be used to do on-line or off-line spell checking. You basically opened a channel to the Spell device (SPELL), then wrote your word to be checked into the device - io.sbyte basically came back with "NOT FOUND" when the word so far was not in the dictionary at all, "NOT COMPLETE" if what we had so far was the start of a valid word and "OK" when the word was complete and in the dictionary. This allowed quick as-you-type spell checking. There were also functions available to extend the various dictionaries and, generally, maintain them.
QSpell was included in a stripped-down version in Text87, if I remember right. The full edition came with a number of tools for dictionary maintenance, and, of course, a manual. There were quite some (QJump and third-party) dictionaries in most European languages.
QSpell was somewhat unique for the time when PC programs were just starting to explore on-line spell checkers.
Even if "Office" applications for the QL are somewhat pointless today (OK, this is debatable), QSpell would still be interesting for a lot of programs (like, for example, QWordle that was just recently sneak-previewed by Per). It could probably also be used for syntax-highlighting editors, for example.
I have the binaries (must have bought it some time in the dark ages), but lost the documentation through one of various house moves and clean-up sessions.
Does anyone have an idea on what the status of QSPell is and if the code and documentation or sources are available?
The SPell device (QSpell, if I remember correctly) used to be a QJump/Tony Tebby product that supplied a device driver that could be used to do on-line or off-line spell checking. You basically opened a channel to the Spell device (SPELL), then wrote your word to be checked into the device - io.sbyte basically came back with "NOT FOUND" when the word so far was not in the dictionary at all, "NOT COMPLETE" if what we had so far was the start of a valid word and "OK" when the word was complete and in the dictionary. This allowed quick as-you-type spell checking. There were also functions available to extend the various dictionaries and, generally, maintain them.
QSpell was included in a stripped-down version in Text87, if I remember right. The full edition came with a number of tools for dictionary maintenance, and, of course, a manual. There were quite some (QJump and third-party) dictionaries in most European languages.
QSpell was somewhat unique for the time when PC programs were just starting to explore on-line spell checkers.
Even if "Office" applications for the QL are somewhat pointless today (OK, this is debatable), QSpell would still be interesting for a lot of programs (like, for example, QWordle that was just recently sneak-previewed by Per). It could probably also be used for syntax-highlighting editors, for example.
I have the binaries (must have bought it some time in the dark ages), but lost the documentation through one of various house moves and clean-up sessions.
Does anyone have an idea on what the status of QSPell is and if the code and documentation or sources are available?