diff options
author | 2008-06-18 18:33:09 -0400 | |
---|---|---|
committer | 2008-06-18 18:33:09 -0400 | |
commit | 87b0e8ed98099f5e9e07c03bafb763da77df17f1 (patch) | |
tree | 07f97f58855a952c669b88b72190dedf9c78f700 | |
parent | 10125040e04db186d00e09d090ff8be8ab437d74 (diff) | |
download | textadept-87b0e8ed98099f5e9e07c03bafb763da77df17f1.tar.gz textadept-87b0e8ed98099f5e9e07c03bafb763da77df17f1.zip |
Updated modules LuaDoc to include info about the modules browser; core/._m.lua
-rw-r--r-- | core/._m.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/._m.lua b/core/._m.lua index 30a803ee..bb8832f5 100644 --- a/core/._m.lua +++ b/core/._m.lua @@ -33,6 +33,8 @@ module('_m') -- (escaped characters must be used appropriately). The commands.lua script -- provides useful functions and key-commands for the module; the snippets.lua -- script provides snippets. +-- Alternatively you can use the 'modules' Project Manager browser to create and +-- manage modules. -- -- When assigning key commands to module functions, do not forget to do so AFTER -- the function has been defined. Typically key commands are placed at the end |