Sublime Text 3 Dev Build 3063 发布,
此更新是个小的改进更新。现在 Windows 上有个相当于 OS X 命令行的工具:subl.exe。sublime_text.exe
是窗口应用程序而不是控制台,所以不支持 --help 和 --wait。但是现在 subl.exe 支持这两个功能:subl.exe
--help,subl.exe --wait。
注意:Linux 上没有等效的工具,因为 Linux 不需要:sublime_text 二进制已经嵌入到所需的功能中。 改进记录: * Improved quote auto pairing logic Ubuntu 14.10 上的 bug 修复: Saving a file will alter the file permission. Eg. - file test.txt has 644, after saving become 664 - file test.txt has 777, after saving become 664 Tried with atomic save on/off, same result. |