[svn.haxx.se] · SVN Dev · SVN Users · SVN Org · TSVN Dev · TSVN Users · Subclipse Dev · Subclipse Users · this month's index

Re: [TSVN] Add words to spelling dictionary

From: Simon Large <slarge_at_slarge.plus.com>
Date: 2005-06-06 18:36:52 CEST

SteveKing wrote:
> Peter Mounce wrote:
>
>> Is there a way to add words to the spelling dictionary? If so how?
>> If not, can there please be an entry in the context menu for a
>> mis-spelled word, to add it to the dictionary?
>
> No, the OO spellchecker doesn't allow that.
>
>> Also, would it be feasible to treat Pascal/Camel-cased words as
>> separate words instead of one single word? For example,
>> "EditGridMode" isn't in my dictionary, but "Edit", "Grid" and "Mode"
>> all are, and I would like "EditGridMode" to not be flagged as a
>> mis-spelling.
>
> We could try that. I'll have a look.

The spell checker in MS Word has an option to ignore words which are all
UPPERCASE and words which contain numbers. We could extend that a bit to
ignore words which contain:
uppercase which is not the first char in the word
numbers
underscore, dollar, etc.

This could only work on the ascii range of course. For unicode we cannot
tell what is uppercase and other special characters, but most
programming is done using the ascii set, so we can avoid tripping over
variables, classes, etc.

Simon

-- 
       ___
  oo  // \\      "De Chelonian Mobile"
 (_,\/ \_/ \     TortoiseSVN
   \ \_/_\_/>    The coolest Interface to (Sub)Version Control
   /_/   \_\     http://tortoisesvn.tigris.org
---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tortoisesvn.tigris.org
For additional commands, e-mail: dev-help@tortoisesvn.tigris.org
Received on Mon Jun 6 19:22:07 2005

This is an archived mail posted to the TortoiseSVN Dev mailing list.

This site is subject to the Apache Privacy Policy and the Apache Public Forum Archive Policy.