Skip to content

Instantly share code, notes, and snippets.

@mrlacey
Created November 16, 2020 15:44

Revisions

  1. mrlacey created this gist Nov 16, 2020.
    4 changes: 4 additions & 0 deletions FestiveEditorTextViewCreationListener_3.cs
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,4 @@
    public void TextViewCreated(IWpfTextView textView)
    {
    new MistletoeAdornment(textView);
    }