diff options
author | 2020-11-16 19:48:46 -0500 | |
---|---|---|
committer | 2020-11-16 19:48:46 -0500 | |
commit | 4d661eb109e242db21deb2667b60b3a3f48c2fc7 (patch) | |
tree | a1a5b061880c73bee6bdf6d672b4bfe73f3d570f /modules/lua/ta_api | |
parent | b421b229cf3c5f23f297ca9195e84b616a27b4ad (diff) | |
download | textadept-4d661eb109e242db21deb2667b60b3a3f48c2fc7.tar.gz textadept-4d661eb109e242db21deb2667b60b3a3f48c2fc7.zip |
Added `events.UNFOCUS` for when Textadept loses focus.
Do not emit this event when a dialog is active.
Diffstat (limited to 'modules/lua/ta_api')
-rw-r--r-- | modules/lua/ta_api | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/modules/lua/ta_api b/modules/lua/ta_api index 41e6a570..b40feb79 100644 --- a/modules/lua/ta_api +++ b/modules/lua/ta_api @@ -253,6 +253,7 @@ TD_STRIKEOUT view.TD_STRIKEOUT (number, Read-only)\n TIME_FOREVER view.TIME_FOREVER (number, Read-only)\n TYPE lexer.TYPE (string)\nThe token name for type tokens. TYPEDEF textadept.editing.XPM_IMAGES.TYPEDEF (table)\nThe image number for type definitions. +UNFOCUS events.UNFOCUS (string)\nEmitted when Textadept loses focus.\nThis event is never emitted when Textadept is running in the terminal. UPDATE_CONTENT buffer.UPDATE_CONTENT (number, Read-only)\n UPDATE_H_SCROLL view.UPDATE_H_SCROLL (number, Read-only)\n UPDATE_SELECTION buffer.UPDATE_SELECTION (number, Read-only)\n |