File tree Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Expand file tree Collapse file tree 1 file changed +17
-1
lines changed Original file line number Diff line number Diff line change @@ -84,8 +84,16 @@ define([
84
84
'label' : "Find" ,
85
85
'type' : "text"
86
86
} ,
87
+ 'regexp' : {
88
+ 'label' : "Regular expression" ,
89
+ 'type' : "checkbox"
90
+ } ,
87
91
'casesensitive' : {
88
- 'label' : "Case Sensitive" ,
92
+ 'label' : "Case sensitive" ,
93
+ 'type' : "checkbox"
94
+ } ,
95
+ 'wholeword' : {
96
+ 'label' : "Whole word" ,
89
97
'type' : "checkbox"
90
98
}
91
99
} )
@@ -105,9 +113,17 @@ define([
105
113
'label' : "Replace" ,
106
114
'type' : "text"
107
115
} ,
116
+ 'regexp' : {
117
+ 'label' : "Regular expression" ,
118
+ 'type' : "checkbox"
119
+ } ,
108
120
'casesensitive' : {
109
121
'label' : "Case Sensitive" ,
110
122
'type' : "checkbox"
123
+ } ,
124
+ 'wholeword' : {
125
+ 'label' : "Whole word" ,
126
+ 'type' : "checkbox"
111
127
}
112
128
} , {
113
129
replaceAll : true
You can’t perform that action at this time.
0 commit comments