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.
Updated by 0xd34df00d 4 months ago
- Status changed from Assigned to Resolved
- % Done changed from 0 to 100
Applied in changeset main|9a5cd09568b37cc0114dc36ba629d46a153389a1.
Actions