diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/manual/11_Scripting.md | 4 | ||||
-rw-r--r-- | doc/manual/6_AdeptEditing.md | 15 | ||||
-rw-r--r-- | doc/manual/images/adeptsense_doc.png | bin | 0 -> 26369 bytes | |||
-rw-r--r-- | doc/manual/images/adeptsense_lua.png | bin | 0 -> 17967 bytes | |||
-rw-r--r-- | doc/manual/images/adeptsense_string.png | bin | 0 -> 18926 bytes | |||
-rw-r--r-- | doc/manual/images/adeptsense_ta.png | bin | 0 -> 38941 bytes | |||
-rw-r--r-- | doc/manual/images/adeptsense_tadoc.png | bin | 0 -> 65107 bytes |
7 files changed, 19 insertions, 0 deletions
diff --git a/doc/manual/11_Scripting.md b/doc/manual/11_Scripting.md index aaaaa498..9e34187e 100644 --- a/doc/manual/11_Scripting.md +++ b/doc/manual/11_Scripting.md @@ -5,6 +5,10 @@ LuaDoc is available for many Textadept objects as well as Lua's standard libraries. See the [lua module documentation](../modules/_m.lua.commands.html) for more information. + + + + ## LuaDoc and Examples Textadept's API is heavily documented. The [LuaDoc](../index.html) is the diff --git a/doc/manual/6_AdeptEditing.md b/doc/manual/6_AdeptEditing.md index d2d7e1da..62f52a12 100644 --- a/doc/manual/6_AdeptEditing.md +++ b/doc/manual/6_AdeptEditing.md @@ -24,6 +24,21 @@ suggestion. Press `Return` to complete the selected word.  +## Adeptsense + +Textadept has the capability to autocomplete symbols for programming languages +and display API documentation. Lua is of course supported extremely well and +C/C++ has basic support with the help of [ctags](http://ctags.sf.net). + + + + + + + +For more information on adding adeptsense support for another language, see +the [LuaDoc](../modules/_m.textadept.adeptsense.html). + ## Find and Replace `Ctrl+F` (`Apple+F` on Mac OSX) brings up the Find/Replace dialog. In addition diff --git a/doc/manual/images/adeptsense_doc.png b/doc/manual/images/adeptsense_doc.png Binary files differnew file mode 100644 index 00000000..36356591 --- /dev/null +++ b/doc/manual/images/adeptsense_doc.png diff --git a/doc/manual/images/adeptsense_lua.png b/doc/manual/images/adeptsense_lua.png Binary files differnew file mode 100644 index 00000000..75e581f2 --- /dev/null +++ b/doc/manual/images/adeptsense_lua.png diff --git a/doc/manual/images/adeptsense_string.png b/doc/manual/images/adeptsense_string.png Binary files differnew file mode 100644 index 00000000..ed5f4244 --- /dev/null +++ b/doc/manual/images/adeptsense_string.png diff --git a/doc/manual/images/adeptsense_ta.png b/doc/manual/images/adeptsense_ta.png Binary files differnew file mode 100644 index 00000000..e280fc72 --- /dev/null +++ b/doc/manual/images/adeptsense_ta.png diff --git a/doc/manual/images/adeptsense_tadoc.png b/doc/manual/images/adeptsense_tadoc.png Binary files differnew file mode 100644 index 00000000..8ccd325e --- /dev/null +++ b/doc/manual/images/adeptsense_tadoc.png |