vote up 3 vote down star
4

I have waste millions of hours clicking the Ignore Once button in Word, while trying to spell check a document related to development. Be that something light on terms like a proposal or something worse like technical specs.

I'm beginning to think that this is a huge waste and someone may have developed a dictionary for Word with common development terms that I could add and no longer have this problem.

Does such a dictionary exist or is there some other tricks to use to improve this process?

alt text

flag

75% accept rate
Should this be moved to SuperUser? I'm not sure. – SLaks Oct 16 at 12:46
I think it should. – Johannes Rössel Oct 16 at 12:49
While the screenshot given isn't especially programming related, the subject of technical writing seems to be (at least to me). I vote keep, but wouldn't oppose a move. – Jeff Oct 16 at 12:50
@SLaks & @Johannes I thought about it but since this issue effects me as a programmer specifically I though that SO would be a better location. – Robert MacLean Oct 16 at 14:13
@Jeff sub-version root path isn't a programming related item? I can't think of something that uses SVN that isn't programming related. – Robert MacLean Oct 16 at 14:14
show 2 more comments

migrated from stackoverflow.com

3 Answers

vote up 6 vote down

Judging from your image I'd say the best way to deal with that would be to use styles properly. You can set individual styles to be ignored when spell-checking which is very handy for things like source code or random nonsense. This can be found on the "Format" button when editing styles.

I'd think that for actual words that appear in your text you would probably want to add them to the dictionary instead of ignoring them over and over again each session.

But I'm assuming here, that your uses of unknown words are pretty confined, in this case to code blocks, examples, listings, etc. This may or may not apply to your case. You certainly won't find a dictionary containing all possible directory names (referring to your screenshot again, here).

link|flag
I'll vote this up if you explain how to set up the styles. – C. Ross Oct 16 at 12:56
1  
C. Ross: No access to a non-German version of Word here. And I consider styles to be fundamental knowledge to use that program. Users who see Word as a fancy typewriter imho wouldn't care about spell checking either. – Johannes Rössel Oct 16 at 13:42
+1 for the styles - but it does not provide a technical dictionary which is what I am looking for. – Robert MacLean Nov 2 at 8:40
So what you're really looking for are dictionaries specific to document types? – Johannes Rössel Nov 2 at 12:59
vote up 2 vote down

You can define a character style that is not spell-checked (Format, Language, Do not check spelling or grammar in the Modify Style Window) and apply it to all technical terms. You could also make that style use a fixed-width font.

This may or may not be the solution you're looking for, but it is an option.

link|flag
vote up 1 vote down

Try some of the 'Options' mentioned in the lower left hand corner - there's a lot of choices of things to Ignore.

You can also consider 'Add to Dictionary' instead of 'Ignore' - it'll add the words to the dictionary, which will let you (eventually) create your own dictionary of common technical words.

link|flag

Your Answer

Get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.