-
Notifications
You must be signed in to change notification settings - Fork 8
Expand file tree
/
Copy pathDefault.sublime-commands
More file actions
34 lines (34 loc) · 946 Bytes
/
Default.sublime-commands
File metadata and controls
34 lines (34 loc) · 946 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
[
{
"caption": "SublimePySide: Create new Qt Project from template",
"command": "create_qt_project"
},
{
"caption": "SublimePySide: Convert PyQt4 to PySide syntax",
"command": "convert_py_qt42_py_side"
},
{
"caption": "SublimePySide: Convert PySide to PyQt4 syntax",
"command": "convert_py_side2_py_qt4"
},
{
"caption": "SublimePySide: Open file with Qt Designer",
"command": "open_file_in_designer"
},
{
"caption": "SublimePySide: Create new Qt Designer file from template",
"command": "new_dialog"
},
{
"caption": "SublimePySide: Open QDBusViewer",
"command": "open_qdbusviewer"
},
{
"caption": "SublimePySide: Open Qt Linguist",
"command": "open_linguist"
},
{
"caption": "SublimePySide: Open file with Qt Linguist",
"command": "open_in_linguist"
}
]