diff options
author | 2011-02-03 21:55:07 -0500 | |
---|---|---|
committer | 2011-02-03 21:55:07 -0500 | |
commit | 6dd01c3740baf35b44e89df411d0ebbb51f9ad63 (patch) | |
tree | 39f81cbcba0cc730642bbb7a1b0fa76019f111d8 /core/.buffer.luadoc | |
parent | 6c2fe3e4cedb105024d7674732de43166046e311 (diff) | |
download | textadept-6dd01c3740baf35b44e89df411d0ebbb51f9ad63.tar.gz textadept-6dd01c3740baf35b44e89df411d0ebbb51f9ad63.zip |
Updated to Scintilla 2.24.
Diffstat (limited to 'core/.buffer.luadoc')
-rw-r--r-- | core/.buffer.luadoc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/core/.buffer.luadoc b/core/.buffer.luadoc index 680cbcd5..88412b81 100644 --- a/core/.buffer.luadoc +++ b/core/.buffer.luadoc @@ -181,6 +181,7 @@ module('buffer') -- (Read-only) -- * `lines_on_screen`: The number of lines completely visible. (Read-only) -- * `main_selection`: The main selection. +-- * `margin_cursor_n`: The cursor shown when the mouse is inside a margin. -- * `margin_left`: The size in pixels of the left margin. -- * `margin_mask_n`: The marker mask of an indexed margin. -- * `margin_right`: The size in pixels of the right margin. |