本帖最后由 peanut 于 2014-11-1 12:06 编辑
Super169 发表于 2014-11-1 01:08
此外還有一個問題, 就是有關 cygwin warning.
例如:
反馈回来的意见是快捷键冲突很厉害,还在考虑这个事情,就没设定。这个很简单,你可以自己设定一下,或把前一版本的复制过来。就是这个文件Default (Windows).sublime-keymap。或者点菜单Preferences -> Package Settings -> Stino (Arduino Like IDE) -> Key Bindings - User, 打开文件,将下面的内容复制进去保存就行了。- [
- { "keys": ["alt+ctrl+a"], "command": "show_arduino_menu" },
- { "keys": ["alt+ctrl+n"], "command": "new_sketch" },
- { "keys": ["alt+ctrl+e"], "command": "set_extra_flag" },
- { "keys": ["alt+ctrl+v"], "command": "compile_sketch" },
- { "keys": ["alt+ctrl+u"], "command": "upload_sketch" },
- { "keys": ["alt+ctrl+p"], "command": "upload_using_programmer" },
- { "keys": ["alt+ctrl+b"], "command": "burn_bootloader" },
- { "keys": ["alt+ctrl+m"], "command": "run_serial_monitor" },
- { "keys": ["alt+ctrl+d"], "command": "send_serial_message" },
- { "keys": ["alt+ctrl+o"], "command": "auto_format" },
- { "keys": ["alt+ctrl+z"], "command": "archive_sketch" },
- { "keys": ["alt+ctrl+1"], "command": "choose_arduino_folder" },
- { "keys": ["alt+ctrl+2"], "command": "change_sketchbook_folder" },
- { "keys": ["alt+ctrl+3"], "command": "choose_build_folder" },
- { "keys": ["alt+ctrl+0"], "command": "set_full_compilation" },
- { "keys": ["alt+ctrl+9"], "command": "show_compilation_output" },
- { "keys": ["alt+ctrl+8"], "command": "show_upload_output" },
- { "keys": ["alt+ctrl+f"], "command": "find_in_reference" }
- ]
复制代码 cygwin的警告信息现在给关掉了,只用在系统变量里设置一下。你可以下载插件并覆盖,应该就没有了。
帖子就不新建了,反正很快就沉了。 |