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: RegexDialog/RegExToolDialog.xaml
+11-10Lines changed: 11 additions & 10 deletions
Original file line number
Diff line number
Diff line change
@@ -336,13 +336,14 @@
336
336
Content="_C#">
337
337
<CheckBox.ToolTip>
338
338
<StackPanel>
339
-
<TextBlock>You must use at least one return keyword to return a string</TextBlock>
339
+
<TextBlock>You must use at least one <Bold>return</Bold> keyword to return a string</TextBlock>
340
340
<TextBlock>You can use the following variables :</TextBlock>
341
-
<TextBlock>- match : Contains the current Regex Match</TextBlock>
342
-
<TextBlock>- index : The index of the current match in the current file</TextBlock>
343
-
<TextBlock>- fileName : (If in directory search) the fileName where the match was found</TextBlock>
344
-
<TextBlock>- globalIndex : (If in directory search) the index of the match in all files</TextBlock>
345
-
<TextBlock>- fileIndex : (If in directory search) the index of the file</TextBlock>
341
+
<TextBlock>- <Bold>match</Bold> : Contains the current Regex Match</TextBlock>
342
+
<TextBlock>- <Bold>index</Bold> : The index of the current match in the current file</TextBlock>
343
+
<TextBlock>- <Bold>fileName</Bold> : (If in directory search) the fileName where the match was found</TextBlock>
344
+
<TextBlock>- <Bold>globalIndex</Bold> : (If in directory search) the index of the match in all files</TextBlock>
345
+
<TextBlock>- <Bold>fileIndex</Bold> : (If in directory search) the index of the file</TextBlock>
346
+
<TextBlockMargin="0,5">You can declare shared variables, properties or methods putting code between <Bold>#global</Bold> and <Bold>#endglobal</Bold></TextBlock>
0 commit comments