Skip to content

Enable multiline select for blobs.

gitlab-qa-bot requested to merge feature/multiline-blob-select into master

Created by: ghost

Holding shift will allow users to click and select multiple lines. The behavior is similar to GitHub.

Interesting thing, was the parsing and highlighting already worked, but there was no interface. You had to manually specify the range in the URL hash (i.e. #L3-11). This will update the URL as the user holds shift and clicks a line number.

multiline-select

The selection behavior mimics GitHub's near as I can tell.

Merge request reports