diff options
author | 2013-09-06 23:42:13 -0400 | |
---|---|---|
committer | 2013-09-06 23:42:13 -0400 | |
commit | 9bff1b29293b50e506936e93c14d7a65e8b0ea29 (patch) | |
tree | 0347f3706b6f2fc6233272f75b3f2341e24071a6 /core/.view.luadoc | |
parent | c1f943631f518390869220966cfd10dfa4278165 (diff) | |
download | textadept-9bff1b29293b50e506936e93c14d7a65e8b0ea29.tar.gz textadept-9bff1b29293b50e506936e93c14d7a65e8b0ea29.zip |
Updated LuaDoc.
Diffstat (limited to 'core/.view.luadoc')
-rw-r--r-- | core/.view.luadoc | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/core/.view.luadoc b/core/.view.luadoc index 949ee997..29509f9b 100644 --- a/core/.view.luadoc +++ b/core/.view.luadoc @@ -5,7 +5,8 @@ --- -- A Textadept view object. -- @field size (number) --- The position of the split resizer (if this view is part of a split view). +-- The pixel position of the split resizer if this view is part of a split +-- view. module('view') --- @@ -15,7 +16,7 @@ module('view') local buffer --- --- Splits the view into top and bottom views, unless *vertical* is `true`, +-- Splits the view into top and bottom views unless *vertical* is `true`, -- focuses the new view, and returns both the old and new views. -- If *vertical* is `false`, splits the view vertically into left and -- right views. |