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
d6f82a86
Commit
d6f82a86
authored
Aug 10, 2022
by
Waqar Ahmed
Committed by
Christoph Cullmann
Aug 13, 2022
Browse files
New icons for toolviews
parent
7af52ee8
Pipeline
#217531
passed with stage
in 5 minutes and 4 seconds
Changes
4
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
addons/filetree/katefiletreeplugin.cpp
View file @
d6f82a86
...
...
@@ -134,7 +134,7 @@ KateFileTreePluginView::KateFileTreePluginView(KTextEditor::MainWindow *mainWind
m_toolView
=
mainWindow
->
createToolView
(
plug
,
QStringLiteral
(
"kate_private_plugin_katefiletreeplugin"
),
KTextEditor
::
MainWindow
::
Left
,
QIcon
::
fromTheme
(
QStringLiteral
(
"document
-open
"
)),
QIcon
::
fromTheme
(
QStringLiteral
(
"
folder-
document
s-symbolic
"
)),
i18n
(
"Documents"
));
// create toolbar
...
...
addons/katebuild-plugin/plugin_katebuild.cpp
View file @
d6f82a86
...
...
@@ -130,7 +130,7 @@ KateBuildView::KateBuildView(KTextEditor::Plugin *plugin, KTextEditor::MainWindo
m_toolView
=
mw
->
createToolView
(
plugin
,
QStringLiteral
(
"kate_plugin_katebuildplugin"
),
KTextEditor
::
MainWindow
::
Bottom
,
QIcon
::
fromTheme
(
QStringLiteral
(
"
application-x-ms-dos-executable
"
)),
QIcon
::
fromTheme
(
QStringLiteral
(
"
run-build-clean
"
)),
i18n
(
"Build"
));
QAction
*
a
=
actionCollection
()
->
addAction
(
QStringLiteral
(
"select_target"
));
...
...
addons/lspclient/lspclientpluginview.cpp
View file @
d6f82a86
...
...
@@ -760,7 +760,7 @@ public:
m_toolView
.
reset
(
mainWin
->
createToolView
(
plugin
,
QStringLiteral
(
"kate_lspclient"
),
KTextEditor
::
MainWindow
::
Bottom
,
QIcon
::
fromTheme
(
QStringLiteral
(
"
application-x-ms-dos-executabl
e"
)),
QIcon
::
fromTheme
(
QStringLiteral
(
"
format-text-cod
e"
)),
i18n
(
"LSP"
)));
m_tabWidget
=
new
QTabWidget
(
m_toolView
.
data
());
m_toolView
->
layout
()
->
addWidget
(
m_tabWidget
);
...
...
addons/lspclient/lspclientsymbolview.cpp
View file @
d6f82a86
...
...
@@ -236,7 +236,7 @@ public:
m_toolview
.
reset
(
m_mainWindow
->
createToolView
(
plugin
,
QStringLiteral
(
"lspclient_symbol_outline"
),
KTextEditor
::
MainWindow
::
Left
,
QIcon
::
fromTheme
(
QStringLiteral
(
"
code-context
"
)),
QIcon
::
fromTheme
(
QStringLiteral
(
"
quickopen-class
"
)),
i18n
(
"Symbol Outline"
)));
m_symbols
=
new
QTreeView
(
m_toolview
.
data
());
...
...
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