bh / atom-python-isort

Atom.io plugin to sort Python imports
https://atom.io/packages/python-isort
MIT License
19 stars 10 forks source link

Workspace.getActiveEditor is deprecated. #18

Open freakypie opened 9 years ago

freakypie commented 9 years ago

Call ::getActiveTextEditor instead

Workspace.getActiveEditor (/opt/atom/resources/app.asar/src/workspace.js:1022:12)
PythonIsort.checkForPythonContext (/home/leitjohn/.atom/packages/python-isort/lib/python-isort.coffee:9:28)
PythonIsort.checkImports (/home/leitjohn/.atom/packages/python-isort/lib/python-isort.coffee:44:12)
<unknown> (/home/leitjohn/.atom/packages/python-isort/lib/index.coffee:41:25)
Emitter.emit (/opt/atom/resources/app.asar/node_modules/event-kit/lib/emitter.js:82:11)
TextBuffer.saveAs (/opt/atom/resources/app.asar/node_modules/text-buffer/lib/text-buffer.js:1032:20)