WIP lsp-manager effort

This commit is contained in:
2025-07-05 15:21:08 -05:00
parent 23d9bb24f2
commit 7b4529e8f3
14 changed files with 178 additions and 179 deletions

View File

@@ -59,6 +59,12 @@ export class CodeViewComponent extends CodeViewBase {
return;
}
let message = new ServiceMessage();
message.action = "register-editor";
message.rawData = this;
this.lspManagerService.sendMessage(message);
this.loadAceKeyBindings();
this.loadAceEventBindings();
}
@@ -116,6 +122,7 @@ export class CodeViewComponent extends CodeViewBase {
this.editorsService.sendMessage(message);
this.searchReplaceService.sendMessage(message);
this.editorsService.sendMessage(message);
message = new ServiceMessage();
message.action = "set-active-editor";