aboutsummaryrefslogtreecommitdiff
path: root/FAQ.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-09-27 21:12:05 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-09-27 21:12:05 -0400
commitef23e13ac57cf6a8bcb04ccce10d2e5b34feec06 (patch)
tree558d22791c4461fc5b765ce9ef57dd2273df73e0 /FAQ.md
parent235a3a04d8cf7f80823d59a8ff6ec77fbf8e61d5 (diff)
downloadtextadept-ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06.tar.gz
textadept-ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06.zip
Integrated compile and run commands for most languages.
Compile and run should work out of the box for most languages. Also added a warning marker, renamed `compile_command` and `run_command` tables to `compile_commands` and `run_commands`, respectively, and renamed `error_details` to `error_patterns`, changing its structure to just hold patterns.
Diffstat (limited to 'FAQ.md')
-rw-r--r--FAQ.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/FAQ.md b/FAQ.md
index c2eca2a8..760c8e38 100644
--- a/FAQ.md
+++ b/FAQ.md
@@ -41,9 +41,9 @@ either nothing happens or the wrong command is executed. How can I tell
Textadept which command to run?
**A:**
-Take a look at these [commands][].
+Please see the LuaDoc on [compile and run commands][].
-[commands]: http://foicica.com/wiki/run-supplemental
+[compile and run commands]: api/_M.html#Compile.and.Run
- - -