This is a migrated thread and some comments may be shown as answers.

RadSpell does not remove repeated words

1 Answer 38 Views
Spell
This is a migrated thread and some comments may be shown as answers.
Curtis
Top achievements
Rank 1
Curtis asked on 22 May 2012, 05:24 PM
In our RadSpell configuration, we have chosen NOT to ignore repeated words.  As a result, when the spell check runs, it identifies and highlights the repeated word.  However, there is no option to remove the word and clicking on the "Change" button only updates the word to the current suggestion which, assuming the word is spelled correctly, is the same word so the repeated word still exists.  The only way to remove the repeated word when the spell checker finds it is to manually delete the word.  Is there a way to configure the RadSpell that provides an option to remove the repeated word when one is found? 

Here is the RadSpell configuration we are using:

 <telerik:RadSpell
    runat
="server"
    ID
="radSpellChecker"
    AllowAddCustom
="false"
    ButtonType
="None"
    DialogsCssFile
="~/App_Themes/TelerikStyles/Spell/RadSpellDialog.css"

    DictionaryLanguage
="en-us"
    EnableEmbeddedBaseStylesheet
="false">

    EnableEmbeddedSkins="false"

    FragmentIgnoreOptions
="None"
    Skin
="XYZ"

    SpellCheckProvider
="PhoneticProvider"
    SupportedLanguages
="en-US,English"
        WordIgnoreOptions="UPPERCASE,WordsWithNumbers"
</
telerik:RadSpell>


Thanks,
Curtis

1 Answer, 1 is accepted

Sort by
0
Rumen
Telerik team
answered on 24 May 2012, 03:32 PM
Hi Curtis,

The purpose of this RadSpell feature is to only highlight the repeating words as errors and it does not offer the ability to delete them. Nevertheless, your feature request is useful and I logged it for consideration in our PITS system. Here you can find the PITS Issue: Public URL and vote for it.

I have also updated your Telerik points for your feature request.

Best regards,
Rumen
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
Spell
Asked by
Curtis
Top achievements
Rank 1
Answers by
Rumen
Telerik team
Share this question
or