Class MarkdownEditorSimple

A stripped down version of the MarkdownEditor class that is used for displaying various editable code snippets for the Code Editor as well as in various addins. Similar behavior and hookup, but doesn't include all the Markdown parsing features and uses a separate template that is simpler and less resource intensive.

If you need to use a code editor as part of an Addin this is the class to use. For a usage example, see the PasteCode.xaml form and code behind.

System.Object
  MarkdownMonster.MarkdownEditorSimple
public class MarkdownEditorSimple : object, IDisposable

Class Members

MemberDescription

Constructor

Dispose

public sealed void Dispose()

BrowserInterop

CurrentText

InitialLanguage

InitialValue

IsDirtyAction

Function that can be provided that receives Markdown updated when the document is dirty.

Return true or false depending on whether you consider the document dirty or not. If you don't care return false.

Model

WebBrowser

Window

Requirements

Namespace: MarkdownMonster
Assembly: markdownmonster.exe

© West Wind Technologies, 2016-2023 • Updated: 11/23/21
Comment or report problem with topic