{"id":1028,"date":"2013-02-22T17:55:56","date_gmt":"2013-02-22T08:55:56","guid":{"rendered":"https:\/\/ecoop.net\/memo\/?p=1028"},"modified":"2018-11-21T18:48:44","modified_gmt":"2018-11-21T09:48:44","slug":"sublime-text-2-mac-os-x-japanese-problem","status":"publish","type":"post","link":"https:\/\/www.ecoop.net\/memo\/archives\/sublime-text-2-mac-os-x-japanese-problem.html","title":{"rendered":"\u3010Sublime Text 2\u3011Mac OS X\u3067\u65e5\u672c\u8a9e\u5165\u529b\u306e\u30bf\u30d6\u5909\u63db\u304c\u3067\u304d\u306a\u304f\u306a\u3063\u305f\u5834\u5408\u306e\u5bfe\u51e6\u65b9\u6cd5"},"content":{"rendered":"<p>Sublime Text 2 \u3092\u3057\u3070\u3089\u304f\u4f7f\u3063\u3066\u3044\u3066\u3001Mac OS X\u3067\u65e5\u672c\u8a9e\u5165\u529b\u306e\u30bf\u30d6\u5909\u63db\u304c\u51fa\u6765\u306a\u3044\u3053\u3068\u306b\u3075\u3068\u6c17\u3065\u304d\u307e\u3057\u305f\u3002<\/p>\n<p>\u3072\u3089\u304c\u306a\u3092\u5165\u529b\u3057\u305f\u3089\u5909\u63db\u5019\u88dc\u304c\u51fa\u3066\u304d\u307e\u3059\u304c\u3001\u3053\u3053\u3067\u30bf\u30d6\u3092\u62bc\u3057\u3066\u5909\u63db\u5019\u88dc\u3092\u5207\u308a\u66ff\u3048\u3088\u3046\u3068\u3057\u305f\u3089\u3001\u30bf\u30d6\u30ad\u30fc\u3092\u62bc\u3057\u305f\u9014\u7aef\u306b\u5909\u63db\u5019\u88dc\u306e\u6b04\u304c\u9589\u3058\u3066\u3001\u5165\u529b\u4e2d\u306e\u6587\u5b57\u304c\u6d88\u3048\u3066\u3057\u307e\u3046\u3002<\/p>\n<p>\u30ab\u30fc\u30bd\u30eb\u3067\u5909\u63db\u5019\u88dc\u3092\u5207\u308a\u66ff\u3048\u308c\u3070\u3044\u3064\u3082\u901a\u308a\u5165\u529b\u306f\u3067\u304d\u307e\u3059\u3002<br \/>\n\u3067\u3082\u3001\u3064\u3044\u7656\u3067\u30bf\u30d6\u30ad\u30fc\u3092\u62bc\u3059\u305f\u3073\u3001\u5165\u529b\u3092\u3084\u308a\u76f4\u3059\u30cf\u30e1\u306b\u306a\u3063\u3066\u3001\u624b\u304c\u6b62\u307e\u308b\u2026\u3002<\/p>\n<p>\u3053\u308c\u3058\u3083\u3044\u3051\u306a\u3044\u3068\u30bf\u30d6\u95a2\u4fc2\u306e\u30ad\u30fc\u30d0\u30a4\u30f3\u30c9\u3092\u898b\u306a\u304a\u3057\u305f\u3089\u4f55\u3068\u304b\u306a\u3063\u305f\u306e\u3067\u3001<br \/>\n\u4fee\u6b63\u65b9\u6cd5\u3092\u30e1\u30e2\u3057\u3066\u304a\u304d\u307e\u3059\u3002<\/p>\n<h2>\u89e3\u6c7a\u65b9\u6cd5<\/h2>\n<p>\u30e1\u30cb\u30e5\u30fc\u304b\u3089Preferences &gt; Key Bindings &#8211; Default \u3092\u958b\u304d\u307e\u3059\u3002<br \/>\n\u3059\u308b\u3068\u3001\u4e0b\u306e\u3088\u3046\u306a\u602a\u3057\u3044\u90e8\u5206\u304c\u3042\u308b\u306e\u3067\u2026<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n\t{ &quot;keys&quot;: &#x5B;&quot;tab&quot;], &quot;command&quot;: &quot;insert_best_completion&quot;, &quot;args&quot;: {&quot;default&quot;: &quot;\\t&quot;, &quot;exact&quot;: true} },\r\n\t{ &quot;keys&quot;: &#x5B;&quot;tab&quot;], &quot;command&quot;: &quot;insert_best_completion&quot;, &quot;args&quot;: {&quot;default&quot;: &quot;\\t&quot;, &quot;exact&quot;: false},\r\n\t\t&quot;context&quot;:\r\n\t\t&#x5B;\r\n\t\t\t{ &quot;key&quot;: &quot;setting.tab_completion&quot;, &quot;operator&quot;: &quot;equal&quot;, &quot;operand&quot;: true }\r\n\t\t]\r\n\t},\r\n<\/pre>\n<p>\u3053\u308c\u3092\u30b3\u30e1\u30f3\u30c8\u30a2\u30a6\u30c8\u3057\u3066\u3057\u307e\u3044\u307e\u3059\u3002<\/p>\n<pre class=\"brush: jscript; title: ; notranslate\" title=\"\">\r\n\/*\r\n\t{ &quot;keys&quot;: &#x5B;&quot;tab&quot;], &quot;command&quot;: &quot;insert_best_completion&quot;, &quot;args&quot;: {&quot;default&quot;: &quot;\\t&quot;, &quot;exact&quot;: true} },\r\n\t{ &quot;keys&quot;: &#x5B;&quot;tab&quot;], &quot;command&quot;: &quot;insert_best_completion&quot;, &quot;args&quot;: {&quot;default&quot;: &quot;\\t&quot;, &quot;exact&quot;: false},\r\n\t\t&quot;context&quot;:\r\n\t\t&#x5B;\r\n\t\t\t{ &quot;key&quot;: &quot;setting.tab_completion&quot;, &quot;operator&quot;: &quot;equal&quot;, &quot;operand&quot;: true }\r\n\t\t]\r\n\t},\r\n*\/\r\n<\/pre>\n<p>\u3042\u3068\u306f\u4fdd\u5b58\u3059\u308c\u3070OK\u3002<\/p>\n<p>\u3053\u308c\u3067\u3001\u30b9\u30c8\u30ec\u30b9\u306a\u304f\u5feb\u9069\u306bSublime Text 2\u3092\u4f7f\u3048\u308b\u3088\u3046\u306b\u306a\u308a\u307e\u3057\u305f\u3002<\/p>\n<h2>\u305d\u308c\u3067\u539f\u56e0\u306f\uff1f<\/h2>\n<p>\u306a\u3093\u3067\u3057\u3087\u3046\u306d\u2026\u3002<br \/>\n\u8272\u3005\u3068\u30d7\u30e9\u30b0\u30a4\u30f3\u3092\u5165\u308c\u3066\u4f7f\u3063\u3066\u3044\u308b\u305f\u3081\u3001\u4f55\u304c\u539f\u56e0\u304b\u306f\u4e0d\u660e\u306a\u3093\u3067\u3059\u3002<br \/>\n\u60c5\u5831\u6c42\u3080\u3002<\/p>\n","protected":false},"excerpt":{"rendered":"<p>Sublime Text 2 \u3092\u3057\u3070\u3089\u304f\u4f7f\u3063\u3066\u3044\u3066\u3001Mac OS X\u3067\u65e5\u672c\u8a9e\u5165\u529b\u306e\u30bf\u30d6\u5909\u63db\u304c\u51fa\u6765\u306a\u3044\u3053\u3068\u306b\u3075\u3068\u6c17\u3065\u304d\u307e\u3057\u305f\u3002 \u3072\u3089\u304c\u306a\u3092\u5165\u529b\u3057\u305f\u3089\u5909\u63db\u5019\u88dc\u304c\u51fa\u3066\u304d\u307e\u3059\u304c\u3001\u3053\u3053\u3067\u30bf\u30d6\u3092\u62bc\u3057\u3066\u5909\u63db\u5019\u88dc\u3092\u5207\u308a\u66ff\u3048\u3088\u3046\u3068\u3057\u305f\u3089\u3001 &hellip; <a href=\"https:\/\/www.ecoop.net\/memo\/archives\/sublime-text-2-mac-os-x-japanese-problem.html\" class=\"more-link\">\u7d9a\u304d\u3092\u8aad\u3080 <span class=\"screen-reader-text\">\u3010Sublime Text 2\u3011Mac OS X\u3067\u65e5\u672c\u8a9e\u5165\u529b\u306e\u30bf\u30d6\u5909\u63db\u304c\u3067\u304d\u306a\u304f\u306a\u3063\u305f\u5834\u5408\u306e\u5bfe\u51e6\u65b9\u6cd5<\/span><\/a><\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[101],"tags":[94,103],"class_list":["post-1028","post","type-post","status-publish","format-standard","hentry","category-mac-2","tag-mac","tag-sublime-text-2"],"jetpack_featured_media_url":"","_links":{"self":[{"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/posts\/1028","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/comments?post=1028"}],"version-history":[{"count":0,"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/posts\/1028\/revisions"}],"wp:attachment":[{"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/media?parent=1028"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/categories?post=1028"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/www.ecoop.net\/memo\/wp-json\/wp\/v2\/tags?post=1028"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}