* 触发高亮更新事件
(filePath: string, oldText: string, newText: string, sourceId: string)
| 20 | * 触发高亮更新事件 |
| 21 | */ |
| 22 | public emitHighlightUpdate(filePath: string, oldText: string, newText: string, sourceId: string) { |
| 23 | this.events.trigger('highlight:update', filePath, oldText, newText, sourceId); |
| 24 | } |
| 25 | |
| 26 | /** |
| 27 | * 触发高亮删除事件 |
no outgoing calls
no test coverage detected