Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Marco Bubke
flatpak-qt-creator
Commits
e94b6d95
Commit
e94b6d95
authored
Apr 20, 2010
by
hjk
Browse files
fakevim: set target column after search operation
parent
307eda41
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/plugins/fakevim/fakevimhandler.cpp
View file @
e94b6d95
...
...
@@ -3148,6 +3148,7 @@ void FakeVimHandler::Private::search(const QString &needle0, bool forward,
selections
.
append
(
sel
);
emit
q
->
selectionChanged
(
selections
);
}
setTargetColumn
();
}
void
FakeVimHandler
::
Private
::
highlightMatches
(
const
QString
&
needle0
)
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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