mirror of
https://fastgit.cc/github.com/sourcegit-scm/sourcegit
synced 2026-04-23 02:12:25 +08:00
feature: add on-behalf-of: keyword auto-completion
Signed-off-by: leo <longshuang@msn.cn>
This commit is contained in:
@@ -334,7 +334,7 @@ namespace SourceGit.Views
|
||||
InvalidateVisual();
|
||||
}
|
||||
|
||||
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "BREAKING CHANGE: ", "Refs: "];
|
||||
private readonly List<string> _keywords = ["Acked-by: ", "Co-authored-by: ", "Reviewed-by: ", "Signed-off-by: ", "on-behalf-of: @", "BREAKING CHANGE: ", "Refs: "];
|
||||
private bool _isEditing = false;
|
||||
private int _subjectEndLine = 0;
|
||||
private CompletionWindow _completionWnd = null;
|
||||
|
||||
Reference in New Issue
Block a user