Atom: Add isTextEditor method to IWorkspace

This commit is contained in:
Ben Nelson
2016-02-06 18:27:37 -05:00
parent c393f8974d
commit b49b9894c5
+1
View File
@@ -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;
}