From 16874f85c75833678b40c97754a6973868a4ab9a Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Wed, 24 Sep 2008 21:28:38 -0400 Subject: Updated LuaDoc for textadept.size property; core/.textadept.lua --- core/.textadept.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/.textadept.lua b/core/.textadept.lua index 07d1f436..fc1295fa 100644 --- a/core/.textadept.lua +++ b/core/.textadept.lua @@ -19,8 +19,9 @@ module('textadept') -- @field statusbar_text The text displayed by the statusbar (write-only). -- @field docstatusbar_text The text displayed by the doc statusbar -- (write-only). +-- @field size The size of the Textadept window. textadept = { title = nil, focused_doc_pointer = nil, clipboard_text = nil, - menubar = nil, statusbar_text = nil, docstatusbar_text = nil } + menubar = nil, statusbar_text = nil, docstatusbar_text = nil, size = nil } --- -- A numerically indexed table of open buffers in Textadept. -- cgit v1.2.3