Skip to content
GitLab
Projects
Groups
Topics
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Network
Ruqola
Merge requests
!57
Implement multi-selection of text
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
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