File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -15,6 +15,15 @@ An x64 NuGet Package is provided.
15
15
Install-Package Monaco.Editor
16
16
```
17
17
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.
26
+
18
27
Build Notes
19
28
-----------
20
29
Built using Visual Studio 2017 for Windows 10 14393 and above.
You can’t perform that action at this time.
0 commit comments