|
|
|
@ -133,17 +133,7 @@ export class CodeParser extends Plugin { |
|
|
|
|
this.on('fileManager', 'fileRemoved', async () => { |
|
|
|
|
await this.importService.setFileTree() |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.on('fileManager', 'fileAdded', async () => { |
|
|
|
|
await this.importService.setFileTree() |
|
|
|
|
}) |
|
|
|
|
this.on('fileManager', 'fileRemoved', async () => { |
|
|
|
|
await this.importService.setFileTree() |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
this.on('fileManager', 'currentFileChanged', async () => { |
|
|
|
|
await this.call('editor', 'discardLineTexts') |
|
|
|
|
const completionSettings = await this.call('config', 'getAppParameter', 'auto-completion') |
|
|
|
@ -672,4 +662,4 @@ export class CodeParser extends Plugin { |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|