Sublime Text 3配置記錄

來源:互聯網
上載者:User

標籤:

G++

 1 { 2     "cmd": ["g++", "${file}", "-o", "${file_path}/${file_base_name}"], 3     "file_regex": "^(..[^:]*):([0-9]+):?([0-9]+)?:? (.*)$", 4     "working_dir": "${file_path}", 5     "selector": "source.c, source.c++", 6     "encoding":"cp936", 7      8     "variants": 9     [10         {11             "name": "Run",12             "cmd": ["cmd", "/c", "g++", "${file}", "-o", "${file_path}/${file_base_name}", "&&", "cmd", "/c", "${file_path}/${file_base_name}"]13         },14         {15             "name": "RunInCommand",16             "shell": true,17             "cmd": ["start", "cmd", "/c", "${file_base_name} & echo. & pause"]18         }19     ]20 }
[    { "keys": ["ctrl+alt+b"], "command": "build", "args": {"variant": "RunInCommand"} }]


Java

 1 { 2     "cmd": ["javac","-encoding","UTF-8","-d",".","$file"], 3     "file_regex": "^(...*?):([0-9]*):?([0-9]*)", 4     "selector": "source.java", 5     "encoding":"GBK", 6  7     "variants": 8     [ 9         {10             "name": "Run",11             "shell": true,12             "cmd" :  ["start","cmd","/c", "java ${file_base_name}&pause"],13             "working_dir": "${file_path}",14             "encoding":"GBK"15         }16     ]17 }


License

----- BEGIN LICENSE -----Andrew WeberSingle User LicenseEA7E-855605813A03DD 5E4AD9E6 6C0EEB94 BC99798F942194A6 02396E98 E62C9979 4BB979FE91424C9D A45400BF F6747D88 2FB8807890F5CC94 1CDC92DC 8457107A F151657B1D22E383 A997F016 42397640 33F41CFCE1D0AE85 A0BBD039 0E9C8D55 E1B89D5D5CDB7036 E56DE1C0 EFCC0840 650CD3A6B98FC99C 8FAC73EE D2B95564 DF450523------ END LICENSE ------

 

Sublime Text 3配置記錄

聯繫我們

該頁面正文內容均來源於網絡整理,並不代表阿里雲官方的觀點,該頁面所提到的產品和服務也與阿里云無關,如果該頁面內容對您造成了困擾,歡迎寫郵件給我們,收到郵件我們將在5個工作日內處理。

如果您發現本社區中有涉嫌抄襲的內容,歡迎發送郵件至: info-contact@alibabacloud.com 進行舉報並提供相關證據,工作人員會在 5 個工作天內聯絡您,一經查實,本站將立刻刪除涉嫌侵權內容。

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.