Actions
Feature #2087
closedText selection for text document adapter-based formats
Start date:
09/23/2024
Due date:
% Done:
100%
Estimated time:
30:00 h
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