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.hh
Age
Commit message (
Expand
)
Author
2014-10-25
Add virtual destructor to Highlighter
Maxime Coste
2014-10-22
Refactor highlighters, use an interface with virtual methods
Maxime Coste
2014-06-10
Replace FunctionGroup template with HighlighterGroup class
Maxime Coste
2014-01-18
Pass a HighlightFlags parameter to highlighters
Maxime Coste
2014-01-09
Style changes, replace typedefs with usings
Maxime Coste
2013-12-16
Pass a Context rather than a Window to highlighters
Maxime Coste
2013-12-03
Add support for defining and referencing highlighters
Maxime Coste
2013-11-28
Do not pass a window to highlighters factories
Maxime Coste
2013-07-26
memoryview: always pass by value
Maxime Coste
2013-05-29
pass window param to highlighters
Maxime Coste
2013-04-09
sort includes directives
Maxime Coste
2013-03-31
FlagLines updates the lines in the option according to buffer modifications
Maxime Coste
2013-03-27
Merge {Filter,Highlighter}Group in a FunctionGroup template
Maxime Coste
2013-03-06
HighlightersFactories takes back a Window parameter
Maxime Coste
2013-03-01
Do not use a factory for window builtins highlighters
Maxime Coste
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-02-03
use memoryview instead of std::vector where applicable
Maxime Coste
2012-01-15
Highlighters: move HighlighterParameters definition from highlighter_registry...
Maxime Coste
2012-01-11
Document some Kakoune concepts, as Window, Buffer, DisplayAtom...
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste