Make it possible to extract random text from a document
ClosedPublic

Authored by apol on Jun 21 2016, 5:38 PM.

Details

Summary

Forwards the call to the KTextEditor interface, when there's such an interface.

Diff Detail

Repository
R33 KDevPlatform
Lint
Automatic diff as part of commit; lint not applicable.
Unit
Automatic diff as part of commit; unit tests not applicable.
apol updated this revision to Diff 4664.Jun 21 2016, 5:38 PM
apol retitled this revision from to Make it possible to extract random text from a document.
apol updated this object.
apol edited the test plan for this revision. (Show Details)
apol added a reviewer: KDevelop.
Restricted Application added a subscriber: kdevelop-devel. · View Herald TranscriptJun 21 2016, 5:38 PM
mwolff added a subscriber: mwolff.Jun 22 2016, 9:59 AM
mwolff added inline comments.
shell/textdocument.cpp
488

why do we need a view to get the text in a range? makes no sense to me. can't you just remove this?

apol updated this revision to Diff 4670.Jun 22 2016, 10:37 AM

Remove unused conditional

mwolff accepted this revision.Jun 22 2016, 12:14 PM
mwolff added a reviewer: mwolff.

lgtm

This revision is now accepted and ready to land.Jun 22 2016, 12:14 PM
This revision was automatically updated to reflect the committed changes.