diff options
author | 2011-01-27 23:03:38 -0500 | |
---|---|---|
committer | 2011-01-27 23:03:38 -0500 | |
commit | 0a91a589c3ec98887bb5d37f0d24cbfa68b27f34 (patch) | |
tree | 366899099fcd152ed73683bf90c363f65562fe12 /doc/manual/6_AdeptEditing.md | |
parent | 92bea65c4d30de4c162c08f8a25c8ba873193039 (diff) | |
download | textadept-0a91a589c3ec98887bb5d37f0d24cbfa68b27f34.tar.gz textadept-0a91a589c3ec98887bb5d37f0d24cbfa68b27f34.zip |
Added Adeptsense info and screenshots to documentation.
Diffstat (limited to 'doc/manual/6_AdeptEditing.md')
-rw-r--r-- | doc/manual/6_AdeptEditing.md | 15 |
1 files changed, 15 insertions, 0 deletions
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 |