aboutsummaryrefslogtreecommitdiff
path: root/modules/cpp/commands.lua
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2011-02-10 22:35:41 -0500
committermitchell <70453897+667e-11@users.noreply.github.com>2011-02-10 22:35:41 -0500
commitc7a72194a3088a4c9701628338c3608dadddd40b (patch)
treec5e306df785524fb85ae9372184a466b0a15b111 /modules/cpp/commands.lua
parent8d9902db02fb0218d2a6165b26348d19a5e95bc3 (diff)
downloadtextadept-c7a72194a3088a4c9701628338c3608dadddd40b.tar.gz
textadept-c7a72194a3088a4c9701628338c3608dadddd40b.zip
Updated documentation.
Diffstat (limited to 'modules/cpp/commands.lua')
-rw-r--r--modules/cpp/commands.lua4
1 files changed, 4 insertions, 0 deletions
diff --git a/modules/cpp/commands.lua b/modules/cpp/commands.lua
index 4385e001..fa876ef7 100644
--- a/modules/cpp/commands.lua
+++ b/modules/cpp/commands.lua
@@ -8,6 +8,10 @@ module('_m.cpp.commands', package.seeall)
-- ## Key Commands
--
-- + `Alt+L, M`: Open this module for editing.
+-- + `.`: When to the right of a known symbol, show an autocompletion list of
+-- fields and functions.
+-- + `->`: When to the right of a known symbol, show an autocompletion list of
+-- fields and functions.
-- + `Ctrl+I`: (Windows and Linux) Autocomplete symbol.
-- + `~`: (Mac OSX) Autocomplete symbol.
-- + `Tab`: When the caret is to the right of a `(` in a known function call,