From b49b9894c5c92d933dbeac9567858ad136082442 Mon Sep 17 00:00:00 2001 From: Ben Nelson Date: Sat, 6 Feb 2016 18:27:33 -0500 Subject: [PATCH] Atom: Add isTextEditor method to IWorkspace --- atom/atom.d.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/atom/atom.d.ts b/atom/atom.d.ts index fbe44d5088..9483f103ca 100644 --- a/atom/atom.d.ts +++ b/atom/atom.d.ts @@ -1100,6 +1100,7 @@ declare module AtomCore { itemOpened(item:any):void; onPaneItemDestroyed(item:any):void; destroyed():void; + isTextEditor(object: any): boolean; onDidChangeActivePaneItem(item:any):Disposable; }