mirror of
https://github.com/sqlitebrowser/sqlitebrowser.git
synced 2026-01-20 11:00:44 -06:00
Added a new copy action to the binary editor context menu for copying the selected text as seen by the user, instead of the stream of hexadecimal digits copied by default by qhexedit. In order to support copying from the context menu, qhexedit has been modified for not resetting the selection when the left mouse button is pressed. This will be converted to a pull request to qhexedit afterwards. See related issue #1485