Textadept
- Home |
- Download |
- Lua API |
- Source |
- Language Modules |
- Stats |
- Wiki |
- Mailing List
Contents
_M.cpp
The cpp module.
It provides utilities for editing C/C++ code.
User tags are loaded from _USERHOME/modules/cpp/tags
and user apis are
loaded from _USERHOME/modules/cpp/api
.
Key Commands
Ctrl+L, M
(⌘L, M
on Mac OSX) 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.Shift+Return
(⇧↩
) Add ‘;’ to line end and insert newline.
Fields
sense
The C/C++ Adeptsense.
Functions
set_buffer_properties
()
Sets default buffer properties for C/C++ files.
Tables
_G.keys.cpp
Container for C/C++-specific key commands.
_G.snippets.cpp
Container for C/C++-specific snippets.