summaryrefslogtreecommitdiff
path: root/src/highlighter_group.cc
AgeCommit message (Expand)Author
2014-10-28Style fixesMaxime Coste
2014-10-22Refactor highlighters, use an interface with virtual methodsMaxime Coste
2014-06-16Share implementation in complete_id/complete_group_idMaxime 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-25remove ugly id_to_str param in idvaluemap and str_to_strMaxime Coste
2012-04-14replace std::string references with StringMaxime Coste
2012-04-03fix error message in HighlighterGroupMaxime 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