Status: New request
Created by bcammo 09 Jul 2010 01:03
The title says it all really. An integrated spell checker would make the editor much more friendly for composing page content. I'm not sure if you can tap into the spell checking functions of the user's OS?
One step further would be auto-correction of commonly mispelt wrods :)
Bryce


leiger |
09 Jul 2010 03:02. Edited 0 times. (Edit, Permalink) Included page "inc:signature" does not exist (create it now) |
leiger |
10 Jul 2010 03:34. Edited 0 times. (Edit, Permalink) The easiest way for me to do something like this would be to check for invalid module names and that type of thing. So if it sees "[[module" in the source code, it'd check that the following module name is valid. Checking all words for a particular language is definitely possible (anything is possible!) but I need to look into it a bit more. Most solutions I've found just now with a quick search seem to either be commercial, or they are far too complicated and have a ton of features I'd never use in STE. I could start off with an empty dictionary. That would mean that every single word you type would be marked as incorrect until you added it to the dictionary! XD Included page "inc:signature" does not exist (create it now) |
bcammo |
11 Jul 2010 11:46. Edited 0 times. (Edit, Permalink)
Well I think so, but not being a programmer I'm really not sure about how you would use it… Included page "inc:signature" does not exist (create it now) |
leiger |
11 Jul 2010 14:28. Edited 1 times. (Edit, Permalink) Included page "inc:signature" does not exist (create it now) |
bcammo |
12 Jul 2010 07:53. Edited 0 times. (Edit, Permalink) Included page "inc:signature" does not exist (create it now) |
leiger |
12 Jul 2010 08:27. Edited 1 times. (Edit, Permalink) However, Apple provides many features in addition to the core Java APIs. Spelling, integration with QuickTime, and the Apple look and feel, for example, are specific to the Macintosh, and you will have trouble porting applications that use them to another platform unless you're willing to change some of your application's code. However, this book will help you recognize what is Mac-specific, and you'll soon avoid these APIs or adjust them for use on other platforms when cross-platform compatibility is a concern. Instead, I think I'll just write a spell checker of my own. I'm hoping that the most difficult part will be getting a dictionary of words into the application. I've got to find a list of current Australian English, UK English and US English words (other languages might be added later) - and that list needs to be easy to add to the application. If each word was to be on it's own line in a text file … that would work. Included page "inc:signature" does not exist (create it now) |
leiger |
12 Jul 2010 08:33. Edited 0 times. (Edit, Permalink) Sure, it would only work on Mac if I had done it that way, but at least I would have less hair pulling-out and more messing-around-having-fun with the Wikidot API. Included page "inc:signature" does not exist (create it now) |
leiger |
24 Sep 2012 02:54. Edited 0 times. (Edit, Permalink) Included page "inc:signature" does not exist (create it now) |