Skip to content
GitLab
Explore
Sign in
Implement multi-selection of text
Code
Review changes
Check out branch
Download
Patches
Plain diff
David Faure
requested to merge
work/dfaure/multi-selection
into
master
Nov 07, 2021
Overview
8
Commits
2
Pipelines
10
Changes
12
Expand
New class TextSelection to replace mCurrentIndex, it stores start row, start char pos, end row, end char pos.
Unittest for TextSelection
Store the view in the delegate, instead of passing it around everywhere
Merge request reports
Loading