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
952c2a55
Commit
952c2a55
authored
Oct 24, 2022
by
Christoph Cullmann
🍨
Browse files
fix more plugin names
parent
98aa40a3
Changes
3
Hide whitespace changes
Inline
Side-by-side
addons/python/Messages.sh
View file @
952c2a55
#! /bin/sh
$XGETTEXT
*
.cpp
-o
$podir
/kate
closeexcept
plugin.pot
$XGETTEXT
*
.cpp
-o
$podir
/kate
python
plugin.pot
addons/python/plugin.qrc
View file @
952c2a55
<!DOCTYPE RCC>
<RCC
version=
"1.0"
>
<qresource
prefix=
"/kxmlgui5/kate
closeexcept
plugin"
>
<qresource
prefix=
"/kxmlgui5/kate
python
plugin"
>
<file>
ui.rc
</file>
</qresource>
</RCC>
addons/python/ui.rc
View file @
952c2a55
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE gui SYSTEM "kpartgui.dtd">
<gui
name=
"kate
closeexcept
"
library=
"kate
closeexcept
plugin"
version=
"
4
"
translationDomain=
"kate
closeexcept
plugin"
>
<gui
name=
"kate
python
"
library=
"kate
python
plugin"
version=
"
1
"
translationDomain=
"kate
python
plugin"
>
<MenuBar>
<Menu
name=
"file"
>
<text>
&
File
</text>
<Action
name=
"file_close_except"
group=
"close_merge"
/>
<Action
name=
"file_close_like"
group=
"close_merge"
/>
</Menu>
</MenuBar>
</gui>
<!-- kate: space-indent on; indent-width 4; replace-tabs on; -->
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