Skip to content

Instantly share code, notes, and snippets.

@mrlacey
Created November 17, 2020 13:34
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mrlacey/dac83b4d9953fe0ff751031b7fae0bc8 to your computer and use it in GitHub Desktop.
Save mrlacey/dac83b4d9953fe0ff751031b7fae0bc8 to your computer and use it in GitHub Desktop.
FestiveEditor - 6
public void TextViewCreated(IWpfTextView textView)
{
// The adorments will get wired to the text view events
new MistletoeAdornment(textView);
new TopLeftHollyAdornment(textView);
new TopRightHollyAdornment(textView);
new BottomLeftHollyAdornment(textView);
new BottomRightHollyAdornment(textView);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment