diff options
author | 2013-11-11 09:38:43 -0500 | |
---|---|---|
committer | 2013-11-11 09:38:43 -0500 | |
commit | 443ca276efaf8dddf00a1ccab05ab8a84dd22cdd (patch) | |
tree | 1a791e79d80178bda063e38a77fc119a98b51817 /core/._SCINTILLA.luadoc | |
parent | 76ac1add61cb26f39ad8cd299f68f1bb2d2798c9 (diff) | |
download | textadept-443ca276efaf8dddf00a1ccab05ab8a84dd22cdd.tar.gz textadept-443ca276efaf8dddf00a1ccab05ab8a84dd22cdd.zip |
Fixed bug with Scintilla notification constants.
Diffstat (limited to 'core/._SCINTILLA.luadoc')
-rw-r--r-- | core/._SCINTILLA.luadoc | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/core/._SCINTILLA.luadoc b/core/._SCINTILLA.luadoc index 4a2c7587..f2389e9c 100644 --- a/core/._SCINTILLA.luadoc +++ b/core/._SCINTILLA.luadoc @@ -196,13 +196,13 @@ -- * `_G._SCINTILLA.constants.VISIBLE_SLOP` 1 -- * `_G._SCINTILLA.constants.VISIBLE_STRICT` 4 -- * `_G._SCINTILLA.constants.SCN_DOUBLECLICK` 2006 --- * `_G._SCINTILLA.constants.SCN_AUTOCCHARDELETED` 2027 +-- * `_G._SCINTILLA.constants.SCN_AUTOCCHARDELETED` 2026 -- * `_G._SCINTILLA.constants.SCN_SAVEPOINTLEFT` 2003 -- * `_G._SCINTILLA.constants.SCN_PAINTED` 2013 --- * `_G._SCINTILLA.constants.SCN_HOTSPOTRELEASECLICK` 2028 +-- * `_G._SCINTILLA.constants.SCN_HOTSPOTRELEASECLICK` 2027 -- * `_G._SCINTILLA.constants.SCN_UPDATEUI` 2007 -- * `_G._SCINTILLA.constants.SCN_STYLENEEDED` 2000 --- * `_G._SCINTILLA.constants.SCN_AUTOCCANCELLED` 2026 +-- * `_G._SCINTILLA.constants.SCN_AUTOCCANCELLED` 2025 -- * `_G._SCINTILLA.constants.SCN_MACRORECORD` 2009 -- * `_G._SCINTILLA.constants.SCN_INDICATORRELEASE` 2024 -- * `_G._SCINTILLA.constants.SCN_MODIFIED` 2008 |