Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Utilities
Kate
Commits
a88f95cf
Commit
a88f95cf
authored
May 06, 2021
by
Mark Nauwelaerts
Browse files
lspclient: properly forward signature completion setting
parent
c41f163b
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/lspclientpluginview.cpp
View file @
a88f95cf
...
...
@@ -2331,6 +2331,8 @@ public:
m_completion
->
setServer
(
server
);
if
(
m_complDocOn
)
{
m_completion
->
setSelectedDocumentation
(
m_complDocOn
->
isChecked
());
}
if
(
m_signatureHelp
)
{
m_completion
->
setSignatureHelp
(
m_signatureHelp
->
isChecked
());
}
updateCompletion
(
activeView
,
server
.
data
());
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment