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