-
Notifications
You must be signed in to change notification settings - Fork 11
Expand file tree
/
Copy pathMain.sublime-menu
More file actions
114 lines (114 loc) · 2.86 KB
/
Copy pathMain.sublime-menu
File metadata and controls
114 lines (114 loc) · 2.86 KB
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
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"caption": "ファイル(F)","mnemonic": "F",
"id": "file"
},
{
"caption": "編集(E)","mnemonic": "E",
"id": "edit",
"children":[
{
"caption": "Line", "caption": "行の操作(L)", "mnemonic": "L",
"id": "line"
},
{
"caption": "コメント(m)", "mnemonic": "m",
"id": "comment"
},
{
"caption": "テキスト(T)", "mnemonic": "T",
"id": "text"
},
{
"caption": "XMLタグ",
"id": "tag"
},
{
"caption": "マーク",
"id": "mark"
},
{
"caption": "コード折りたたみ",
"id": "fold"
},
{
"caption": "大文字/小文字変換(a)", "mnemonic": "a",
"id": "convert_case"
},
{
"caption": "折り返し",
"id": "wrap"
}
]
},
{
"caption": "選択(S)","mnemonic": "S",
"id": "selection"
},
{
"caption": "検索(i)","mnemonic": "i",
"id": "find"
},
{
"caption": "表示(V)","mnemonic": "V",
"id": "view",
"children":
[
{
"caption": "サイドバー",
"id": "side_bar"
},
{
"caption": "画面分割(L)","mnemonic": "L",
"id": "layout"
},
{
"caption": "シンタックス(S)","mnemonic": "S",
"id": "syntax"
},
{
"caption": "インデント設定(I)","mnemonic": "I",
"id": "indentation"
},
{
"caption": "改行コード(n)","mnemonic": "n",
"id": "line_endings"
}
]
},
{
"caption": "移動(G)","mnemonic": "G",
"id": "goto",
"children":
[
{
"caption": "ファイル移動(t)","mnemonic": "t",
"id": "switch_file"
},
{
"caption": "スクロール(S)","mnemonic": "S",
"id": "scroll"
},
{
"caption": "ブックマーク(b)","mnemonic": "b",
"id": "bookmarks"
}
]
},
{
"caption": "ツール(T)","mnemonic": "T",
"id": "tools"
},
{
"caption": "プロジェクト(P)","mnemonic": "P",
"id": "project"
},
{
"caption": "基本設定(n)","mnemonic": "n",
"id": "preferences"
},
{
"caption": "ヘルプ(H)","mnemonic": "H",
"id": "help"
}
]