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
Utilities
Kate
Commits
1e77e116
Commit
1e77e116
authored
Oct 08, 2022
by
Eric Armbruster
🍁
Committed by
Christoph Cullmann
Oct 08, 2022
Browse files
filetree: add show active action to mini toolbar
parent
0bb3e98d
Changes
1
Hide whitespace changes
Inline
Side-by-side
addons/filetree/katefiletreeplugin.cpp
View file @
1e77e116
...
...
@@ -289,11 +289,12 @@ void KateFileTreePluginView::setupActions()
/**
* add own actions
*/
m_toolbar
->
addAction
(
aPrev
);
m_toolbar
->
addAction
(
aNext
);
m_toolbar
->
addSeparator
();
m_toolbar
->
addAction
(
aSave
);
m_toolbar
->
addAction
(
aSaveAs
);
m_toolbar
->
addSeparator
();
m_toolbar
->
addAction
(
aPrev
);
m_toolbar
->
addAction
(
aNext
);
m_toolbar
->
addAction
(
aShowActive
);
}
KateFileTreeModel
*
KateFileTreePluginView
::
model
()
const
...
...
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