mohzy83 / NppMarkdownPanel

Lightweight Notepad++ plugin to preview Markdown files
MIT License
224 stars 36 forks source link

Cann't use Ctrl+C, Ctrl+V #27

Closed m2maomao closed 2 years ago

m2maomao commented 4 years ago

when I mouse select some text in doc,I just want copy line what I selected,but when I parse,it's not run.

PetbkA commented 4 years ago

Couldn't fully understand your description, but I guess I'm experiencing the same problem: copying text via Ctrl+V doesn't work, though it works via right mouse button. I guess it's because hotkeys are focused to work inside NP++, not the panel. It allows you to show/hide panel on hotkey, but copying text must be done from NP++ itself too, not from the panel

mohzy83 commented 4 years ago

The copy event (CTRL+C) is captured by npp and is not passed to the underlying IE (which is embedded). Best workaround is to use right click "Copy".