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. --- properties.lua | 1 + 1 file changed, 1 insertion(+) (limited to 'properties.lua') diff --git a/properties.lua b/properties.lua index 77e60566..bb0c8c42 100644 --- a/properties.lua +++ b/properties.lua @@ -81,6 +81,7 @@ buffer.indentation_guides = buffer.IV_LOOKBOTH local symbol = not CURSES and buffer.MARK_FULLRECT or buffer.MARK_CHARACTER + string.byte(' ') buffer:marker_define(textadept.bookmarks.MARK_BOOKMARK, symbol) +buffer:marker_define(textadept.run.MARK_WARNING, symbol) buffer:marker_define(textadept.run.MARK_ERROR, symbol) if not CURSES then -- Arrow Folding Symbols. -- cgit v1.2.3