From ef23e13ac57cf6a8bcb04ccce10d2e5b34feec06 Mon Sep 17 00:00:00 2001 From: mitchell <70453897+667e-11@users.noreply.github.com> Date: Fri, 27 Sep 2013 21:12:05 -0400 Subject: 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. --- FAQ.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'FAQ.md') 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 - - - -- cgit v1.2.3