TX Spell .NET for WPF Releases

Released: Nov 14, 2022

Atualizações na TX Spell .NET for WPF

Recursos

  • Added support for Microsoft .NET 7.

Released: Sep 7, 2022

Atualizações na 10.0

Recursos

  • Build WPF Applications with Microsoft .NET 6 and 7 - TX Spell .NET for WPF 10.0 supports .NET 5, 6 and 7 (Preview) to create WPF Apps in Microsoft Visual Studio 2022.
  • REP Flag Support - Version 10.0 now supports Hunspell REP flags which are used to handle diacritical marks, umlauts and phonetic misspellings.
    • The flag is used to suggest the correct forms for those misspelled words whose incorrect spelling was caused by missing diacritical marks (e.g. 'a' instead 'ä'), incorrect umlaut...

Released: Nov 29, 2021

Atualizações na 9.0

Recursos

  • ShowDialog Settings - With this release, the ShowDialogSettings class can now determine the start position and the owner of the built-in options and spell check dialog. To specify these settings for the spell check dialog, the new TXSpellChecker.SpellChecker.ShowDialogSettings property has been provided. The options dialog can be modified by setting an instance of the ShowDialogSettings class as a parameter to the OptionsDialog method.
  • Build WPF Applications with Microsoft .NET 6 - This...

Released: Dec 2, 2020

Atualizações na 8.0

Recursos

  • 4k DPI Awareness - Added DPI aware support for all dialog boxes.
  • Per Monitor DPI Awareness - Added supports for multiple monitor setups where each display has a different scale factor, and the application is moved from one display to another.
  • Dictionary Performance - This release significantly decreases the time to load a user dictionary, and the memory footprint for loaded user dictionaries.
    • A feature of TX Spell .NET for WPF is the possibility to use multiple dictionaries at the same...

Released: May 28, 2019

Atualizações na 7.0 SP1

Correções

  • Options dialog looks faulty under high resolution.
  • Error message for missing LanguageRecognition folder is wrong.
  • AssemblyFolders are removed after a Windows update.
  • System.IndexOutOfRangeException if a misspelled word is deleted in the SpellCheckDialog.

Released: Dec 14, 2017

Atualizações na 7.0

Recursos

  • Create Synonyms for Selected Words - TX Spell .NET for WPF 7.0 implements a new method that returns an array of objects where each group represents a collection of synonyms with common meaning. A dialog box that can be used out-of-the-box has been implemented to use add this functionality to your application. Additionally, the TX Text Control RibbonProofingTab has been extended to open this dialog when TX Spell .NET for WPF is connected to TX Text Control.
  • Visual Studio...

Released: Jun 14, 2017

Atualizações na 6.0 SP2

Correções

  • Char ' is not considered as a separator in Italian.
  • Spell check dialog does not refresh after changing the suggestion dictionary.
  • Wrong sample in WPF VB.NET samples.
  • Suggestions are incorrectly created in uppercase although uppercase words are not to be ignored.
  • Using e.Cancel = true in the IncorrectWordChangingEventArgs or MisspelledWordChangingEventArgs causes object reference not set to an instance of an object error.
  • System.IndexOutOfRange exception in TXSpellChecker...

Released: Feb 1, 2017

Atualizações na 6.0 SP1

Correções

  • Dialog - SpellCheck Dialog causes an error when trying to open from a derived TX Text Control.
  • Property Method - Endless loop when using an inherited TextControl with TX Spell.
  • Documentation - Return value of Proofing.LanguageScopeCollection.GetItem is Integer.

Released: Apr 20, 2015

Updates in this release

Updates in 6.0

  • Spelling Correction UI Provider - The SpellingCorrectionUIProvider class provides methods and properties for creating custom spell checking user interfaces.
  • Visual Studio 2015 Compatibility - Text Control have committed to support new versions of Visual Studio and to make sure that their products work seamlessly with Visual Studio 2015.

Released: Sep 15, 2014

Updates in this release

Updates in 5.0

  • Language Detection Engine - Detect more than 30 languages from a given string or complete document. The algorithm supports nested scopes, such as bracketed text or bi-directional text in mixed languages. Based on the detected languages, proper dictionaries can be added to the dictionary collection or appropriate hyphenation lists can be loaded.