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
5013d168
Commit
5013d168
authored
Feb 25, 2021
by
Waqar Ahmed
Browse files
Make sure fuzzy scoring actually works in lsp-symbol-view
parent
fa9f3a3d
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/lspclient/lspclientsymbolview.cpp
View file @
5013d168
...
...
@@ -118,8 +118,9 @@ public:
void
setFilterString
(
const
QString
&
string
)
{
beginResetModel
();
m_pattern
=
string
;
invalidateFilter
();
endResetModel
();
}
protected:
...
...
Write
Preview
Supports
Markdown
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