提交 aeb155d3 编写于 作者: I Inori

rename 'selectAll' to 'selectAllMatches'

上级 49220160
......@@ -223,7 +223,7 @@ export class CommonFindController extends Disposable implements editorCommon.IEd
public selectAllMatches(): boolean {
if (this._model) {
this._model.selectAll();
this._model.selectAllMatches();
this.closeFindWidget();
return true;
}
......
......@@ -352,7 +352,7 @@ export class FindModelBoundToEditorModel {
this.research(false);
}
public selectAll(): void {
public selectAllMatches(): void {
if (!this._hasMatches()) {
return;
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册