求助各位大佬,关于快捷键设置的问题
sublime吧
全部回复
仅看楼主
level 1
ashlisjj 楼主
最近用sublime一直好好的,平时设置sublimeREPL的运行python快捷键也没有问题,但是昨天更新完,今天写代码发现怎么按快捷键都没有反应了,看了下设置好像也没问题,想问一下各位这是什么原因啊
2019年03月15日 11点03分 1
level 1
老哥,你弄好了没,我找到方法了,替换成下面这段就行了[酷]
2019年03月15日 14点03分 3
level 1
{
"keys": ["f5"],
"command": "repl_open",
"caption": "Python - RUN current file",
"id": "repl_python_run",
"mnemonic": "R",
"args": {
"type": "su
bp
rocess",
"encoding": "utf8",
"cmd": ["python", "-u", "$file_basename"],
"cwd": "$file_path",
"syntax": "Packages/Python/Python.tmLanguage",
"external_id": "python",
"extend_env": {"PYTHONIOENCODING": "utf-8"}
},
} ,
2019年03月15日 14点03分 4
牛逼啊666
2019年03月15日 15点03分
****牛皮,你是怎么搞出来的鸭
2019年03月16日 03点03分
能不能教一下调试的话应该怎么改啊
2019年03月16日 03点03分
厉害
2019年03月18日 07点03分
1