-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathContext.sublime-menu
43 lines (43 loc) · 1.15 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
[
{
"caption": "CSV",
"id": "csv",
"children":
[
{
"command": "csv_set_first_row_as_header",
"caption": "Use First Row As Header"
},
{
"caption": "-"
},
{
"command": "csv_sort_asc_current_col",
"caption": "Sort Current Column (Ascending)"
},
{
"command": "csv_sort_desc_current_col",
"caption": "Sort Current Column (Descending)"
},
{
"command": "csv_sort_asc_prompt_col",
"caption": "Sort Column (Ascending)"
},
{
"command": "csv_sort_desc_prompt_col",
"caption": "Sort Column (Descending)"
},
{
"caption": "-"
},
{
"command": "csv_format",
"caption": "Format"
},
{
"command": "csv_format_with_defaults",
"caption": "Format with Default Values"
}
]
}
]