summaryrefslogtreecommitdiff
path: root/src/highlighter_group.hh
AgeCommit message (Expand)Author
2024-04-12Introduce "local" scope in evaluate-commandsMaxime Coste
2020-08-08Rename DefinedHighlighters to SharedHighlightersMaxime Coste
2020-03-30Add -override support to add-highlighterMaxime Coste
2018-07-05Refactor add-highlighter to make naming explicitMaxime Coste
2018-04-06Make compute_display_setup methods constMaxime Coste
2017-11-25Highlighters: Introduce unique highlighter supportMaxime Coste
2017-11-03Remove uneeded forward declarationMaxime Coste
2017-10-31Highlighters does not need to inherit from HighlighterGroupMaxime Coste
2017-10-28Move highlighters into ScopesMaxime Coste
2017-05-07Move passes logic to the base Highlighter classMaxime Coste
2017-05-07Make scrolling around work more correctly with wrappingMaxime Coste
2017-05-07Introduce highlighting phases and display setup computationMaxime Coste
2017-03-07Replace IdMap with HashMapMaxime Coste
2015-05-25Add missing 'override' specifiersMaxime Coste
2015-01-12Some more memory trackingMaxime Coste
2014-12-23Rename id_map to IdMapMaxime Coste
2014-12-02Pass a BufferRange to highlighters, fix subregionsMaxime Coste
2014-10-22Refactor highlighters, use an interface with virtual methodsMaxime Coste
2014-06-15Refactor highlighter command completionsMaxime Coste
2014-06-12Remove defhl, use addhl -groupMaxime Coste
2014-06-10Add HierachicalHighlighter classMaxime Coste
2014-06-10Replace FunctionGroup template with HighlighterGroup classMaxime Coste
2013-03-27Merge {Filter,Highlighter}Group in a FunctionGroup templateMaxime Coste
2012-10-11use ByteCount instead of CharCount when we are really counting bytesMaxime Coste
2012-08-23use a strongly typed int CharCount for character countsMaxime Coste
2012-06-12Add a FilterGroup, and cleanup HighlighterGroupMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-01-19HighlighterGroup: use idvaluemap::complete_id_if in complete_group_idMaxime Coste
2012-01-19HighlighterGroup: move to it's own file, Window uses them directlyMaxime Coste