Skip to content

Commit 2fdff53

Browse files
committed
feature: add on-behalf-of: keyword auto-completion
Signed-off-by: leo <longshuang@msn.cn>
1 parent 311244b commit 2fdff53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Views/CommitMessageToolBox.axaml.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ private void OnTextViewVisualLinesChanged(object sender, EventArgs e)
334334
InvalidateVisual();
335335
}
336336

337-
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "BREAKING CHANGE: ", "Refs: "];
337+
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "on-behalf-of: @", "BREAKING CHANGE: ", "Refs: "];
338338
private bool _isEditing = false;
339339
private int _subjectEndLine = 0;
340340
private CompletionWindow _completionWnd = null;

0 commit comments

Comments
 (0)