From b708fa97b490c351f237d22397b8b562d7fb9950 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Thu, 9 Aug 2007 03:45:47 -0400 Subject: Added new LuaDoc, updated existing LuaDoc to be more consistent. --- core/.pm.lua | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 core/.pm.lua (limited to 'core/.pm.lua') diff --git a/core/.pm.lua b/core/.pm.lua new file mode 100644 index 00000000..e47ab5f6 --- /dev/null +++ b/core/.pm.lua @@ -0,0 +1,25 @@ +-- Copyright 2007 Mitchell mitchellcaladbolg.net. See LICENSE. +-- This is a DUMMY FILE used for making LuaDoc for built-in functions in the +-- global textadept.pm table. + +--- +-- Textadept's project manager. +-- [Dummy file] +module('textadept.pm') + +--- +-- Textadept's project manager table. +-- @class table +-- @name textadept.pm +-- @field entry_text The text in the entry. +-- @field width The width of the project manager. +pm = {} + +--- Focuses the project manager entry. +function focus() end + +--- Clears the project manager contents. +function clear() end + +--- Requests the project manager to get its contents based on its entry text. +function activate() end -- cgit v1.2.3