We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7225c80 commit 5859291Copy full SHA for 5859291
RegexDialog/RegExToolDialog.xaml
@@ -139,6 +139,12 @@
139
<Image Source="{StaticResource ReplacePicture}" Width="16" Height="16" />
140
</MenuItem.Icon>
141
</MenuItem>
142
+ <Separator />
143
+ <MenuItem Header="Show the regex in _C#" Click="ShowInCSharpButton_Click">
144
+ <MenuItem.Icon>
145
+ <Image Source="{StaticResource ShowInCSharp}" Width="16" Height="16" />
146
+ </MenuItem.Icon>
147
+ </MenuItem>
148
149
<MenuItem Header="_Parameters">
150
<MenuItem Name="miRegexOptions" Header="_Regex Options" >
0 commit comments