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.
---
doc/14_Appendix.md | 14 ++++++++++++--
1 file changed, 12 insertions(+), 2 deletions(-)
(limited to 'doc/14_Appendix.md')
diff --git a/doc/14_Appendix.md b/doc/14_Appendix.md
index f4834dc7..d5a83c1d 100644
--- a/doc/14_Appendix.md
+++ b/doc/14_Appendix.md
@@ -175,10 +175,14 @@ grow\_selection() |Replaced|[select\_enclosed()][]
menubar |Removed |N/A
contextmenu |Removed |N/A
**_M.textadept.run** | |
+N/A |New |[MARK\_WARNING][]
N/A |New |[MARK\_ERROR][]
MARK\_ERROR\_BACK |Removed |N/Ac
+compile\_command |Renamed |[compile\_commands][]
+run\_command |Renamed |[run\_commands][]
+error\_detail |Renamed |[error\_patterns][]e
**_M.textadept.snapopen** |Removed |N/A
-open |Changed |\_G.[io.snapopen()][]e
+open |Changed |\_G.[io.snapopen()][]f
**_SCINTILLA.constants** | |
SC\_\* |Renamed |Removed "SC\_" prefix.
SC(FIND\|MOD\|VS\|WS) |Renamed |Removed "SC" prefix.
@@ -211,7 +215,9 @@ close\_all() |Renamed |[close\_all\_buffers()][]
dSet [`buffer.indic_fore`][] in [`events.VIEW_NEW`][].
-eChanged arguments too.
+eChanged structure too.
+
+fChanged arguments too.
[buffer.new()]: api/buffer.html#new
[textadept]: api/textadept.html
@@ -222,7 +228,11 @@ close\_all() |Renamed |[close\_all\_buffers()][]
[INDIC\_HIGHLIGHT]: api/textadept.editing.html#INDIC_HIGHLIGHT
[autocomplete\_word]: api/textadept.editing.html#autocomplete_word
[select\_enclosed()]: api/textadept.editing.html#select_enclosed
+[MARK\_WARNING]: api/textadept.run.html#MARK_WARNING
[MARK\_ERROR]: api/textadept.run.html#MARK_ERROR
+[compile\_commands]: api/textadept.run.html#compile_commands
+[run\_commands]: api/textadept.run.html#run_commands
+[error\_patterns]: api/textadept.run.html#error_patterns
[io.snapopen()]: api/io.html#snapopen
[style\_name]: api/buffer.html#style_name
[io.reload\_file()]: api/io.html#reload_file
--
cgit v1.2.3