-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Context.sublime-menu
58 lines (58 loc) · 1.5 KB
/
Context.sublime-menu
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
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
[
{
"caption": "-"
},
{
"caption": "MarLant",
"children":
[
{
"caption": "Insert new title before",
"command": "marlant_insert_new_title",
"args": {
"after_current_title": false
}
},
{
"caption": "Insert new title after",
"command": "marlant_insert_new_title",
"args": {
"after_current_title": true
}
},
{
"caption": "-"
},
{
"caption": "Split this title",
"command": "marlant_split_title"
},
{
"caption": "Exclude this title from validation checks",
"command": "marlant_exclude_title_from_validations"
},
{
"caption": "-"
},
{
"caption": "Join this title with the one before",
"command": "marlant_join_titles",
"args":
{
"after_current_title": false
}
},
{
"caption": "Join this title with the one after",
"command": "marlant_join_titles",
"args":
{
"after_current_title": true
}
}
]
},
{
"caption": "-"
}
]