Skip to content

v0.1.0-alpha Release

Pre-release
Pre-release
Compare
Choose a tag to compare
@hawkerm hawkerm released this 21 Aug 08:55
· 161 commits to main since this release
  • Two-way text binding for code content setting and retrieval.
  • CodeLanguage property to set initial syntax highlighting (must be set in XAML declaration).
  • Support for await new Monaco.LanguagesHelper(Editor).GetLanguagesAsync() call to retrieve supported languages, use Id field in property above.
  • Theme Aware: Control automatically picks theme based on system/app light/dark theme and high contrast settings.
  • Render Aware: Control only displays once Code Editor has been loaded.