summaryrefslogtreecommitdiff
path: root/kate_plugin/isort_plugin_ui.rc
blob: 19be98c5d00ef49fc48170fdbf38d3e6641a59ea (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE kpartgui>
<gui name="isort"
     version="1"
     xmlns="http://www.kde.org/standards/kxmlgui/1.0"
     xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
     xsi:schemaLocation="http://www.kde.org/standards/kxmlgui/1.0
                         http://www.kde.org/standards/kxmlgui/1.0/kxmlgui.xsd" >
    <MenuBar>
        <Menu name="isort"><text>&amp;isort</text>
            <Action name="sort_imports" text="Sort Imports" shortcut="Ctrl+[" />
            <Action name="add_imports" text="Add Imports" shortcut="Ctrl+]" />
            <Action name="remove_imports" text="Remove Imports" shortcut="Ctrl+Shift+]" />
        </Menu>
    </MenuBar>
</gui>