Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-05-28 | Utilize list separator characters instead of hard-coded characters. | ||
2014-05-24 | Updated past Scintilla 3.4.2 for `buffer.auto_c_multi` feature. | ||
Removed workaround for autocompleting in multiple selections. Requires Scintilla changeset 5114:bd09a915437d. | |||
2014-01-12 | Updated copyright information. | ||
2013-10-09 | Use an indicator to highlight matching braces. | ||
2013-10-09 | More LuaDoc updates. | ||
2013-09-27 | 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. | |||
2013-09-23 | Code and documentation cleanup. | ||
2013-09-17 | Changed symbol marker margin settings; properties.lua | ||
2013-09-16 | Removed the `SC` prefix from most constants in `_SCINTILLA.constants`. | ||
2013-09-16 | Removed the `SC_` prefix from constants in `_SCINTILLA.constants`. | ||
Also removed more unused constants. | |||
2013-09-16 | Moved custom markers and indicators into themes and added more properties. | ||
2013-08-24 | Include Scintilla constants in `buffer`s. | ||
2013-05-21 | Renamed "settings.lua" to "properties.lua". | ||