Open yiannisyu opened 2 years ago
When I ported that code over from my BetterMultiSelection plugin for Notepad++ I now recall I never got around to implementing the copy/paste functionality 😄
I looked deeper into this and just uncommenting those sections of code is not enough. The shortcuts registered to Ctrl+C
, Ctrl+V
, etc is consuming the keyboard input before this section of the code gets to process it.
It is greate to have column mode available in NPN. This function works fine if you just select and copy. But if you move cursor to adjust the selection, then the copy result becomes one line. The expected result is to keep multi lines.
same issue here
It is greate to have column mode available in NPN. This function works fine if you just select and copy. But if you move cursor to adjust the selection, then the copy result becomes one line. The expected result is to keep multi lines.