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. --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'CHANGELOG.md') diff --git a/CHANGELOG.md b/CHANGELOG.md index 0bd85821..36ca1c21 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1941,8 +1941,8 @@ Changes: [list of encodings]: api/io.html#try_encodings [events]: api/events.html [Scintilla]: http://scintilla.org -[compile commands]: api/textadept.run.html#compile_command -[run commands]: api/textadept.run.html#run_command +[compile commands]: api/textadept.run.html#compile_commands +[run commands]: api/textadept.run.html#run_commands [gtdialog]: http://foicica.com/gtdialog [lua_dialog]: http://luaforge.net/projects/lua-dialog [cocoaDialog]: http://cocoadialog.sf.net -- cgit v1.2.3