-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
marlant.sublime-commands
59 lines (59 loc) · 1.64 KB
/
marlant.sublime-commands
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
59
[
{
"caption": "Preferences: MarLant Settings",
"command": "edit_settings",
"args": {
"base_file": "${packages}/MarLant/marlant.sublime-settings",
"user_file": "${packages}/User/marlant.sublime-settings",
"default": "{\n}\n"
}
},
{
"caption": "MarLant: Create a translation file",
"command": "marlant_create_translation_file"
},
{
"caption": "MarLant: Open a translation file",
"command": "marlant_open_translation_file"
},
{
"caption": "MarLant: Renumber titles",
"command": "marlant_renumber_titles"
},
{
"caption": "MarLant: Insert new title",
"command": "marlant_insert_new_title"
},
{
"caption": "MarLant: Split this title",
"command": "marlant_split_title"
},
{
"caption": "MarLant: Exclude this title from validation checks",
"command": "marlant_exclude_title_from_validations"
},
{
"caption": "MarLant: Join titles",
"command": "marlant_join_titles"
},
{
"caption": "MarLant: Shift all timings",
"command": "marlant_shift_timings"
},
{
"caption": "MarLant: Validate all titles",
"command": "marlant_validate_all_titles"
},
{
"caption": "MarLant: Clear the list of excluded titles",
"command": "marlant_clear_excluded_titles_list"
},
{
"caption": "MarLant: Add to dictionary",
"command": "marlant_add_to_dictionary"
},
{
"caption": "MarLant: Find in dictionary",
"command": "marlant_find_in_dictionary"
}
]