diff options
author | 2011-09-27 17:09:11 -0400 | |
---|---|---|
committer | 2011-09-27 17:09:11 -0400 | |
commit | 43e9f2528415e8f2d43e7ba65f0d4c5b5d5adff4 (patch) | |
tree | b1a32f1bcac7307dd246e96c6eb9556e65bee51d /doc/manual | |
parent | 090f29d18cc445a067a359febeacad0776e0dc82 (diff) | |
download | textadept-43e9f2528415e8f2d43e7ba65f0d4c5b5d5adff4.tar.gz textadept-43e9f2528415e8f2d43e7ba65f0d4c5b5d5adff4.zip |
Added language-specific context menu support.
Diffstat (limited to 'doc/manual')
-rw-r--r-- | doc/manual/7_Modules.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/doc/manual/7_Modules.md b/doc/manual/7_Modules.md index 5dd551f1..57845121 100644 --- a/doc/manual/7_Modules.md +++ b/doc/manual/7_Modules.md @@ -78,6 +78,11 @@ indentation size. See the module's Lua code for these settings. If you wish to change them or use different settings, see the [Customizing Modules](#customizing_modules) section below. +#### Context Menu + +Some language-specific modules add extra actions to the context menu. +Right-click inside the view to bring up this menu. + ## Getting Modules The officially supported language modules are hosted on |