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.hh
Age
Commit message (
Expand
)
Author
2024-04-12
Introduce "local" scope in evaluate-commands
Maxime Coste
2020-08-08
Rename DefinedHighlighters to SharedHighlighters
Maxime Coste
2020-03-30
Add -override support to add-highlighter
Maxime Coste
2018-07-05
Refactor add-highlighter to make naming explicit
Maxime Coste
2018-04-06
Make compute_display_setup methods const
Maxime Coste
2017-11-25
Highlighters: Introduce unique highlighter support
Maxime Coste
2017-11-03
Remove uneeded forward declaration
Maxime Coste
2017-10-31
Highlighters does not need to inherit from HighlighterGroup
Maxime Coste
2017-10-28
Move highlighters into Scopes
Maxime Coste
2017-05-07
Move passes logic to the base Highlighter class
Maxime Coste
2017-05-07
Make scrolling around work more correctly with wrapping
Maxime Coste
2017-05-07
Introduce highlighting phases and display setup computation
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2015-05-25
Add missing 'override' specifiers
Maxime Coste
2015-01-12
Some more memory tracking
Maxime Coste
2014-12-23
Rename id_map to IdMap
Maxime Coste
2014-12-02
Pass a BufferRange to highlighters, fix subregions
Maxime Coste
2014-10-22
Refactor highlighters, use an interface with virtual methods
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-12
Add a FilterGroup, and cleanup HighlighterGroup
Maxime Coste
2012-04-14
replace std::string references with String
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