Closed seelts closed 7 years ago
I think that happens because "duplicate line" is now implemented within a atom itself.
@jsieler but the error is about key binding... How can it be duplicating — there is no such binding in Atom.
Looks like there is:
Keystroke Command Source Selector ctrl-shift-D editor:duplicate-lines Core atom-workspace atom-text-editor:not([mini])
As you can see, source is "CORE".
Where did you find this line? And what should I do to make plugin works?
Look inside "keybindings" in Atom. Search for "ctrl-shift-D". I think to make it work you need to remove your keybinding.
That was the first thing I've done. As I've wrote in issue description, I have no such binding in my Atom instance.
I've added these lines to my keybindings:
'atom-workspace atom-text-editor:not([mini])':
'shift-cmd-D': 'unset!'
'ctrl-shift-D': 'unset!'
As I'm on mac, I have cmd-shift-d for native Atom duplicating. Nothing has changed. The same error.
even disabling keybindig in this package doesn't do anything. the conflict can not be resolved. atom still gives error at startup
and I have such an error
I added a file keymap.cson
'atom-workspace atom-text-editor:not([mini])':
'ctrl-shift-D': 'duplicate-line-or-selection:duplicate'
and plugin work, but I still see the error on Atom start
Is it dead? Please merge commit.
Merged. Hope this fixes it
Works! Great, thanks a lot!
There is no (discoverable) 'ctrl-shift-D' keybinding in Atom
Atom Version: 1.12.1 Electron Version: 1.3.6 System: Mac OS X 10.12.1 Thrown From: duplicate-line-or-selection package, v0.8.0
Stack Trace
Failed to load the duplicate-line-or-selection package
Commands
Config
Installed Packages