Added basic edit-and-run functionality to IDE

This commit is contained in:
Joshua Askharoun
2021-04-04 01:15:52 -05:00
parent fcb2d5643c
commit 29c5d85c49
11 changed files with 146 additions and 23 deletions
BIN
View File
Binary file not shown.
+10 -3
View File
@@ -1,10 +1,17 @@
<UIX xmlns="http://schemas.microsoft.com/2007/uix">
<UI Name="UIRootTest">
<UI Name="Default">
<Content>
<Text>
<Text Color="Red">
<Content>Howdy from Microsoft.Iris!</Content>
<Color>white</Color>
</Text>
</Content>
</UI>
<UI Name="Alt">
<Content>
<Text Color="Blue" Font="JetBrains Mono">
<Content>This is some blue text</Content>
</Text>
</Content>
</UI>
</UIX>