index
:
kakoune.git
master
Unnamed repository; edit this file 'description' to name the repository.
Mike Vink
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
function_group.hh
Age
Commit message (
Collapse
)
Author
2014-06-10
Replace FunctionGroup template with HighlighterGroup class
Maxime Coste
2014-04-21
Use StringView in FunctionGroup and FunctionRegistry
Maxime Coste
2014-04-18
Use StringView for completion functions
Maxime Coste
2014-02-25
regionref highlighter just ignore invalid references
Maxime Coste
fixes #68
2014-01-17
FunctionGroup: fix incorrect parameter for operator()
Maxime Coste
2013-12-03
Add support for defining and referencing highlighters
Maxime 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-18
rename idvaluemap to id_map, remove Id template param, use String
Maxime Coste
2013-11-18
Resurect idvaluemap, order of traversal matters
Maxime Coste
This reverts commit 2b9b161d424c1168636042adc6678bb3df2be3f9.
2013-11-17
remove idvaluemap, use unordered_map in place
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-27
idvaluemap, FunctionGroup: consitfy completion methods
Maxime Coste
2013-03-27
Merge {Filter,Highlighter}Group in a FunctionGroup template
Maxime Coste