aboutsummaryrefslogtreecommitdiff
path: root/properties.lua
AgeCommit message (Collapse)Author
2013-10-09Use an indicator to highlight matching braces.mitchell
2013-10-09More LuaDoc updates.mitchell
2013-09-27Integrated compile and run commands for most languages.mitchell
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.
2013-09-23Code and documentation cleanup.mitchell
2013-09-17Changed symbol marker margin settings; properties.luamitchell
2013-09-16Removed the `SC` prefix from most constants in `_SCINTILLA.constants`.mitchell
2013-09-16Removed the `SC_` prefix from constants in `_SCINTILLA.constants`.mitchell
Also removed more unused constants.
2013-09-16Moved custom markers and indicators into themes and added more properties.mitchell
2013-08-24Include Scintilla constants in `buffer`s.mitchell
2013-05-21Renamed "settings.lua" to "properties.lua".mitchell