.NET text editor that accepts HTML and input/output with spellchecking

后端 未结 8 2000
臣服心动
臣服心动 2021-02-02 04:01

I have been searching for something that does this for a while now, but with no luck yet... We have an internal application that stores/uses text in HTML format. Now I am looki

8条回答
  •  南笙
    南笙 (楼主)
    2021-02-02 04:18

    Here are a couple of options for for an open source .NET-based text editor that handles syntax highlighting

    • The ICSharpCode.TextEditor component of the SharpDevelop C# IDE
    • DotNet Fireball

    It should be relatively easy to set these up for HTML, or find existing syntax definitions for HTML.

    I'm not too sure about embedding spellcheck into it, but this article may be of interest:

    SpellCheck.net spell checking parsing using C#

提交回复
热议问题