From 79ebec80245ef9e67c99bff09d224935c5cb9cea Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 30 Jan 2009 10:14:39 -0500 Subject: Updated LuaDoc. --- core/.pm.lua | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'core/.pm.lua') diff --git a/core/.pm.lua b/core/.pm.lua index 61ddecc0..bd82bac3 100644 --- a/core/.pm.lua +++ b/core/.pm.lua @@ -15,7 +15,7 @@ module('textadept.pm') -- @field width The width of the project manager. -- @field cursor The cursor in the project manager (string representation of -- current GtkTreePath). -pm = {} +pm = { entry_text = nil, width = nil, cursor = nil } --- Focuses the project manager entry. function focus() end @@ -25,3 +25,9 @@ function clear() end --- Requests the project manager to get its contents based on its entry text. function activate() end + +--- +-- Adds a browser prefix to the list of browsers available in the project +-- manager entry combo box. +-- @param prefix The text to add. +function add_browser(prefix) end -- cgit v1.2.3