| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2023-10-25 | Default comparison operators that can be | Maxime Coste | |
| 2021-03-09 | Use inplace_merge() for ranges | Jason Felice | |
| 2018-05-27 | Refactor option_from_string to return directly the option value | Maxime Coste | |
| 2017-11-02 | Ensure line-specs and range-specs options are sorted internally | Maxime Coste | |
| 2017-05-25 | Add an update-option command to update range-descs/line-descs options | Maxime Coste | |
| update-option will make the range-descs and line-descs option up to date with the latest buffer modfications, changing the ranges/lines to where they moved according the modifications since the timestamp on the option. | |||
| 2017-05-24 | Rename line-flags option type to line-specs | Maxime Coste | |
| Generalize this option type, which is a timestamped list of <line number>|<arbitrary string>. That way this type is not strongly coupled with the flag-lines highlighter, and can be reused for other use cases. | |||
| 2017-05-17 | Rename range-faces to range-specs | Maxime Coste | |
| range-faces are now used to replace-range highlighters, where the string part is not interpretted as a face but as a display line, so the name was not relevant anymore. | |||
| 2017-05-08 | Distinguish between BufferRanges and InclusiveBufferRanges | Maxime Coste | |
| Fixes #1257 | |||
| 2015-12-17 | Initial, WIP spelling implementation | Maxime Coste | |
| Add a ranges highlighter that takes a timestamped list of ranges and associated face. Add a spell.kak file that uses aspell pipe interface to fill a range-faces option. | |||
| 2015-12-12 | Use markup for line-flags instead of a single face | Maxime Coste | |
| 2015-08-23 | Change flag lines highlighter to use faces instead of colors | Maxime Coste | |
| Fixes #130 | |||
| 2013-04-09 | sort includes directives | Maxime Coste | |
| 2013-03-29 | Add support for tuple Options, implement LineAndFlag using that | Maxime Coste | |
| 2012-11-23 | Refactor filter and highlighter registry into a common template | Maxime Coste | |
| 2012-01-19 | HighlighterGroup: move to it's own file, Window uses them directly | Maxime Coste | |
| 2012-01-18 | completion support for addgrouphl and rmgrouphl | Maxime Coste | |
| 2012-01-15 | Highlighters: add an HighlighterGroup class | Maxime Coste | |
| 2011-11-29 | Rename Filter to Highlighter to be more explicit | Maxime Coste | |
