Hi
Just migrating from NP++ and am trying to get the same behavior as for NP++ when dragging and dropping text.
I have installed the Simple Drag and Drop Text package.
In NP++ I can do as follows:
- Double Click on a word -> word is selected
- Click again and hold (word stays selected)
- Drag word to new pos
- Release mouse -> word is move to new pos
When I do the same in Atom:
- Double Click on a word -> word is selected
- Click again and hold -> selection changes from word to line
- Drag word to new pos -> selects all text between word and new pos (like shift+drag)
- Release mouse -> nothing happens but above multi-line selection is retained
Seems to happen on all the file types I’ve tried .txt, .hs, .cabal, .cson.
Is there a setting or something somewhere I need to change to get this to work?
Thanks
John