ProgerXP / Notepad2e

Word highlighting, simultaneous editing, split views, math evaluation, un/grep, comment reformatting, UAC elevation, complete regexps (PCRE), Lua lexers, DPI awareness and more (XP+)
Other
372 stars 52 forks source link

Pasteboard to ignore copying of math expression's result #404

Closed ProgerXP closed 2 years ago

ProgerXP commented 2 years ago

Notepad2 catches Copy done from the own document and doesn't insert it into the buffer (in /B mode). Add the same check for copying with the left click on the Eval's status bar group so that the expression's result doesn't appear in the buffer.

cshnik commented 2 years ago

Done.