Age | Commit message (Collapse) | Author | |
---|---|---|---|
2016-01-22 | Only enable idle styling in the GUI version; properties.lua | ||
2016-01-20 | Updated to Scintilla 3.6.3 and enabled idle styling. | ||
Patched Scintilla to prevent warning on widget destroy. | |||
2015-12-31 | Updated copyright date. | ||
2015-09-18 | Refactored snippets to use indicators instead of ugly placeholder text. | ||
2015-07-25 | Highlight found text in find in files results. | ||
2015-03-10 | Stop documenting some non-useful buffer functions and fields. | ||
2015-02-18 | Consider some view-specific properties as buffer-specific ones. | ||
These include "view_eol", "wrap_mode", "view_ws", "margin_type_n", and "margin_width_n". The latter two are for preventing clashes between modules that modify margins on a per-buffer basis. | |||
2015-01-05 | Disable scrollbar in Mac OSX terminal version for real; properties.lua | ||
The change in revision 1900 did not work because `OSX` is only set in the GUI version on Mac OSX. Terminal.app does not render correctly when vertical scroll bars are enabled. | |||
2014-12-31 | Updated copyright year. | ||
2014-12-31 | Disable scrollbar in Mac OSX terminal version; properties.lua | ||
Terminal.app does not render it correctly. | |||
2014-12-24 | Small code and documentation cleanup. | ||
2014-11-27 | Small code cleanup. | ||
2014-11-25 | Do not highlight the caret line in the command entry; properties.lua | ||
2014-11-12 | Updated properties based on Scinterm updates. | ||
Requires Scinterm r118 (changeset 8a7943225c5a). | |||
2014-10-31 | Change rectangular selection mouse modifier back to Alt on Linux. | ||
Enabled tapping Alt key during mouse selection to convert to rectangular selection and mentioned this in the manual. | |||
2014-10-25 | Improvements to terminal mouse handling. | ||
Emit events for unhandled mouse events and connect to such events in order to focus and resize views. Patch libtermkey with new Win32 PDCurses driver for unified key/mouse input. Update CDK patch to always use libtermkey and to ignore mouse events. Requires Scinterm r97 (changeset 8d1a625c9b4d). Thanks to Chris Emerson for proof of concept code that handles mouse events and for the code that focuses and resizes views. | |||
2014-10-21 | Enable mouse clicks and movements in the terminal version. | ||
This requires Scinterm r92 (changset 90ba2dd413c3). | |||
2014-08-18 | Updated to Scintilla 3.5.0. | ||
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". | ||