diff options
author | 2009-01-27 12:34:25 -0500 | |
---|---|---|
committer | 2009-01-27 12:34:25 -0500 | |
commit | bcf630f108fcb957b0a908b258fe3a644e189ceb (patch) | |
tree | 15fe72b3d5de757465431ecbb79154db36ae8308 /core/ext/pm/modules_browser.lua | |
parent | f131668edad1ed20a3ac095925b602836503c8e8 (diff) | |
download | textadept-bcf630f108fcb957b0a908b258fe3a644e189ceb.tar.gz textadept-bcf630f108fcb957b0a908b258fe3a644e189ceb.zip |
Use a combo entry to either type in or select a PM browser to use.
Diffstat (limited to 'core/ext/pm/modules_browser.lua')
-rw-r--r-- | core/ext/pm/modules_browser.lua | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/core/ext/pm/modules_browser.lua b/core/ext/pm/modules_browser.lua index 9bcdd6df..174394a6 100644 --- a/core/ext/pm/modules_browser.lua +++ b/core/ext/pm/modules_browser.lua @@ -7,6 +7,8 @@ local textadept = _G.textadept -- It is enabled with the prefix 'modules' in the project manager entry field. module('textadept.pm.browsers.modules', package.seeall) +textadept.pm.add_browser('modules') + local lfs = require 'lfs' local os = require 'os' |