Skip to content

Commit

Permalink
Add 'getBuffers' API
Browse files Browse the repository at this point in the history
  • Loading branch information
bryphe committed Feb 27, 2018
1 parent 2aa1c75 commit a5c46b3
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -270,6 +270,8 @@ export interface Editor {

openFile(file: string, openOptions?: FileOpenOptions): Promise<Buffer>

getBuffers(): Array<Buffer | InactiveBuffer>

onBufferEnter: IEvent<EditorBufferEventArgs>
onBufferLeave: IEvent<EditorBufferEventArgs>
onBufferChanged: IEvent<EditorBufferChangedEventArgs>
Expand Down

0 comments on commit a5c46b3

Please sign in to comment.