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
In 0.9.0-beta version , the cut/copy/paste...context menu not work , Is it extra code to set up the Options?
<Pagex:Class="App4.MainPage"xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"xmlns:local="using:App4"xmlns:d="http://schemas.microsoft.com/expression/blend/2008"xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006"mc:Ignorable="d"xmlns:mo="using:Monaco"Background="{ThemeResource ApplicationPageBackgroundThemeBrush}">
<Grid>
<mo:CodeEditorx:Name="ce"Text="select * from dual;"CodeLanguage="sql"/>
</Grid>
</Page>
ce.CodeLanguage="sql";ce.Options.CopyWithSyntaxHighlighting=true;//ce.Options.Contextmenu = true;ce.Options.Contextmenu=false;//I dont know how to make the contextmenu work...
The text was updated successfully, but these errors were encountered:
In 0.9.0-beta version , the cut/copy/paste...context menu not work , Is it extra code to set up the Options?
The text was updated successfully, but these errors were encountered: