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
/
highlighter_group.cc
Age
Commit message (
Expand
)
Author
2014-10-28
Style fixes
Maxime Coste
2014-10-22
Refactor highlighters, use an interface with virtual methods
Maxime Coste
2014-06-16
Share implementation in complete_id/complete_group_id
Maxime Coste
2014-06-15
Refactor highlighter command completions
Maxime Coste
2014-06-12
Remove defhl, use addhl -group
Maxime Coste
2014-06-10
Add HierachicalHighlighter class
Maxime Coste
2014-06-10
Replace FunctionGroup template with HighlighterGroup class
Maxime Coste
2013-03-27
Merge {Filter,Highlighter}Group in a FunctionGroup template
Maxime Coste
2012-10-11
use ByteCount instead of CharCount when we are really counting bytes
Maxime Coste
2012-08-23
use a strongly typed int CharCount for character counts
Maxime Coste
2012-06-25
remove ugly id_to_str param in idvaluemap and str_to_str
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-04-03
fix error message in HighlighterGroup
Maxime Coste
2012-01-19
HighlighterGroup: use idvaluemap::complete_id_if in complete_group_id
Maxime Coste
2012-01-19
HighlighterGroup: move to it's own file, Window uses them directly
Maxime Coste