ctrl+shift+p filters: :st2 :st3 :win :osx :linux
浏览

更好的构建系统

Art Tito 所有

Sublime Text的提升构建系统

标签 构建系统

详细信息

安装次数

  • 总数 5K
  • Win 3K
  • Mac 1K
  • Linux 1K
8月6日 8月5日 8月4日 8月3日 8月2日 8月1日 7月31日 7月30日 7月29日 7月28日 7月27日 7月26日 7月25日 7月24日 7月23日 7月22日 7月21日 7月20日 7月19日 7月18日 7月17日 7月16日 7月15日 7月14日 7月13日 7月12日 7月11日 7月10日 7月9日 7月8日 7月7日 7月6日 7月5日 7月4日 7月3日 7月2日 7月1日 6月30日 6月29日 6月28日 6月27日 6月26日 6月25日 6月24日 6月23日 6月22日
Windows 0 0 0 0 0 0 0 0 0 0 1 0 0 1 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 0 0 0 0 0 1
Mac 1 1 0 0 0 1 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Linux 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0

说明文件

源代码
bitbucket.​org

更好的构建系统

更好的构建系统是一个经过编辑的标准构建系统,带有一些增强功能。

特性

  • 不显示构建面板成功构建。 如果在构建过程中未发现错误或警告(如果编译器返回退出代码为0),则插件会在状态栏上打印“构建完成”,而不是显示构建面板。
  • 退出代码不显示调试文本。 如果编译器返回的退出代码不是0,则不会显示调试文本。调试文本是Sublime在失败时显示的文本,例如 [cmd: …],[dir: …],[path: …]。

命令

使用命令关闭特定功能

// Shows panel only if build is unsuccessful. Set to false to disable this feature.
"show_panel_on_failed_build_only": true,
// Doesn't show debug text if compiler return exit code other than 0. Set to false to disable this feature.
"show_debug_text": false,
// Standard command, works if "show_panel_on_failed_build_only" set to "false":
// Shows the Build Results panel when building. If set to false, the Build
// Results can be shown via the Tools/Build Results menu.
"show_panel_on_build": true,

待办事项

如果您想看到其他内容,请在问题页面上留下一个功能。

变更日志

1.1.0

现在当编译器返回非0退出代码时,构建面板将显示。之前,如果找到错误,插件会显示面板。此技术需要在自定义.sublime-build文件上设置“file_regex”参数。感谢 Rafal Chlodnicki

许可证

Creative Commons License

本作品许可在Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License下。