From 213486447a198809d4bb005fb7ed7c5e3a6fc66e Mon Sep 17 00:00:00 2001 From: Lucas Charles Date: Mon, 7 Nov 2022 17:53:36 +0000 Subject: [PATCH 1/2] chore: Update multi-line suggestion docs Better describes multi-context interaction behavior See introduction in https://gitlab.com/gitlab-org/gitlab/-/issues/232339 --- doc/user/project/merge_requests/reviews/suggestions.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/user/project/merge_requests/reviews/suggestions.md b/doc/user/project/merge_requests/reviews/suggestions.md index 1d91eee787b1d4..19982ed5047d27 100644 --- a/doc/user/project/merge_requests/reviews/suggestions.md +++ b/doc/user/project/merge_requests/reviews/suggestions.md @@ -48,7 +48,8 @@ After the author applies a suggestion: ## Multi-line suggestions Reviewers can also suggest changes to multiple lines with a single suggestion -within merge request diff threads by adjusting the range offsets. The +within merge request diff threads by selecting and dragging selection to all +relevant line numbers or by adjusting the range offsets. The offsets are relative to the position of the diff thread, and specify the range to be replaced by the suggestion when it is applied. -- GitLab From 07f9861cc0f85c1b415969bc1c52d7e096f3ad55 Mon Sep 17 00:00:00 2001 From: Marcin Sedlak-Jakubowski Date: Mon, 7 Nov 2022 18:57:50 +0000 Subject: [PATCH 2/2] Apply 1 suggestion(s) to 1 file(s) --- doc/user/project/merge_requests/reviews/suggestions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/doc/user/project/merge_requests/reviews/suggestions.md b/doc/user/project/merge_requests/reviews/suggestions.md index 19982ed5047d27..832f78d18a1655 100644 --- a/doc/user/project/merge_requests/reviews/suggestions.md +++ b/doc/user/project/merge_requests/reviews/suggestions.md @@ -47,6 +47,8 @@ After the author applies a suggestion: ## Multi-line suggestions +> [Changed](https://gitlab.com/gitlab-org/gitlab/-/issues/232339) in GitLab 13.11: suggestions in multi-line comments also become multi-line. + Reviewers can also suggest changes to multiple lines with a single suggestion within merge request diff threads by selecting and dragging selection to all relevant line numbers or by adjusting the range offsets. The -- GitLab