码迷,mamicode.com
首页 > 其他好文 > 详细

sublime3 ctl+b无效

时间:2014-07-16 19:12:25      阅读:200      评论:0      收藏:0      [点我收藏+]

标签:文件   re   line   c   python   js   

Preference->Browse Packages->python,编辑Python.sublime-build文件,在字典里添加path item,value为你的python路径,示例如下:

{
 "cmd":["python.exe", "-u", "$file"],
 "path":"C:/Python27",
 "file_regex": "^[ ]*File "(...*?)", line ([0-9]*)",
 "selector": "source.python"
}

亲测,无效.不知道为什么,最后还是重装解决….

sublime3 ctl+b无效,布布扣,bubuko.com

sublime3 ctl+b无效

标签:文件   re   line   c   python   js   

原文地址:http://www.cnblogs.com/sdu20112013/p/3844791.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!