Well, I'm not sure if I understand correctly but the block-copy information should be stored together with the copied text to the clipboard and not just be remembered by Scintilla. Imagine this situation:
- User block-copies text in Geany (and Scintilla remembers it did a block copy)
- User switches to another (non-Scintilla) application and copies some other text from it
- User returns back to Geany and performs a paste. Scintilla remembers it did a block copy in (1) and will paste this text in the block mode even though the clipboard contains something else now
—
Reply to this email directly, view it on GitHub, or unsubscribe.
You are receiving this because you are subscribed to this thread.Message ID: <geany/geany-osx/issues/40/1267472339@github.com>