What's new in HTML Editor .NET for Winforms 2.8.9.335

Apr 24, 2024
  • NEW: ListAvailableSpellingLanguages() As List(Of String) function - returns a list of installed language packs
  • NEW: Event DefaultSpellingLanguageChanged

New in HTML Editor .NET for Winforms 2.8.7.333 (Jan 12, 2024)

  • Fixed: Clicking Ctl-F when find form is loaded and not focused causes an error.

New in HTML Editor .NET for Winforms 2.8.4.330 (Nov 10, 2023)

  • New: DocumentClone property - returns a clone of the current HTMLDocument being edited
  • NEW: AutoUrlDetect Boolean property for automatic URL detection when editing
  • UPDATED: SetDirty() calls now forces toolbar refresh - allows for programatic DOM changes to force update the main toolbar
  • NEW: email addresses are not spell checked

New in HTML Editor .NET for Winforms 2.8.2.328 (Aug 4, 2023)

  • New: Font object accessible for code view window thru API

New in HTML Editor .NET for Winforms 2.7.4.326 (May 5, 2023)

  • Fixed: A number of public functions that changed HTML content not adding changes to undo/redo stack
  • NEW: Expose IgnoreList for spelling to public API (customm dictionary)
  • Fixed: Allow br tags in Plain Text pasting

New in HTML Editor .NET for Winforms 2.7.2.324 (Mar 1, 2023)

  • Fixed: Ctrl->Shift->Home/End/Page Up/Page Down keyboard selection is maintained after key up
  • Fixed: Control hangs when container MDI child form visible state is changed from false to true
  • Fixed: DuplicateBasicTextFormattingAfterEnterKey is now settable from the designer
  • Fixed: double clicking edit area caused the control to lose keyboard edit focus
  • Fixed: Formatting a text selection moved caret location and removed selection

New in HTML Editor .NET for Winforms 2.6.7.320 (Feb 12, 2023)

  • New: Block element indenting can handled by CSS margins, not blockquote tag
  • New: GetElementInlineStyleValue method - Get the value of an element's CSS Style attribute. Returns null if the attribute does not exist
  • Fixed: Pasting HTML content from clipboard data created using .NET clipboard object functions consistently
  • Fixed: Ctrl-A (select all), Shift->Arrow keyboard selection is maintained after key up
  • NEW: SurroundSelectionWithElementType - Surrounds the current text selection with element tags and returns the new element

New in HTML Editor .NET for Winforms 2.6.4.317 (Jan 26, 2023)

  • Fixed: Tab order for controls on find form
  • New: Escape key now closes popup forms

New in HTML Editor .NET for Winforms 2.5.3.305 (Sep 23, 2022)

  • Fixed - More improvements to pasted content formatting

New in HTML Editor .NET for Winforms 2.5.1.302 (Sep 11, 2022)

  • Fixed - Support for UTF-32 HTML entities and characters
  • Fixed - Minor errors in inbuilt HTML entities list

New in HTML Editor .NET for Winforms 2.4.5.295 (Jun 8, 2022)

  • Fixed - a bug causing the caret to be incorrectly positioned after pressing enter when editing inside in a table cell.

New in HTML Editor .NET for Winforms 2.4.4.293 (May 30, 2022)

  • Fixed - a bug causing the caret to be incorrectly positioned after pressing enter when editing inside in a table cell.

New in HTML Editor .NET for Winforms 2.4.1.290 (May 23, 2022)

  • Fixed - remove CR and LF characters from currentselection.HTMLText
  • Fixed - editingDisabled allows mouse selection and scrolling
  • Fixed - Improved horizontal text content alignment using CSS styles
  • New - FindParentElementOfType(TagName as string) function. Search up current DOM brach and returns the first element of type "Tag Name" or null if not found

New in HTML Editor .NET for Winforms 2.3.7.288 (Apr 1, 2022)

  • Fixed - Selected text remains selected after mouse click.

New in HTML Editor .NET for Winforms 2.3.6.287 (Mar 31, 2022)

  • Fixed - Whitespace disappearing between adjacent inline closing and opening tags when switching to and from code view
  • Fixed - Scroll position "resets" after clicking text when a image is selected
  • Fixed - Regressive error preventing the mouse resizing of checkboxes and their form objects

New in HTML Editor .NET for Winforms 2.3.3.284 (Mar 21, 2022)

  • Fixed - Toolbar sizing issue on vertical resize of control
  • Fixed - Align Text by CSS style (P, DIV, H1 ... H6, TD, TH) using text-align CSS property

New in HTML Editor .NET for Winforms 2.3.1.282 (Feb 13, 2022)

  • Fixed - Performance enhancements in documents containing many non-ASCII characters
  • Fixed - Control draws caret focus when initialized on some occasions
  • New - Proportional image resizing when using top left, top right, bottom left, and bottom right images resize handles.

New in HTML Editor .NET for Winforms 2.2.9.281 (Feb 8, 2022)

  • New - Expanded language localisation - please refer to langauge files
  • Fixed - LostFocus firing twice on .NET5/6

New in HTML Editor .NET for Winforms 2.2.8.280 (Jan 24, 2022)

  • Fixed - Occasional missing whitespace when pasting from MSWord
  • New - LanguageFile property - loads langauge XML from a string value as well as file path

New in HTML Editor .NET for Winforms 2.2.5.277 (Jan 5, 2022)

  • Fixed - clicking above the first element in the editor causes cursor to be moved to bottom of editor
  • New - Paste URL into Hyperlink form now unparses URL and copies protocol to protocol dropdown
  • New - Code Editor View - performance improvements
  • New - Spelling engine performance enhancements
  • New - Maintain an images original aspect ratio option on image properties form
  • New - .NET6 version of HTML editor

New in HTML Editor .NET for Winforms 2.2.3.275 (Nov 30, 2021)

  • Fixed - retrieving DocumentHTML value immediately after switching to WYSIWYG view from code view via code caused a short random string to left as an artifact in the HTML.

New in HTML Editor .NET for Winforms 2.2.2.274 (Nov 10, 2021)

  • Fixed - Greek Alphabet in HTML Entities
  • Fixed - Spell check event not handling return values for desired actions. Action now defaults to Action_Unknown
  • NEW - new enum SpellCheckWordEventArgs.Actions - Action_Unknown = -1
  • Fixed - (.NET 5) Table context menu functions - remove column, cell, insert column, insert cell
  • Fixed - Undo stack now correctly handling insert and remove table columns
  • NEW - Spell checking now performed on pasted text when EnableInlineSpelling = true

New in HTML Editor .NET for Winforms 2.0.0.267 (Aug 18, 2021)

  • Fixed - Occasional internal exception when pasting from clipboard sources (raised when "just my code" disabled in VS)

New in HTML Editor .NET for Winforms 2.0.0.266 (Aug 9, 2021)

  • New - Improved handling of HTML lists when pasting from MSWord.

New in HTML Editor .NET for Winforms 2.0.0.265 (Aug 6, 2021)

  • New - Font size as pt/px/em/rem in toolbar font size combo
  • Fixed - Fonts combo now display complete list of system fonts
  • Fixed - Inline text formatting not disabling on toolbar button click or shortcut key when parent element is BODY
  • Fixed - Image Form on insert
  • Fixed - Youtube embed iframes now display with image preview
  • Compatability - No longer supports .NET framework version 2.0 - Supported under .NET framework 4.0 and up, and .NET 5 (.NET)

New in HTML Editor .NET for Winforms 1.9.1.246 (Jun 9, 2021)

  • Fixed - expand to select word if no text selection on formatting button click
  • Fixed - AlwaysConvertUnicodeCharacters property not being applied to DocumentHTML when outputting from WYSIWYG view
  • Fixed - an issue where setting InCodeView in the designer would cauase an exception at runtime occasionaly

New in HTML Editor .NET for Winforms 1.8.3.243 (Jun 1, 2021)

  • Table dropdown visual cols and rows selector,
  • Toolbar items exposed at runtime to allow for more toolbar customization, Improve table visibility in WYSIWYG view

New in HTML Editor .NET for Winforms 1.8.3.241 (Feb 26, 2021)

  • Fixed - performance improvements (specifically related to using the control in databound situations)
  • Fixed - On occasion the caret longer jumps to the top of the document after pasting into latge documents

New in HTML Editor .NET for Winforms 1.4.4.1 (Jan 27, 2020)

  • NEW - CodeEditor properties SelectionStart and SelectionEnd
  • Fixed - remove bottom left and right borders on toolstrips
  • Fixed - non-default ports in hyperlink URL's not being persisted in hyperlink edit popup
  • NEW - EditorEnabled Property - disables/enables editing abilities in the control - combine with HideMainToolbar and HideDOMToolbar properties
  • Fixed - Better handling of text formatting tool buttons with no text selected

New in HTML Editor .NET for Winforms 1.2.0.9 (Apr 1, 2019)

  • Table dropdown visual cols and rows selector
  • Toolbar items exposed at runtime to aloow for more toolbar cusomtisation
  • Improve table visibility in WYSIWYG view

New in HTML Editor .NET for Winforms 1.2.0.8 (Jan 30, 2019)

  • Table dropdown visual cols and rows selector.
  • Toolbar items exposed at runtime to aloow for more toolbar customization.
  • Improved table visibility in WYSIWYG view.

New in HTML Editor .NET for Winforms 1.1.5.1 (Dec 10, 2018)

  • CSS Class selector and property grid for HTML Elements