TX Spell .NET for WinForms and ASP.NET 릴리스

Released: Nov 14, 2022

TX Spell .NET for WinForms and ASP.NET 버젼 업데이트

기능

  • Added support for Microsoft .NET 7.

Released: Sep 7, 2022

10.0 버젼 업데이트

기능

  • Build Windows Forms Applications with Microsoft .NET 6 and 7 - TX Spell .NET for Windows Forms 10.0 supports .NET 5, 6 and 7 (Preview) to create Windows Forms 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...

Released: Nov 29, 2021

9.0 버젼 업데이트

기능

  • 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 Microsoft ASP.NET Core Web Applications with...

Released: Dec 2, 2020

8.0 버젼 업데이트

기능

  • 4K DPI Awareness - Added DPI aware support for all dialog boxes.
  • Per Monitor DPI Awareness - Added support 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 is the possibility to use multiple dictionaries at the same time for the...

Released: May 28, 2019

7.0 SP1 버젼 업데이트

수정사항

  • 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

7.0 버젼 업데이트

기능

  • Create Synonyms for Selected Words - TX Spell .NET for Windows Forms 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 TXTextControl.Windows.Forms.Ribbon.RibbonProofingTab has been extended to open this dialog when TX Spell .NET for Windows Forms is connected...

Released: Jun 14, 2017

6.0 SP2 버젼 업데이트

수정사항

  • 'Check simple text' sample: Wrong button name.
  • 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.
  • Language Detection Sample: Exception is thrown on clicking Occitan (France) check box.
  • Suggestions are incorrectly created in uppercase although uppercase words are not to be ignored.
  • Using e.Cancel = true in the IncorrectWordChangingEventArgs or MisspelledWordChangingEventArgs...

Released: Feb 1, 2017

6.0 SP1 버젼 업데이트

수정사항

  • 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.