selected icon indicating copy to clipboard operation
selected copied to clipboard

Uncaught TypeError: getActiveEditor is not a function

Open JOFLIX opened this issue 4 years ago • 0 comments

[Enter steps to reproduce:]

  1. ...
  2. ...

Atom: 1.53.0 x64 Electron: 6.1.12 OS: Linux Mint Thrown From: highlight-selected package 0.17.0

Stack Trace

Uncaught TypeError: getActiveEditor is not a function

At /home/doctor/.atom/packages/highlight-selected/lib/selection-manager.js:113

TypeError: getActiveEditor is not a function
    at SelectionManager.subscribeToActiveTextEditor (/packages/highlight-selected/lib/selection-manager.js:113:20)
    at /packages/highlight-selected/lib/selection-manager.js:39:19
    at Function.simpleDispatch (/usr/share/atom/resources/app/static/<embedded>:11:1190051)
    at Emitter.emit (/usr/share/atom/resources/app/static/<embedded>:11:1191492)
    at Workspace.didActivatePaneContainer (/usr/share/atom/resources/app/static/<embedded>:11:425325)
    at /usr/share/atom/resources/app/static/<embedded>:14:44631
    at Function.simpleDispatch (/usr/share/atom/resources/app/static/<embedded>:11:1190051)
    at Emitter.emit (/usr/share/atom/resources/app/static/<embedded>:11:1191492)
    at PaneContainer.didActivatePane (/usr/share/atom/resources/app/static/<embedded>:11:447561)
    at Pane.activate (/usr/share/atom/resources/app/static/<embedded>:11:464884)
    at Pane.focus (/usr/share/atom/resources/app/static/<embedded>:11:456327)
    at HTMLElement.handleFocus (/app.asar/src/pane-element.js:41:20)

Commands

Non-Core Packages

angular-auto-import 0.4.1 
atom-clock 0.1.18 
atom-material-ui 2.1.3 
auto-header 0.2.4 
auto-id-class 0.7.1 
auto-indent 0.5.0 
auto-indent-file 0.2.0 
auto-save-on-idle 1.2.1 
auto-sect 0.9.0 
auto-softwrap 1.0.1 
duplicate-line-or-selection undefined 
git-auto-stash 0.2.4 
highlight-line undefined 
highlight-selected 0.17.0 
html-tag-auto-complete 2.0.0 
hyperclick 0.1.5 
intentions 1.1.5 
linter undefined 
markdown-preview-auto-open-close 1.2.0 
re-re-re-react 3.0.0 
react 0.18.0 
split-diff 1.6.1 

JOFLIX avatar Nov 30 '20 14:11 JOFLIX