Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
当我为 Sublime Text 2 编写代码插件时,我想使用事件on_before_modified。但是在api 页面(仅 on_modified)中,我没有看到该事件,我该怎么做?
没有on_before_modified事件处理程序;但是,您可以使用on_query_context它来做同样的事情。它有点复杂,但在修改任何内容之前都会调用它。
on_before_modified
on_query_context