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
8929972a
Commit
8929972a
authored
Sep 11, 2022
by
Christoph Cullmann
🍨
Browse files
call it new window, we don't sync the tabs
new window will just contain one initial view ATM
parent
21dc935d
Changes
1
Hide whitespace changes
Inline
Side-by-side
apps/lib/katemainwindow.cpp
View file @
8929972a
...
...
@@ -398,9 +398,9 @@ void KateMainWindow::setupActions()
a
=
actionCollection
()
->
addAction
(
QStringLiteral
(
"view_new_view"
));
a
->
setIcon
(
QIcon
::
fromTheme
(
QStringLiteral
(
"window-new"
)));
a
->
setText
(
i18n
(
"&New
Synchronized
Window"
));
a
->
setText
(
i18n
(
"&New Window"
));
connect
(
a
,
&
QAction
::
triggered
,
this
,
&
KateMainWindow
::
newWindow
);
a
->
setWhatsThis
(
i18n
(
"Create a new
Kate
window
with a synchronized document list
."
));
a
->
setWhatsThis
(
i18n
(
"Create a new window."
));
m_showFullScreenAction
=
KStandardAction
::
fullScreen
(
nullptr
,
nullptr
,
this
,
this
);
actionCollection
()
->
addAction
(
m_showFullScreenAction
->
objectName
(),
m_showFullScreenAction
);
...
...
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