diff options
author | 2014-03-28 09:52:09 -0400 | |
---|---|---|
committer | 2014-03-28 09:52:09 -0400 | |
commit | 86ad6f9cc48f06dca8fc6235a10715c947eadc92 (patch) | |
tree | 8eb93d3af962a1a82813f6ae5d25f5bcd4cdfb4c /doc/06_AdeptEditing.md | |
parent | 7785897657cd9c3a5e1483ebacad73939f375a7e (diff) | |
download | textadept-86ad6f9cc48f06dca8fc6235a10715c947eadc92.tar.gz textadept-86ad6f9cc48f06dca8fc6235a10715c947eadc92.zip |
Added more documentation on project building.
Diffstat (limited to 'doc/06_AdeptEditing.md')
-rw-r--r-- | doc/06_AdeptEditing.md | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/doc/06_AdeptEditing.md b/doc/06_AdeptEditing.md index fd59b9d8..deb016bf 100644 --- a/doc/06_AdeptEditing.md +++ b/doc/06_AdeptEditing.md @@ -312,8 +312,9 @@ the command and marks any recognized warnings and errors. Pressing `Ctrl+Alt+E` error and `Ctrl+Alt+Shift+E` (`^⌘⇧E` | `M-S-X`) attempts to jump to the previous one. Double-clicking on warnings and errors also jumps to their sources. If Textadept does not know the correct commands for compiling and/or running your -language's source code, or if it does not detect warning or error messages -properly, you can [make changes][] in your [user-init file][]. +language's source code, if it does not know how to build your project, or if it +does not detect warning or error messages properly, you can [make changes][] in +your [user-init file][].  |