Merge pull request #8002 from Retsam/atom-workspace-isTextEditor

Atom: Add isTextEditor method to IWorkspace
This commit is contained in:
Masahiro Wakame
2016-02-12 00:32:11 +09:00
+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;
}