AutoHotkey Community

It is currently May 26th, 2012, 8:18 pm

All times are UTC [ DST ]




Post new topic Reply to topic  [ 7 posts ] 
Author Message
PostPosted: July 23rd, 2009, 3:06 pm 
Offline

Joined: March 16th, 2005, 10:33 pm
Posts: 969
Location: Frisia
tinySpell (free version, Win9x+)

Quote:
It is a small utility that allows you to easily and quickly check and correct the spelling in any Windows application.
tinySpell can watch your typing on the fly and alert you whenever it detects a misspelled word. It can also check the spelling of text that you copy to the clipboard.
tinySpell installs itself in the system tray for easy access. It comes with an American-English dictionary containing more than 110,000 words.


8)

_________________
Image mirror 1mirror 2mirror 3ahk4.me • PM or Image


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 23rd, 2009, 11:10 pm 
Offline

Joined: October 1st, 2005, 9:55 pm
Posts: 775
Location: Texas, USA
Excellent program. Highly recommended if you're a bad/lazy speller like me. One bit of unsolicited usage advice: Use a sound to notify you of a spelling error but don't use the default beep. You'll turn if off after 20 minutes. Instead, choose a unique (not used by any other program) short sound that's slightly irritating so it will catch your attention but not so irritating that you'll turn it off.

Spell on!


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: July 24th, 2009, 4:37 am 
Offline

Joined: March 10th, 2008, 12:55 am
Posts: 1907
Location: Minnesota, USA
I used to use this. didn't like it. so i continued my search for a real-time anywhere spellchecker and found AHK (AutoCorrect).
But no longer use that. Decided to not be as lazy.
:D

_________________
rawr. be very afraid
*poke*
Note: My name is all lowercase for a reason.
"I think Bigfoot is blurry, that's the problem. It's not the photographer's fault, Bigfoot is blurry. So there's a large, out-of-focus monster roaming the countryside."


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 21st, 2009, 8:20 am 
Offline

Joined: August 18th, 2009, 12:07 pm
Posts: 375
Location: holland
re tinyspell the use of an American English dictionary would put me off as i am English English and colour is not color o.k.!

_________________
"Choose your parents wisely"


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 21st, 2009, 8:44 am 
Offline
User avatar

Joined: August 30th, 2005, 8:43 pm
Posts: 8666
Location: Salem, MA
The Site wrote:
The additional dictionaries are
British (271.lex, 200.sup)
French (371.lex, 300.sup)
German (471.lex, 400.sup)
Spanish (571.lex, 500.sup)
Italian (671.lex, 600.sup)
Dutch (771.lex, 700.sup)
Swedish (871.lex, 800.sup)
Danish (971.lex, 900.sup)
Norwegian (1071.lex, 1000.sup)


Requires the paid version, though.

_________________
Image
(Common Answers) - New Tutorials Forum - Humongous FAQ


Report this post
Top
 Profile  
Reply with quote  
 Post subject:
PostPosted: August 26th, 2009, 8:16 pm 
Offline

Joined: February 7th, 2009, 11:28 pm
Posts: 384
I love tinySpell -- not all the time, but I added a hotkey for it into my perma-script so that I pull it out at times when no spell highlighting is provided by the application I'm typing into:

Code:
#f1::Run %A_ProgramFiles%\tinySpell\tinyspell.exe


I also added the following hotkey to left-click its tray icon when I press control twice:

Code:
#IfWinExist ahk_class tinySpell
~$LCONTROL::
KeyWait, LCONTROL
KeyWait, LCONTROL, d T0.3
If Errorlevel != 1
{
  PostMessage, 32868, 100, 0x201, , ahk_class tinySpell   
  PostMessage, 32868, 100, 0x202, , ahk_class tinySpell
}
Return


It may have a built-in hotkey too, but a quick double tap of the control key was my preference when it beeps and I want to pull up the suggestions menu...

Settings: You can set it to ignore certain application-- I suggest to exclude your ahk editor and such so it doesn't become an annoyance when typing code, mathematical notation or such...

I also have hotkeys to FreeSpell 4.5 (good for spell-checking clipboard content), and TheSage's English Dictionary and Thesaurus. Both fast, small, well-behaved freeware spell/language tools.

_________________
Hardware: 1.8 GHz laptop with 4 GB ram, Windows XP/SP3
Software: Prevx, Privatefirewall, KeyScrambler.


Report this post
Top
 Profile  
Reply with quote  
 Post subject: TinySpell
PostPosted: August 27th, 2009, 1:06 pm 
Three short remarks: One to tidbit, one to mouse and one to engunneer.

1. tidbit: It's not a matter of being "lazy." It is just that some of us can spell, but we are not typists and so we occasionally hit the wrong keys. TinySpell catches these errors or "fautes de frappe" as the French say.

2. mouse: You can use an English (UK, Canada, etc.) dictionary. All you have to do is download it from the site. In fact, I use the English dictionary with TinySpell.

3. engunneer: You do not have to have the commercial version of TinySpell to have access to the English (UK) dictionary. Download it and then rename the files to the U.S. name for the dictionary files. In other words, trick the programme into believing that the U.K. dictionary is the U.S. dictionary. The problem here is not that the programme will not accept the U.K. dictionary. It rather is that it will not allow you to select from a list of dictionaries the dictionary you want to use at a particular sitting.


Report this post
Top
  
Reply with quote  
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 7 posts ] 

All times are UTC [ DST ]


Who is online

Users browsing this forum: Google Feedfetcher and 2 guests


You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Powered by phpBB® Forum Software © phpBB Group