Actions
Feature #2087
openText selection for text document adapter-based formats
Start date:
09/23/2024
Due date:
% Done:
0%
Estimated time:
Description
Right now, format plugins like epub and fb2 don't support selecting and copying text at all, since TextDocumentFormatter
doesn't implement IHaveTextContents
. We'll need to figure out how to get the selected text from QTextDocument
based on the selection.
Actions