You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-8Lines changed: 2 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ A *Windows Runtime Component* wrapper around the web-based [Monaco Editor](https
4
4
5
5
This project is not affiliated with the Monaco team and is provided for convenience. Please direct issues related to the use of this control wrapper to this repository.
6
6
7
-
This control is still in an early alpha state.
7
+
This control is still in an early alpha state. Currently, every minor version change will signal breaking changes.
8
8
9
9
Usage
10
10
-----
@@ -16,13 +16,7 @@ Install-Package Monaco.Editor
16
16
```
17
17
18
18
Look at the TestApp for current usage.
19
-
20
-
Current Features
21
-
----------------
22
-
- Two-way Text Binding for Code Content Setting and Retrieval
23
-
- CodeLanguage property to set initial syntax highlighting (must be set in XAML declaration).
24
-
- Support for *await new Monaco.LanguagesHelper(Editor).GetLanguagesAsync()* call to retrieve supported languages, use **Id** field in property above.
25
-
- Theme Aware: Control automatically picks theme based on system/app light/dark theme and high contrast settings.
0 commit comments