未验证 提交 b719cc01 编写于 作者: D Dhaiyra

set the values to passed functions

上级 604d445c
......@@ -1144,6 +1144,12 @@ export class SearchView extends ViewPane {
if (typeof args.triggerSearch === 'boolean' && args.triggerSearch) {
this.triggerQueryChange();
}
if (typeof args.preserveCase === 'boolean') {
this.searchWidget.searchInput.setRegex(args.preserveCase);
}
if (typeof args.excludeSettingAndIgnoreFiles === 'boolean') {
this.inputPatternExcludes.setUseExcludesAndIgnoreFiles(args.excludeSettingAndIgnoreFiles);
}
}
toggleQueryDetails(moveFocus = true, show?: boolean, skipLayout?: boolean, reverse?: boolean): void {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册