Sublime Text 3.2.2 Build 3211 熊猫 Mac 中文版
最近一直比较忙,趁着在泰国旅游闲暇的时间把软件更新了一下,喜欢的朋友欢迎下载。
新增可用注册码,无需降级。
[box style=”warning”]
屏蔽验证方法:把下面的字段加入到你的 hosts 文件即可
#Sublime Text Host file
127.0.0.1 license.sublimehq.com
127.0.0.1 45.55.255.55
127.0.0.1 45.55.41.223
[/box]
[box style=”info”]
hosts 位置
Windows : C:/windows/system32/drivers/etc/hosts
Linux : /etc/hosts
Mac : /private/etc/hosts
[/box]
熊猫 SublimeREPL – Python IDE 默认同时支持 Python2 和 Python3
如果您的环境是使用Python3的话安装好Python就可以直接使用了。
我设置的 F1 打开Python2终端,F2 以Python2运行代码,F3 打开Python3终端,F4 以Python3运行代码。
[
// SublimeREPL hot key
{"keys":["f1"],
"caption": "SublimeREPL: Python",
"command": "run_existing_window_command", "args":
{"id": "repl_python",
"file": "config/Python/Main.sublime-menu"}
},
{"keys":["f2"],
"caption": "SublimeREPL: Python - RUN current file",
"command": "run_existing_window_command", "args":
{"id": "repl_python_run",
"file": "config/Python/Main.sublime-menu"}
},
{"keys":["f3"],
"caption": "SublimeREPL: Python3",
"command": "run_existing_window_command", "args":
{"id": "repl_python3",
"file": "config/Python3/Main.sublime-menu"}
},
{"keys":["f4"],
"caption": "SublimeREPL: Python3 - RUN current file",
"command": "run_existing_window_command", "args":
{"id": "repl_python3_run",
"file": "config/Python3/Main.sublime-menu"}
}
]
快捷键可通过【首选项】–【按键绑定】自行修改
========================================================
为啥评论了还没有下载链接?
部分浏览器原因,评论后需要刷新页面才能 看到连接哦。我已经把最新下载链接发发你了,记得下载哦。明天我会删除连接地址 😉
直接考贝就可用吗?感谢分享!!
能下吗?
必须可以啊 😆
thank you. 谢谢
谢谢大佬的sublime
thank you. 谢谢。
按说明安装,第一次启动会自动更新插件,然后就可以正常使用了。
感谢分享?