summaryrefslogtreecommitdiff
path: root/src/function_group.hh
AgeCommit message (Collapse)Author
2014-06-10Replace FunctionGroup template with HighlighterGroup classMaxime Coste
2014-04-21Use StringView in FunctionGroup and FunctionRegistryMaxime Coste
2014-04-18Use StringView for completion functionsMaxime Coste
2014-02-25regionref highlighter just ignore invalid referencesMaxime Coste
fixes #68
2014-01-17FunctionGroup: fix incorrect parameter for operator()Maxime Coste
2013-12-03Add support for defining and referencing highlightersMaxime Coste
* defhl <name> defines a shared highlighter * addhl -def-group <name> adds highlighters to the defined highlighter * addhl ref <name> add the defined highlighter to the window's ones
2013-11-18rename idvaluemap to id_map, remove Id template param, use StringMaxime Coste
2013-11-18Resurect idvaluemap, order of traversal mattersMaxime Coste
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
2013-11-17remove idvaluemap, use unordered_map in placeMaxime Coste
2013-04-09sort includes directivesMaxime Coste
2013-03-27idvaluemap, FunctionGroup: consitfy completion methodsMaxime Coste
2013-03-27Merge {Filter,Highlighter}Group in a FunctionGroup templateMaxime Coste