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

Alan

alan-platform ST3

Alan for Sublime Text 3

详细资料

  • 3.1.3
  • github.com
  • github.com
  • 5年前
  • 23分钟前
  • 7年前

安装次数

  • 总数 860
  • Win 654
  • Mac 131
  • Linux 75
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日
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 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
Mac 0 1 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 0 0 0 0 0 0 0
Linux 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 0 0 0 0 0 0 0 0 0 0 0 0

README

源代码
raw.githubusercontent.com

Alan for Sublime Text

为 Alan 项目提供支持: - Alan 文件中的语法高亮 - 使用 alan validate 的代码检查构建系统

在此了解更多关于 Alan 的信息: https://alan.m-industries.com

弃用 Fabric

Fabric 是我们为 Alan 应用程序平台使用的内部代码名称。目前您仍然可以使用 fabric 工具和 Fabric Validate 构建系统。

推荐快捷键

Alan 广泛使用 ()。当光标处于大括号之间时按回车,您将得到这个

(
    |)

在大多数情况下这更有用

(
    |
)

Sublime 默认对大括号 {} 有这种行为。将此添加到您的键盘绑定文件中,为括号复制此行为

{
"keys": ["enter"], "command": "run_macro_file", "args": {"file": "res://Packages/Default/Add Line in Braces.sublime-macro"}, "context":
    [
        { "key": "setting.auto_indent", "operator": "equal", "operand": true },
        { "key": "selection_empty", "operator": "equal", "operand": true, "match_all": true },
        { "key": "preceding_text", "operator": "regex_contains", "operand": "\\($", "match_all": true },
        { "key": "following_text", "operator": "regex_contains", "operand": "^\\)", "match_all": true }
    ]
}