Skip to content

Commit 72750ef

Browse files
committed
Updated default "Find in files..." menu.
1 parent 64332b9 commit 72750ef

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/configurations/default.xml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ Help:
115115
<icon path="C:\Windows\System32\shell32.dll" index="22" />
116116
<visibility maxfiles="0" maxfolders="1" />
117117
<actions>
118-
<prompt name="findpattern" title="Please enter the find wildcard pattern..." />
118+
<prompt name="findpattern" title="Please enter a file wildcard pattern..." />
119119
<exec path="${env.ComSpec}" basedir="${selection.path}" arguments="/K dir /a /s /b &quot;${findpattern}&quot;" />
120120
<property name="findpattern" value="" />
121121
</actions>
@@ -125,9 +125,9 @@ Help:
125125
<icon path="C:\Windows\System32\shell32.dll" index="55" />
126126
<visibility maxfiles="0" maxfolders="1" />
127127
<actions>
128-
<prompt name="filepattern" title="Please enter the file wildcard pattern..." />
129-
<prompt name="textpattern" title="Please enter the searched text..." />
130-
<exec path="${env.ComSpec}" basedir="${selection.path}" arguments="/K FINDSTR /S &quot;/C:${textpattern}&quot; ${filepattern}" />
128+
<prompt name="filepattern" title="Question 1 of 2.${newline}Please enter the file wildcard pattern..." />
129+
<prompt name="textpattern" title="Question 2 of 2.${newline}Please enter the searched text..." />
130+
<exec path="${env.ComSpec}" basedir="${selection.path}" arguments="/K FINDSTR /S /M &quot;/C:${textpattern}&quot; ${filepattern}" />
131131
<property name="filepattern" value="" />
132132
<property name="textpattern" value="" />
133133
</actions>

0 commit comments

Comments
 (0)