-
Notifications
You must be signed in to change notification settings - Fork 11
/
Main.sublime-menu.jp
960 lines (956 loc) · 61.3 KB
/
Main.sublime-menu.jp
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
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
928
929
930
931
932
933
934
935
936
937
938
939
940
941
942
943
944
945
946
947
948
949
950
951
952
953
954
955
956
957
958
959
960
[
{
"caption": "ファイル(F)",
"mnemonic": "F",
"id": "file",
"children":
[
{ "command": "new_file", "caption": "新規作成(N)", "mnemonic": "N" },
{ "command": "prompt_open_file", "caption": "ファイルを開く(O)…", "mnemonic": "O", "platform": "!OSX" },
{ "command": "prompt_open_folder", "caption": "フォルダを開く…", "platform": "!OSX" },
{ "command": "prompt_open", "caption": "開く…", "platform": "OSX" },
{
"caption": "最近使ったファイルを開く(R)…",
"mnemonic": "R",
"children":
[
{ "command": "reopen_last_file", "caption": "閉じたファイルを開く" },
{ "caption": "-" },
{ "command": "open_recent_file", "args": {"index": 0 } },
{ "command": "open_recent_file", "args": {"index": 1 } },
{ "command": "open_recent_file", "args": {"index": 2 } },
{ "command": "open_recent_file", "args": {"index": 3 } },
{ "command": "open_recent_file", "args": {"index": 4 } },
{ "command": "open_recent_file", "args": {"index": 5 } },
{ "command": "open_recent_file", "args": {"index": 6 } },
{ "command": "open_recent_file", "args": {"index": 7 } },
{ "command": "open_recent_file", "args": {"index": 8 } },
{ "command": "open_recent_file", "args": {"index": 9 } },
{ "command": "open_recent_file", "args": {"index": 10 } },
{ "command": "open_recent_file", "args": {"index": 11 } },
{ "caption": "-" },
{ "command": "open_recent_folder", "args": {"index": 0 } },
{ "command": "open_recent_folder", "args": {"index": 1 } },
{ "command": "open_recent_folder", "args": {"index": 2 } },
{ "command": "open_recent_folder", "args": {"index": 3 } },
{ "command": "open_recent_folder", "args": {"index": 4 } },
{ "command": "open_recent_folder", "args": {"index": 5 } },
{ "command": "open_recent_folder", "args": {"index": 6 } },
{ "command": "open_recent_folder", "args": {"index": 7 } },
{ "command": "open_recent_folder", "args": {"index": 8 } },
{ "command": "open_recent_folder", "args": {"index": 9 } },
{ "command": "open_recent_folder", "args": {"index": 10 } },
{ "command": "open_recent_folder", "args": {"index": 11 } },
{ "caption": "-" },
{ "command": "clear_recent_files", "caption": "履歴をクリア" }
]
},
{
"caption": "文字エンコードを指定して開き直す",
"children":
[
{ "caption": "UTF-8", "command": "reopen", "args": {"encoding": "utf-8" } },
{ "caption": "UTF-16 LE", "command": "reopen", "args": {"encoding": "utf-16 le" } },
{ "caption": "UTF-16 BE", "command": "reopen", "args": {"encoding": "utf-16 be" } },
{ "caption": "-" },
{ "caption": "西欧 (Windows 1252)", "command": "reopen", "args": {"encoding": "Western (Windows 1252)" } },
{ "caption": "西欧 (ISO 8859-1)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-1)" } },
{ "caption": "西欧 (ISO 8859-3)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-3)" } },
{ "caption": "西欧 (ISO 8859-15)", "command": "reopen", "args": {"encoding": "Western (ISO 8859-15)" } },
{ "caption": "西欧 (Mac Roman)", "command": "reopen", "args": {"encoding": "Western (Mac Roman)" } },
{ "caption": "DOS (CP 437)", "command": "reopen", "args": {"encoding": "DOS (CP 437)" } },
{ "caption": "アラビア語 (Windows 1256)", "command": "reopen", "args": {"encoding": "Arabic (Windows 1256)" } },
{ "caption": "アラビア語 (ISO 8859-6)", "command": "reopen", "args": {"encoding": "Arabic (ISO 8859-6)" } },
{ "caption": "バルト語 (Windows 1257)", "command": "reopen", "args": {"encoding": "Baltic (Windows 1257)" } },
{ "caption": "バルト語 (ISO 8859-4)", "command": "reopen", "args": {"encoding": "Baltic (ISO 8859-4)" } },
{ "caption": "ケルト語 (ISO 8859-14)", "command": "reopen", "args": {"encoding": "Celtic (ISO 8859-14)" } },
{ "caption": "中欧 (Windows 1250)", "command": "reopen", "args": {"encoding": "Central European (Windows 1250)" } },
{ "caption": "中欧 (ISO 8859-2)", "command": "reopen", "args": {"encoding": "Central European (ISO 8859-2)" } },
{ "caption": "中欧 (Mac)", "command": "reopen", "args": {"encoding": "Central European (Mac)" } },
{ "caption": "キリル文字 (Windows 1251)", "command": "reopen", "args": {"encoding": "Cyrillic (Windows 1251)" } },
{ "caption": "キリル文字 (Windows 866)", "command": "reopen", "args": {"encoding": "Cyrillic (Windows 866)" } },
{ "caption": "キリル文字 (ISO 8859-5)", "command": "reopen", "args": {"encoding": "Cyrillic (ISO 8859-5)" } },
{ "caption": "キリル文字 (KOI8-R)", "command": "reopen", "args": {"encoding": "Cyrillic (KOI8-R)" } },
{ "caption": "キリル文字 (KOI8-U)", "command": "reopen", "args": {"encoding": "Cyrillic (KOI8-U)" } },
{ "caption": "エストニア語 (ISO 8859-13)", "command": "reopen", "args": {"encoding": "Estonian (ISO 8859-13)" } },
{ "caption": "ギリシャ語 (Windows 1253)", "command": "reopen", "args": {"encoding": "Greek (Windows 1253)" } },
{ "caption": "ギリシャ語 (ISO 8859-7)", "command": "reopen", "args": {"encoding": "Greek (ISO 8859-7)" } },
{ "caption": "ヘブライ語 (Windows 1255)", "command": "reopen", "args": {"encoding": "Hebrew (Windows 1255)" } },
{ "caption": "ヘブライ語 (ISO 8859-8)", "command": "reopen", "args": {"encoding": "Hebrew (ISO 8859-8)" } },
{ "caption": "北欧 (ISO 8859-10)", "command": "reopen", "args": {"encoding": "Nordic (ISO 8859-10)" } },
{ "caption": "ルーマニア語 (ISO 8859-16)", "command": "reopen", "args": {"encoding": "Romanian (ISO 8859-16)" } },
{ "caption": "トルコ語 (Windows 1254)", "command": "reopen", "args": {"encoding": "Turkish (Windows 1254)" } },
{ "caption": "トルコ語 (ISO 8859-9)", "command": "reopen", "args": {"encoding": "Turkish (ISO 8859-9)" } },
{ "caption": "ベトナム語 (Windows 1258)", "command": "reopen", "args": {"encoding": "Vietnamese (Windows 1258)" } },
{ "caption": "-" },
{ "caption": "16進数", "command": "reopen", "args": {"encoding": "Hexadecimal" } }
]
},
{ "command": "clone_file", "args": {"add_to_selection": true}, "caption": "タブを複製(e)", "mnemonic": "e" },
{ "command": "save", "args": {"async": true}, "caption": "上書き保存(S)", "mnemonic": "S" },
{
"caption": "文字エンコードを指定して上書き保存",
"children":
[
{ "caption": "UTF-8", "command": "save", "args": { "async": true, "encoding": "utf-8" } },
{ "caption": "UTF-8 with BOM", "command": "save", "args": { "async": true, "encoding": "utf-8 with bom" } },
{ "caption": "UTF-16 LE", "command": "save", "args": { "async": true, "encoding": "utf-16 le" } },
{ "caption": "UTF-16 LE with BOM", "command": "save", "args": { "async": true, "encoding": "utf-16 le with bom" } },
{ "caption": "UTF-16 BE", "command": "save", "args": { "async": true, "encoding": "utf-16 be" } },
{ "caption": "UTF-16 BE with BOM", "command": "save", "args": { "async": true, "encoding": "utf-16 be with bom" } },
{ "caption": "-" },
{ "caption": "西欧 (Windows 1252)", "command": "save", "args": { "async": true, "encoding": "Western (Windows 1252)" } },
{ "caption": "西欧 (ISO 8859-1)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-1)" } },
{ "caption": "西欧 (ISO 8859-3)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-3)" } },
{ "caption": "西欧 (ISO 8859-15)", "command": "save", "args": { "async": true, "encoding": "Western (ISO 8859-15)" } },
{ "caption": "西欧 (Mac Roman)", "command": "save", "args": { "async": true, "encoding": "Western (Mac Roman)" } },
{ "caption": "DOS (CP 437)", "command": "save", "args": { "async": true, "encoding": "DOS (CP 437)" } },
{ "caption": "アラビア語 (Windows 1256)", "command": "save", "args": { "async": true, "encoding": "Arabic (Windows 1256)" } },
{ "caption": "アラビア語 (ISO 8859-6)", "command": "save", "args": { "async": true, "encoding": "Arabic (ISO 8859-6)" } },
{ "caption": "バルト語 (Windows 1257)", "command": "save", "args": { "async": true, "encoding": "Baltic (Windows 1257)" } },
{ "caption": "バルト語 (ISO 8859-4)", "command": "save", "args": { "async": true, "encoding": "Baltic (ISO 8859-4)" } },
{ "caption": "ケルト語 (ISO 8859-14)", "command": "save", "args": { "async": true, "encoding": "Celtic (ISO 8859-14)" } },
{ "caption": "中欧 (Windows 1250)", "command": "save", "args": { "async": true, "encoding": "Central European (Windows 1250)" } },
{ "caption": "中欧 (ISO 8859-2)", "command": "save", "args": { "async": true, "encoding": "Central European (ISO 8859-2)" } },
{ "caption": "中欧 (Mac)", "command": "save", "args": { "async": true, "encoding": "Central European (Mac)" } },
{ "caption": "キリル文字 (Windows 1251)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (Windows 1251)" } },
{ "caption": "キリル文字 (Windows 866)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (Windows 866)" } },
{ "caption": "キリル文字 (ISO 8859-5)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (ISO 8859-5)" } },
{ "caption": "キリル文字 (KOI8-R)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (KOI8-R)" } },
{ "caption": "キリル文字 (KOI8-U)", "command": "save", "args": { "async": true, "encoding": "Cyrillic (KOI8-U)" } },
{ "caption": "エストニア語 (ISO 8859-13)", "command": "save", "args": { "async": true, "encoding": "Estonian (ISO 8859-13)" } },
{ "caption": "ギリシャ語 (Windows 1253)", "command": "save", "args": { "async": true, "encoding": "Greek (Windows 1253)" } },
{ "caption": "ギリシャ語 (ISO 8859-7)", "command": "save", "args": { "async": true, "encoding": "Greek (ISO 8859-7)" } },
{ "caption": "ヘブライ語 (Windows 1255)", "command": "save", "args": { "async": true, "encoding": "Hebrew (Windows 1255)" } },
{ "caption": "ヘブライ語 (ISO 8859-8)", "command": "save", "args": { "async": true, "encoding": "Hebrew (ISO 8859-8)" } },
{ "caption": "北欧 (ISO 8859-10)", "command": "save", "args": { "async": true, "encoding": "Nordic (ISO 8859-10)" } },
{ "caption": "ルーマニア語 (ISO 8859-16)", "command": "save", "args": { "async": true, "encoding": "Romanian (ISO 8859-16)" } },
{ "caption": "トルコ語 (Windows 1254)", "command": "save", "args": { "async": true, "encoding": "Turkish (Windows 1254)" } },
{ "caption": "トルコ語 (ISO 8859-9)", "command": "save", "args": { "async": true, "encoding": "Turkish (ISO 8859-9)" } },
{ "caption": "ベトナム語 (Windows 1258)", "command": "save", "args": { "async": true, "encoding": "Vietnamese (Windows 1258)" } },
{ "caption": "-" },
{ "caption": "16進数", "command": "save", "args": { "async": true, "encoding": "Hexadecimal" } }
]
},
{ "command": "prompt_save_as", "caption": "名前を付けて保存(A)…", "mnemonic": "A" },
{ "command": "save_all", "caption": "すべて保存(l)", "mnemonic": "l" },
{ "command": "html_print", "caption": "印刷(P)…", "mnemonic": "P" },
{ "caption": "-", "id": "window" },
{ "command": "new_window", "caption": "新規ウインドウ(W)", "mnemonic": "W" },
{ "command": "close_window", "caption": "ウインドウを閉じる" },
{ "caption": "-", "id": "close" },
{ "command": "close", "caption": "ファイルを閉じる(C)", "mnemonic": "C" },
{ "command": "revert", "caption": "前回保存状態に戻す(v)", "mnemonic": "v" },
{ "command": "close_all", "caption": "すべてのファイルを閉じる" },
{ "caption": "-", "id": "exit" },
{ "command": "exit", "caption": "終了(x)", "mnemonic": "x", "platform": "Windows" },
{ "command": "exit", "caption": "終了(Q)", "mnemonic": "Q", "platform": "Linux" },
]
},
{
"caption": "編集(E)",
"mnemonic": "E",
"id": "edit",
"children":
[
{ "command": "undo", "caption": "元に戻す(U)", "mnemonic": "U" },
{ "command": "redo_or_repeat", "caption": "やり直し(R)", "mnemonic": "R" },
{
"caption": "選択操作の取り消し",
"children":
[
{ "command": "soft_undo", "caption": "選択操作の取り消し" },
{ "command": "soft_redo", "caption": "選択操作のやり直し" }
]
},
{ "caption": "-", "id": "clipboard" },
{ "command": "cut", "caption": "切り取り(t)", "mnemonic": "t" },
{ "command": "copy", "caption": "コピー(C)", "mnemonic": "C" },
{ "caption": "HTMLとしてコピー", "command": "copy_as_html", "args": {"enclosing_tags": true, "font_size": false} },
{ "command": "paste", "caption": "貼り付け(P)", "mnemonic": "P" },
{ "command": "paste_and_indent", "caption": "貼り付けとインデント(I)", "mnemonic": "I" },
{ "command": "paste_from_history", "caption": "履歴から貼り付け" },
{ "caption": "-" },
{
"caption": "Line", "caption": "行の操作(L)", "mnemonic": "L",
"id": "line",
"children":
[
{ "command": "indent", "caption": "インデント" },
{ "command": "unindent", "caption": "逆インデント" },
{ "command": "reindent", "args": {"single_line": true}, "caption": "インデント最適化" },
{ "command": "swap_line_up", "caption": "前行と入れ替え" },
{ "command": "swap_line_down", "caption": "次行と入れ替え" },
{ "command": "duplicate_line", "caption": "行の複製挿入" },
{ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "行を削除" },
{ "command": "join_lines", "caption": "行の結合" }
]
},
{
"caption": "コメント(m)", "mnemonic": "m",
"id": "comment",
"children":
[
{ "command": "toggle_comment", "args": {"block": false}, "caption": "行コメントをトグル" },
{ "command": "toggle_comment", "args": {"block": true}, "caption": "ブロックコメントをトグル" }
]
},
{
"caption": "テキスト(T)", "mnemonic": "T",
"id": "text",
"children":
[
{ "command": "revert_hunk", "caption": "変更箇所の取り消し" },
{ "command": "revert_modification", "caption": "選択範囲の変更の取り消し" },
{ "command": "toggle_inline_diff", "caption": "変更を表示/非表示" },
{ "caption": "-" },
{ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line Before.sublime-macro"}, "caption": "前行に空行を挿入" },
{ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line.sublime-macro"}, "caption": "次行に空行を挿入" },
{ "caption": "-" },
{ "command": "delete_word", "args": { "forward": true }, "caption": "単語末尾まで削除" },
{ "command": "delete_word", "args": { "forward": false }, "caption": "単語先頭まで削除" },
{ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete Line.sublime-macro"}, "caption": "行を削除" },
{ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard EOL.sublime-macro"}, "caption": "行末まで削除" },
{ "command": "run_macro_file", "args": {"file": "res://Packages/Default/Delete to Hard BOL.sublime-macro"}, "caption": "行頭まで削除" },
{ "caption": "-" },
{ "command": "transpose", "caption": "文字または単語を転置" }
]
},
{
"caption": "XMLタグ",
"id": "tag",
"children":
[
{ "command": "close_tag", "caption": "終了タグを挿入" },
{ "command": "expand_selection", "args": {"to": "tag"}, "caption": "タグブロックを選択" },
{ "command": "insert_snippet", "args": { "name": "Packages/XML/Snippets/xml-long-tag.sublime-snippet" }, "caption": "選択範囲を新規タグで囲む" }
]
},
{
"caption": "マーク",
"id": "mark",
"children":
[
{ "command": "set_mark", "caption": "マークを設定" },
{ "command": "select_to_mark", "caption": "マークまで選択" },
{ "command": "delete_to_mark", "caption": "マークまで削除 -> yankバッファ" },
{ "command": "swap_with_mark", "caption": "カレットとマークを転置" },
{ "command": "clear_bookmarks", "args": {"name": "mark"}, "caption": "マークを削除" },
{ "caption": "-" },
{ "command": "yank", "caption": "yankバッファをペースト" }
]
},
{
"caption": "コード折りたたみ",
"id": "fold",
"children":
[
{ "command": "fold", "caption": "折りたたむ" },
{ "command": "unfold", "caption": "展開する" },
{ "command": "unfold_all", "caption": "すべて展開する" },
{ "caption": "-" },
{ "caption": "折りたたむ[レベル1]", "command": "fold_by_level", "args": {"level": 1} },
{ "caption": "折りたたむ[レベル2]", "command": "fold_by_level", "args": {"level": 2} },
{ "caption": "折りたたむ[レベル3]", "command": "fold_by_level", "args": {"level": 3} },
{ "caption": "折りたたむ[レベル4]", "command": "fold_by_level", "args": {"level": 4} },
{ "caption": "折りたたむ[レベル5]", "command": "fold_by_level", "args": {"level": 5} },
{ "caption": "折りたたむ[レベル6]", "command": "fold_by_level", "args": {"level": 6} },
{ "caption": "折りたたむ[レベル7]", "command": "fold_by_level", "args": {"level": 7} },
{ "caption": "折りたたむ[レベル8]", "command": "fold_by_level", "args": {"level": 8} },
{ "caption": "折りたたむ[レベル9]", "command": "fold_by_level", "args": {"level": 9} },
{ "caption": "-" },
{ "command": "fold_tag_attributes", "caption": "XMLタグ属性部を折りたたむ" }
]
},
{
"caption": "大文字/小文字変換(a)", "mnemonic": "a",
"id": "convert_case",
"children":
[
{ "command": "title_case", "caption": "タイトル" },
{ "command": "upper_case", "caption": "大文字" },
{ "command": "lower_case", "caption": "小文字" },
{ "command": "swap_case", "caption": "大文字/小文字反転" }
]
},
{
"caption": "折り返し",
"id": "wrap",
"children":
[
{ "command": "wrap_lines", "caption": "折り返し[現在のルーラ値]" },
{ "command": "wrap_lines", "args": {"width": 70}, "caption": "折り返し[ 70文字]" },
{ "command": "wrap_lines", "args": {"width": 72}, "caption": "折り返し[ 72文字]" },
{ "command": "wrap_lines", "args": {"width": 78}, "caption": "折り返し[ 78文字]" },
{ "command": "wrap_lines", "args": {"width": 80}, "caption": "折り返し[ 80文字]" },
{ "command": "wrap_lines", "args": {"width": 100}, "caption": "折り返し[100文字]" },
{ "command": "wrap_lines", "args": {"width": 120}, "caption": "折り返し[120文字]" }
]
},
{ "command": "auto_complete", "caption": "単語候補の表示" },
{ "caption": "-", "id": "permute" },
{ "command": "sort_lines", "args": {"case_sensitive": false}, "caption": "行ソート(S)", "mnemonic": "S" },
{ "command": "sort_lines", "args": {"case_sensitive": true}, "caption": "行ソート[大文字/小文字を区別]" },
{
"caption": "行ソート[その他]",
"children":
[
{ "command": "permute_lines", "args": {"operation": "reverse"}, "caption": "順序反転" },
{ "command": "permute_lines", "args": {"operation": "unique"}, "caption": "重複行削除" },
{ "command": "permute_lines", "args": {"operation": "shuffle"}, "caption": "順序ランダム" }
]
},
{
"caption": "選択要素ソート",
"children":
[
{ "command": "sort_selection", "args": {"case_sensitive": false}, "caption": "ソート" },
{ "command": "sort_selection", "args": {"case_sensitive": true}, "caption": "ソート[大文字/小文字を区別]" },
{ "command": "permute_selection", "args": {"operation": "reverse"}, "caption": "順序反転" },
{ "command": "permute_selection", "args": {"operation": "unique"}, "caption": "重複要素削除" },
{ "command": "permute_selection", "args": {"operation": "shuffle"}, "caption": "順序ランダム" }
]
},
{ "caption": "-", "id": "end" }
]
},
{
"caption": "選択(S)",
"mnemonic": "S",
"id": "selection",
"children":
[
{ "command": "split_selection_into_lines", "caption": "選択範囲を行単位分割" },
{ "command": "single_selection", "caption": "カレットの複数化解除" },
{ "command": "invert_selection", "caption": "反転選択" },
{ "caption": "-" },
{ "command": "select_all", "caption": "すべて選択" },
{ "command": "expand_selection", "args": {"to": "smart"}, "caption": "選択範囲拡張" },
{ "command": "expand_selection", "args": {"to": "line"}, "caption": "選択範囲拡張[行単位]" },
{ "command": "find_under_expand", "caption": "選択範囲拡張[単語単位]" },
{ "command": "expand_selection_to_paragraph", "caption": "選択範囲拡張[段落単位]" },
{ "command": "expand_selection", "args": {"to": "scope"}, "caption": "選択範囲拡張[スコープ単位]" },
{ "command": "expand_selection", "args": {"to": "brackets"}, "caption": "選択範囲拡張[括弧単位]" },
{ "command": "expand_selection", "args": {"to": "indentation"}, "caption": "選択範囲拡張[インデント単位]" },
{ "command": "expand_selection", "args": {"to": "tag"}, "caption": "選択範囲拡張[XMLタグ単位]" },
{ "caption": "-" },
{ "command": "select_lines", "args": {"forward": false}, "caption": "前行にカレット追加" },
{ "command": "select_lines", "args": {"forward": true}, "caption": "次行にカレット追加" },
{ "caption": "-" },
{
"caption": "タブ選択",
"children":
[
{ "command": "unselect_others", "caption": "他のタブ選択を解除" },
{ "command": "unselect_to_left", "caption": "左側のタブ選択を解除" },
{ "command": "unselect_to_right", "caption": "右側のタブ選択を解除" },
{ "caption": "-" },
{ "command": "select_to_left", "caption": "左のタブを選択" },
{ "command": "select_to_right", "caption": "右のタブを選択" },
{ "caption": "-" },
{ "command": "focus_to_left", "caption": "左にフォーカス" },
{ "command": "focus_to_right", "caption": "右にフォーカス" },
{ "caption": "-" },
{ "command": "focus_by_index", "args": {"index": 0}, "caption": "フォーカス選択: タブ 1" },
{ "command": "focus_by_index", "args": {"index": 1}, "caption": "フォーカス選択: タブ 2" },
{ "command": "focus_by_index", "args": {"index": 2}, "caption": "フォーカス選択: タブ 3" },
{ "command": "focus_by_index", "args": {"index": 3}, "caption": "フォーカス選択: タブ 4" },
{ "command": "focus_by_index", "args": {"index": 4}, "caption": "フォーカス選択: タブ 5" },
{ "command": "focus_by_index", "args": {"index": 5}, "caption": "フォーカス選択: タブ 6" },
{ "command": "focus_by_index", "args": {"index": 6}, "caption": "フォーカス選択: タブ 7" },
{ "command": "focus_by_index", "args": {"index": 7}, "caption": "フォーカス選択: タブ 8" },
{ "command": "focus_by_index", "args": {"index": 8}, "caption": "フォーカス選択: タブ 9" },
{ "command": "focus_by_index", "args": {"index": 9}, "caption": "フォーカス選択: タブ 10" },
]
},
]
},
{
"caption": "検索(i)",
"mnemonic": "i",
"id": "find",
"children":
[
{ "command": "show_panel", "args": {"panel": "find", "reverse": false}, "caption": "検索…" },
{ "command": "find_next","caption": "次を検索" },
{ "command": "find_prev", "caption": "前を検索" },
{ "command": "show_panel", "args": {"panel": "incremental_find", "reverse": false}, "caption": "インクリメンタル検索" },
{ "caption": "-" },
{ "command": "show_panel", "args": {"panel": "replace", "reverse": false}, "caption": "置換…" },
{ "command": "replace_next","caption": "次を置換" },
{ "caption": "-" },
{ "command": "find_under", "caption": "クイック検索" },
{ "command": "find_all_under", "caption": "クイック全検索" },
{ "command": "find_under_expand", "caption": "クイック選択範囲追加" },
{ "command": "find_under_expand_skip", "caption": "クイック選択スキップ", "platform": "!OSX" },
{ "caption": "-" },
{ "command": "slurp_find_string", "caption": "選択条件として使用" },
{ "command": "slurp_replace_string", "caption": "置換条件として使用" },
{ "caption": "-" },
{ "command": "show_panel", "args": {"panel": "find_in_files"}, "caption": "ファイル内検索…" },
{
"caption": "検索結果(R)",
"mnemonic": "R",
"children":
[
{ "command": "show_panel", "args": {"panel": "output.find_results"}, "caption": "パネル表示" },
{ "command": "next_result", "caption": "次の検索結果" },
{ "command": "prev_result", "caption": "前の検索結果" }
]
},
{ "command": "cancel_find", "caption": "ファイル内検索をキャンセル" },
]
},
{
"caption": "表示(V)",
"mnemonic": "V",
"id": "view",
"children":
[
{
"caption": "サイドバー",
"id": "side_bar",
"children":
[
{ "command": "toggle_side_bar", "caption": "表示/非表示" },
{ "caption": "-" },
{ "command": "toggle_show_open_files", "caption": "OPEN FILES表示/非表示" }
]
},
{ "command": "toggle_minimap", "caption": "ミニマップ" },
{ "command": "toggle_tabs", "caption": "タブ" },
{ "command": "toggle_status_bar", "caption": "ステータスバー" },
{ "command": "toggle_menu", "caption": "メニューバー" },
{ "command": "show_panel", "args": {"panel": "console", "toggle": true} , "caption": "コンソール"},
{ "caption": "-", "id": "full_screen" },
{ "command": "toggle_full_screen", "caption": "フルスクリーン" },
{ "command": "toggle_distraction_free", "caption": "集中モード" },
{ "caption": "-", "id": "groups" },
{
"caption": "画面分割(L)",
"mnemonic": "L",
"id": "layout",
"children":
[
{
"caption": "分割解除",
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1]]
}
},
{
"caption": "2列",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1]]
}
},
{
"caption": "3列",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.33, 0.66, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1]]
}
},
{
"caption": "4列",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.25, 0.5, 0.75, 1.0],
"rows": [0.0, 1.0],
"cells": [[0, 0, 1, 1], [1, 0, 2, 1], [2, 0, 3, 1], [3, 0, 4, 1]]
}
},
{
"caption": "2行",
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2]]
}
},
{
"caption": "3行",
"command": "set_layout",
"args":
{
"cols": [0.0, 1.0],
"rows": [0.0, 0.33, 0.66, 1.0],
"cells": [[0, 0, 1, 1], [0, 1, 1, 2], [0, 2, 1, 3]]
}
},
{
"caption": "4分割",
"command": "set_layout",
"args":
{
"cols": [0.0, 0.5, 1.0],
"rows": [0.0, 0.5, 1.0],
"cells":
[
[0, 0, 1, 1], [1, 0, 2, 1],
[0, 1, 1, 2], [1, 1, 2, 2]
]
}
}
]
},
{
"caption": "分割画面選択",
"children":
[
{ "command": "new_pane", "caption": "新しいグループにファイルを移動" },
{ "command": "new_pane", "args": {"move": false}, "caption": "新しいグループ" },
{ "command": "close_pane", "caption": "グループを閉じる" },
{ "caption": "-" },
{
"caption": "最大列数: 1",
"command": "set_max_columns",
"checkbox": true,
"args": { "columns": 1 }
},
{
"caption": "最大列数: 2",
"command": "set_max_columns",
"checkbox": true,
"args": { "columns": 2 }
},
{
"caption": "最大列数: 3",
"command": "set_max_columns",
"checkbox": true,
"args": { "columns": 3 }
},
{
"caption": "最大列数: 4",
"command": "set_max_columns",
"checkbox": true,
"args": { "columns": 4 }
},
{
"caption": "最大列数: 5",
"command": "set_max_columns",
"checkbox": true,
"args": { "columns": 5 }
},
]
},
{
"caption": "フォーカスグループ(F)",
"mnemonic": "F",
"children":
[
{ "command": "focus_neighboring_group", "caption": "次へ" },
{ "command": "focus_neighboring_group", "args": {"forward": false}, "caption": "前へ" },
{ "caption": "-" },
{ "command": "focus_group", "args": {"group": 0}, "caption": "グループ 1" },
{ "command": "focus_group", "args": {"group": 1}, "caption": "グループ 2" },
{ "command": "focus_group", "args": {"group": 2}, "caption": "グループ 3" },
{ "command": "focus_group", "args": {"group": 3}, "caption": "グループ 4" }
]
},
{
"caption": "分割画面にファイル移動(M)",
"mnemonic": "M",
"children":
[
{ "command": "move_to_neighboring_group", "caption": "次へ" },
{ "command": "move_to_neighboring_group", "args": {"forward": false}, "caption": "前へ" },
{ "caption": "-" },
{ "command": "move_to_group", "args": {"group": 0}, "caption": "グループ 1" },
{ "command": "move_to_group", "args": {"group": 1}, "caption": "グループ 2" },
{ "command": "move_to_group", "args": {"group": 2}, "caption": "グループ 3" },
{ "command": "move_to_group", "args": {"group": 3}, "caption": "グループ 4" }
]
},
{ "caption": "-" },
{
"caption": "シンタックス(S)",
"mnemonic": "S",
"id": "syntax",
"children": [ { "command": "$file_types" } ]
},
{
"caption": "インデント設定(I)",
"mnemonic": "I",
"id": "indentation",
"children":
[
{ "command": "toggle_setting", "args": {"setting": "translate_tabs_to_spaces"}, "caption": "スペースを使用", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 1}, "caption": "インデント幅:1", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 2}, "caption": "インデント幅:2", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 3}, "caption": "インデント幅:3", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 4}, "caption": "インデント幅:4", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 5}, "caption": "インデント幅:5", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 6}, "caption": "インデント幅:6", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 7}, "caption": "インデント幅:7", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "tab_size", "value": 8}, "caption": "インデント幅:8", "checkbox": true },
{ "caption": "-" },
{ "command": "detect_indentation", "caption": "ファイルから推測" },
{ "caption": "-" },
{ "command": "expand_tabs", "caption": "インデントをスペースに変換", "args": {"set_translate_tabs": true} },
{ "command": "unexpand_tabs", "caption": "インデントをタブに変換", "args": {"set_translate_tabs": true} }
]
},
{
"caption": "改行コード(n)",
"mnemonic": "n",
"id": "line_endings",
"children":
[
{ "command": "set_line_ending", "args": {"type": "windows"}, "caption": "Windows [CRLF]", "checkbox": true },
{ "command": "set_line_ending", "args": {"type": "unix"}, "caption": "Unix [LF]", "checkbox": true },
{ "command": "set_line_ending", "args": {"type": "cr"}, "caption": "Mac OS 9 [CR]", "checkbox": true }
]
},
{ "caption": "-", "id": "settings" },
{ "command": "toggle_setting", "args": {"setting": "word_wrap"}, "caption": "折り返し(W)", "mnemonic": "W", "checkbox": true },
{
"caption": "折り返し幅",
"children":
[
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 0}, "caption": "自動", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 70}, "caption": "70文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 72}, "caption": "72文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 78}, "caption": "78文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 80}, "caption": "80文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 100}, "caption": "100文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "wrap_width", "value": 120}, "caption": "120文字", "checkbox": true }
]
},
{
"caption": "ルーラ",
"children":
[
{ "command": "set_setting", "args": {"setting": "rulers", "value": []}, "caption": "なし", "checkbox": true },
{ "caption": "-" },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [70]}, "caption": "70文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [72]}, "caption": "72文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [78]}, "caption": "78文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [80]}, "caption": "80文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [100]}, "caption": "100文字", "checkbox": true },
{ "command": "set_setting", "args": {"setting": "rulers", "value": [120]}, "caption": "120文字", "checkbox": true }
]
},
{ "caption": "-" },
{ "command": "toggle_setting", "args": {"setting": "spell_check"}, "caption": "スペルチェックの切り替え", "checkbox": true },
{ "command": "next_misspelling", "caption": "次のスペルチェック結果" },
{ "command": "prev_misspelling", "caption": "前のスペルチェック結果" },
{
"caption": "スペルチェック辞書",
"children": [ { "command": "$dictionaries" } ]
}
]
},
{
"caption": "移動(G)",
"mnemonic": "G",
"id": "goto",
"children":
[
{ "command": "show_overlay", "args": {"overlay": "goto", "show_files": true}, "caption": "ファイルに移動(A)…", "mnemonic": "A" },
{ "caption": "-" },
{ "command": "show_overlay", "args": {"overlay": "goto", "text": "@"}, "caption": "シンボルへ移動…" },
{ "command": "goto_symbol_in_project", "caption": "プロジェクト内のシンボルへ移動…" },
{ "command": "goto_definition", "caption": "定義へ移動…" },
{ "command": "goto_reference", "caption": "参照へ移動…" },
// { "command": "show_overlay", "args": {"overlay": "goto", "text": "#"}, "caption": "Goto Word…" },
{ "command": "show_overlay", "args": {"overlay": "goto", "text": ":"}, "caption": "指定行へ移動…" },
{ "caption": "-" },
{ "command": "next_modification", "caption": "次の変更箇所" },
{ "command": "prev_modification", "caption": "前の変更箇所" },
{ "caption": "-" },
{ "command": "jump_back", "caption": "前へ" },
{ "command": "jump_forward", "caption": "次へ" },
{ "caption": "-" },
{
"caption": "ファイル移動(t)",
"mnemonic": "t",
"id": "switch_file",
"children":
[
{ "command": "next_view", "caption": "次のファイル" },
{ "command": "prev_view", "caption": "前のファイル" },
{ "caption": "-" },
{ "command": "next_view_in_stack", "caption": "スタックの次のファイル" },
{ "command": "prev_view_in_stack", "caption": "スタックの前のファイル" },
{ "caption": "-" },
{ "command": "switch_file", "args": {"extensions": ["cpp", "cxx", "cc", "c", "hpp", "hxx", "hh", "h", "ipp", "inl", "m", "mm"]}, "caption": "ヘッダ/実装ファイル(H)", "mnemonic": "H" },
{ "caption": "-" },
{ "command": "select_by_index", "args": { "index": 0 }, "caption": "タブ1" },
{ "command": "select_by_index", "args": { "index": 1 }, "caption": "タブ2" },
{ "command": "select_by_index", "args": { "index": 2 }, "caption": "タブ3" },
{ "command": "select_by_index", "args": { "index": 3 }, "caption": "タブ4" },
{ "command": "select_by_index", "args": { "index": 4 }, "caption": "タブ5" },
{ "command": "select_by_index", "args": { "index": 5 }, "caption": "タブ6" },
{ "command": "select_by_index", "args": { "index": 6 }, "caption": "タブ7" },
{ "command": "select_by_index", "args": { "index": 7 }, "caption": "タブ8" },
{ "command": "select_by_index", "args": { "index": 8 }, "caption": "タブ9" },
{ "command": "select_by_index", "args": { "index": 9 }, "caption": "タブ10" }
]
},
{ "caption": "-" },
{
"caption": "スクロール(S)",
"mnemonic": "S",
"id": "scroll",
"children":
[
{ "command": "show_at_center", "caption": "選択範囲を画面中央に" },
{ "command": "scroll_lines", "args": {"amount": 1.0 }, "caption": "一行分上へ" },
{ "command": "scroll_lines", "args": {"amount": -1.0 }, "caption": "一行分下へ" }
]
},
{
"caption": "ブックマーク(B)",
"mnemonic": "B",
"id": "bookmarks",
"children":
[
{ "command": "toggle_bookmark", "caption": "設定/解除" },
{ "command": "next_bookmark", "caption": "次のブックマーク" },
{ "command": "prev_bookmark", "caption": "前のブックマーク" },
{ "command": "clear_bookmarks", "caption": "すべて解除" },
{ "command": "select_all_bookmarks", "caption": "すべて選択" },
{ "caption": "-" },
{ "command": "select_bookmark", "args": {"index": 0}, "caption": "ブックマーク1" },
{ "command": "select_bookmark", "args": {"index": 1}, "caption": "ブックマーク2" },
{ "command": "select_bookmark", "args": {"index": 2}, "caption": "ブックマーク3" },
{ "command": "select_bookmark", "args": {"index": 3}, "caption": "ブックマーク4" },
{ "command": "select_bookmark", "args": {"index": 4}, "caption": "ブックマーク5" },
{ "command": "select_bookmark", "args": {"index": 5}, "caption": "ブックマーク6" },
{ "command": "select_bookmark", "args": {"index": 6}, "caption": "ブックマーク7" },
{ "command": "select_bookmark", "args": {"index": 7}, "caption": "ブックマーク8" },
{ "command": "select_bookmark", "args": {"index": 8}, "caption": "ブックマーク9" },
{ "command": "select_bookmark", "args": {"index": 9}, "caption": "ブックマーク10" },
{ "command": "select_bookmark", "args": {"index": 10}, "caption": "ブックマーク11" },
{ "command": "select_bookmark", "args": {"index": 11}, "caption": "ブックマーク12" },
{ "command": "select_bookmark", "args": {"index": 12}, "caption": "ブックマーク13" },
{ "command": "select_bookmark", "args": {"index": 13}, "caption": "ブックマーク14" },
{ "command": "select_bookmark", "args": {"index": 14}, "caption": "ブックマーク15" },
{ "command": "select_bookmark", "args": {"index": 15}, "caption": "ブックマーク16" }
]
},
{ "caption": "-" },
{ "command": "move_to", "args": {"to": "brackets"}, "caption": "対応する括弧へ" }
]
},
{
"caption": "ツール(T)",
"mnemonic": "T",
"id": "tools",
"children":
[
{ "command": "show_overlay", "args": {"overlay": "command_palette"}, "caption": "コマンドパレット…" },
{ "command": "show_overlay", "args": {"overlay": "command_palette", "text": "Snippet: "}, "caption": "スニペット…" },
{ "caption": "-", "id": "build" },
{
"caption": "ビルドシステム(u)",
"mnemonic": "u",
"children":
[
{ "command": "set_build_system", "args": { "file": "" }, "caption": "自動", "checkbox": true },
{ "caption": "-" },
{ "command": "set_build_system", "args": {"index": 0}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 1}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 2}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 3}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 4}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 5}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 6}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 7}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 8}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 9}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 10}, "checkbox": true },
{ "command": "set_build_system", "args": {"index": 11}, "checkbox": true },
{ "caption": "-" },
{ "command": "$build_systems" },
{ "caption": "-" },
{ "command": "new_build_system", "caption": "ビルドシステム追加…" }
]
},
{ "command": "build", "mnemonic": "B", "caption": "ビルド(B)" },
{ "command": "build", "args": {"select": true}, "caption": "ビルドして実行…" },
{ "command": "cancel_build", "caption": "ビルドキャンセル(C)", "mnemonic": "C" },
{
"caption": "ビルド結果(R)",
"mnemonic": "R",
"children":
[
{ "command": "show_panel", "args": {"panel": "output.exec"}, "caption": "パネル表示(S)", "mnemonic": "S" },
{ "command": "next_result", "caption": "次の結果(N)", "mnemonic": "N" },
{ "command": "prev_result", "caption": "前の結果(P)", "mnemonic": "P" }
]
},
{ "command": "toggle_save_all_on_build", "caption": "すべて保存してビルド(A)", "mnemonic": "A", "checkbox": true },
{ "caption": "-", "id": "macros" },
{ "command": "toggle_record_macro", "caption": "マクロ記録開始/停止(M)", "mnemonic": "M" },
{ "command": "run_macro", "caption": "マクロ再生(P)", "mnemonic": "P" },
{ "command": "save_macro", "caption": "マクロ保存(v)…", "mnemonic": "v" },
{
"caption": "マクロ",
"children": [ { "command": "$macros" } ]
},
{ "caption": "-" },
{
"caption": "開発",
"children":
[
{ "command": "new_plugin", "caption": "プラグイン追加…" },
{ "command": "new_snippet", "caption": "スニペット追加…" },
{ "command": "new_syntax", "caption": "構文追加…" },
{ "command": "convert_syntax" },
{ "caption": "-" },
{ "caption": "-" },
{ "command": "profile_plugins", "caption": "プラグインプロファイル"},
{ "caption": "-" },
{ "command": "view_resource", "caption": "Packagesファイルを表示…" },
{ "command": "show_scope_name", "caption": "スコープ名を表示" },
]
},
{ "command": "install_package_control", "caption": "Package Controlをインストール…" },
{ "caption": "-", "id": "end" }
]
},
{
"caption": "プロジェクト(P)",
"id": "project",
"mnemonic": "P",
"children":
[
{ "command": "prompt_open_project_or_workspace", "caption": "プロジェクトを開く…"},
{ "command": "prompt_switch_project_or_workspace", "caption": "プロジェクトの切り替え…" },
{ "command": "prompt_select_workspace", "caption": "プロジェクトのクイック切り替え(S)…", "mnemonic": "S" },
{
"caption": "最近開いたプロジェクト",
"children":
[
{ "command": "open_recent_project_or_workspace", "args": {"index": 0 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 1 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 2 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 3 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 4 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 5 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 6 } },
{ "command": "open_recent_project_or_workspace", "args": {"index": 7 } },
{ "caption": "-" },
{ "command": "clear_recent_projects_and_workspaces", "caption": "履歴をクリア" },
{ "command": "clear_missing_recent_projects_and_workspaces", "caption": "削除済みプロジェクトをクリア" },
]
},
{ "caption": "-" },
{ "command": "save_project_and_workspace_as", "caption": "名前を付けてプロジェクトを保存(A)…", "mnemonic": "A" },
{ "command": "close_workspace", "caption": "プロジェクトを閉じる(C)", "mnemonic": "C" },
{ "command": "open_file", "args": {"file": "${project}"}, "caption": "プロジェクト設定" },
{ "caption": "-" },
{ "command": "new_window_for_project", "caption": "プロジェクトの新しいワークスペース" },
{ "command": "save_workspace_as", "caption": "名前を付けてワークスペースを保存(A)…", "mnemonic": "A" },
{ "caption": "-" },
{ "command": "prompt_add_folder", "caption": "プロジェクトにフォルダを追加(d)…", "mnemonic": "d" },
{ "command": "close_folder_list", "caption": "プロジェクトの全フォルダを削除(m)", "mnemonic": "m" },
{ "command": "refresh_folder_list", "caption": "フォルダを再読み込み(e)", "mnemonic": "e" },
]
},
{
"caption": "環境設定(n)",
"mnemonic": "n",
"id": "preferences",
"children":
[
{ "command": "open_dir", "args": {"dir": "$packages"}, "caption": "Packagesフォルダ(B)…", "mnemonic": "B" },
{ "caption": "-" },
{
"command": "edit_settings", "args":
{
"base_file": "${packages}/Default/Preferences.sublime-settings",
"default": "// Settings in here override those in \"Default/Preferences.sublime-settings\",\n// and are overridden in turn by syntax-specific settings.\n{\n\t$0\n}\n"
},
"caption": "基本設定" //ユーザ設定
},
{ "command": "edit_syntax_settings", "caption": "設定 – シンタックス指定" },
{
"command": "edit_settings", "args":
{
"base_file": "${packages}/Default/Distraction Free.sublime-settings",
"default": "{\n\t$0\n}\n"
},
"caption": "設定 – 集中モード"
},
{ "caption": "-" },
{
"command": "edit_settings", "args":
{
"base_file": "${packages}/Default/Default ($platform).sublime-keymap",
"default": "[\n\t$0\n]\n"
},
"caption": "キーバインド"
},
{ "caption": "-" },
{
"caption": "カラースキーマを選択…",
"command": "select_color_scheme"
},
{
"caption": "カラースキーマを編集",
"command": "customize_color_scheme"
},
{ "caption": "-" },
{
"caption": "テーマを選択…",
"command": "select_theme"
},
{
"caption": "テーマを編集",
"command": "customize_theme"
},
{ "caption": "-" },
{
"caption": "フォント",
"children":
[
{ "command": "increase_font_size", "caption": "拡大" },
{ "command": "decrease_font_size", "caption": "縮小" },
{ "caption": "-" },
{ "command": "reset_font_size", "caption": "リセット" }
]
},
]
},
{
"caption": "ヘルプ(H)",
"mnemonic": "H",
"id": "help",
"children":
[
{ "command": "open_url", "args": {"url": "https://www.sublimetext.com/docs/"}, "caption": "ドキュメント" },
{ "command": "open_url", "args": {"url": "https://github.com/sublimehq/sublime_text/issues/new/choose"}, "caption": "バグレポート" },
{ "command": "open_url", "args": {"url": "https://twitter.com/sublimehq"}, "caption": "Twitter" },
{ "caption": "-" },
{ "command": "show_progress_window", "caption": "インデックス作成ステータス…" },
{ "caption": "-" },
{ "command": "purchase_license", "caption": "ライセンス購入" },
{ "command": "upgrade_license", "caption": "ライセンスアップグレード" },
{ "command": "show_license_window", "caption": "ライセンス登録" },
{ "command": "remove_license", "caption": "ライセンス削除" },
{ "caption": "-" },
{ "command": "update_check", "caption": "アップデートを確認…", "platform": "!Linux" },
{ "command": "show_changelog", "caption": "変更履歴…" },
{ "command": "show_about_window", "caption": "Sublime Textについて(A)", "mnemonic": "A" }
]
}
]