提交 df6e6564 编写于 作者: R Rob Lourens

setPreserveCase

上级 6189ca81
......@@ -1190,7 +1190,7 @@ export class SearchView extends ViewPane {
this.triggerQueryChange();
}
if (typeof args.preserveCase === 'boolean') {
this.searchWidget.searchInput.setRegex(args.preserveCase);
this.searchWidget.replaceInput.setPreserveCase(args.preserveCase);
}
if (typeof args.excludeSettingAndIgnoreFiles === 'boolean') {
this.inputPatternExcludes.setUseExcludesAndIgnoreFiles(args.excludeSettingAndIgnoreFiles);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册