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

Don't clear selection if dropping inside selection #359

Open ProgerXP opened 3 years ago

ProgerXP commented 3 years ago

Make a selection, then drag it and drop somewhere inside the same selection. As a result, selection will be cleared. Change this either to keep selection (seen as dropping into the same position) or to display "deny" cursor (like it happens on drop outside of the window, seen as dropping into an unacceptable area - inside the selection itself) - in any case selection will be unchanged.