diff options
author | 2008-02-23 17:17:27 -0500 | |
---|---|---|
committer | 2008-02-23 17:17:27 -0500 | |
commit | 04a91f8ab1db479b48f26f3f808b74ba8a617e9b (patch) | |
tree | 471850878084f24c0df270ff3dd8ddc4700bedda /core/.browser.lua | |
parent | d0553021d68e80786701d3f86ed38f93b9427e16 (diff) | |
download | textadept-04a91f8ab1db479b48f26f3f808b74ba8a617e9b.tar.gz textadept-04a91f8ab1db479b48f26f3f808b74ba8a617e9b.zip |
Updated LuaDoc error; core/.browser.lua
Diffstat (limited to 'core/.browser.lua')
-rw-r--r-- | core/.browser.lua | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/core/.browser.lua b/core/.browser.lua index 4c4e798f..485bc8e0 100644 --- a/core/.browser.lua +++ b/core/.browser.lua @@ -24,12 +24,12 @@ function matches(entry_text) -- expanded. -- @return table of contents to display. Each entry in the table is a key-value -- pair. The key must be a string ID and the value a table. Three key-value --- pairs are looked for in the table: parent, pixbuf, and text. parent is an --- optional boolean indicating whether or not the item should be identified as --- a parent (parents can be expanded so they have the arrow next to them). --- pixbuf is an optional string specifying a GTK stock icon to be associated --- with the item. text is a required string that is shown in the project --- manager; it can have Pango markup. All other items in the table are +-- pairs are looked for in the table: parent, pixbuf, and display_text. parent +-- is an optional boolean indicating whether or not the item should be +-- identified as a parent (parents can be expanded so they have the arrow next +-- to them). pixbuf is an optional string specifying a GTK stock icon to be +-- associated with the item. text is a required string that is shown in the +-- project manager; it can have Pango markup. All other items in the table are -- ignored. function get_contents_for(full_path, expanding) |