aboutsummaryrefslogtreecommitdiff
path: root/doc/07_Modules.md
diff options
context:
space:
mode:
authormitchell <70453897+667e-11@users.noreply.github.com>2013-04-24 11:23:02 -0400
committermitchell <70453897+667e-11@users.noreply.github.com>2013-04-24 11:23:02 -0400
commit49f5b5d500b19fe3ebeb14d1a4cdcda61f0eab59 (patch)
treea350c207bae16a89a56604a1368afbadf6846c6f /doc/07_Modules.md
parent36854c6ca8970714a6c672ca8774da4c5e9bd69e (diff)
downloadtextadept-49f5b5d500b19fe3ebeb14d1a4cdcda61f0eab59.tar.gz
textadept-49f5b5d500b19fe3ebeb14d1a4cdcda61f0eab59.zip
Mark recognized errors in compile/run output and added navigation functions.
Diffstat (limited to 'doc/07_Modules.md')
-rw-r--r--doc/07_Modules.md14
1 files changed, 8 insertions, 6 deletions
diff --git a/doc/07_Modules.md b/doc/07_Modules.md
index 93347868..81fc55df 100644
--- a/doc/07_Modules.md
+++ b/doc/07_Modules.md
@@ -32,12 +32,14 @@ perhaps a custom context menu. These features are discussed below.
Most language-specific modules have a command that compiles and/or runs the code
in the current file. Pressing `Ctrl+Shift+R` (`⌘⇧R` on Mac OSX | `M-^R` in
curses) executes the command for compiling code and `Ctrl+R` (`⌘R` | `^R`)
-executes the command for running code. Double-clicking on any error messages
-will jump to where the errors occurred. Note: In order for these features to
-work, the language you are working with must have its compile and run commands
-and error format defined. If the language-specific module does not exist or does
-not [define][] commands or an error format, it can be done [manually][] in your
-[user-init file][].
+executes the command for running code. Any recognized errors in the output are
+marked. Pressing `Ctrl+Alt+E` (`^⌘E` | `M-X`) attempts to jump to the source of
+the next recognized error and `Ctrl+Alt+Shift+E` (`^⌘⇧E` | `M-S-X`) attempts to
+jump to the previous one. Double-clicking on errors will also jump to their
+sources. Note: In order for these features to work, the language you are working
+with must have its compile and run commands and error format defined. If the
+language-specific module does not exist or does not [define][] commands or an
+error format, it can be done [manually][] in your [user-init file][].
[define]: api/_M.html#Compile.and.Run
[manually]: http://foicica.com/wiki/run-supplemental