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
/
highlighters.cc
Age
Commit message (
Expand
)
Author
2012-11-23
Refactor filter and highlighter registry into a common template
Maxime Coste
2012-11-22
rename (hook|option)_manager to (hook|option)s.
Maxime Coste
2012-10-08
utf8 awareness in editor, highlighters and ncurses
Maxime Coste
2012-10-01
String and BufferIterator value_type goes back to plain char
Maxime Coste
2012-09-17
RegexColorizer: store ColorPairs by pointer so that alias changes are taken i...
Maxime Coste
2012-09-17
Add a ColorRegistry class responsible of color parsing and supporting aliases
Maxime Coste
2012-08-29
remove regex.hh, define Regex directly in string.hh
Maxime Coste
2012-08-22
use a strongly typed int LineCount for line counts
Maxime Coste
2012-08-21
RegexColorizer: fix last buffer line highlighting
Maxime Coste
2012-08-17
RegexColorizer: Fix range computation
Maxime Coste
2012-08-15
misc cleanups
Maxime Coste
2012-08-15
RegexColorizer only cache a range instead of the whole buffer
Maxime Coste
2012-08-15
colorize_regex become RegexColorizer and maintain a cache of matches
Maxime Coste
2012-08-10
highlight_range: handle empty ranges
Maxime Coste
2012-08-08
Regex Highlighter: highlight 10 lines above and below displayed range
Maxime Coste
2012-08-07
colorize_regex_factory: transform boost::regex_error in Kakoune::runtime_error
Maxime Coste
2012-08-07
new regex highlighter parameters syntax, support per capture highlight
Maxime Coste
2012-07-18
optimize regex highlighter's regex
Maxime Coste
2012-07-12
DisplayBuffer: add range and compute_range methods
Maxime Coste
2012-07-12
DisplayBuffer rewrite, a DisplayBuffer is now a list of DisplayLines
Maxime Coste
2012-07-03
make display buffers and highlighters handle better longer than display lines
Maxime Coste
2012-06-12
replace Option::operator {String,int} with Option::as_{string,int}
Maxime Coste
2012-05-03
Add a ShellManager which handles executing shell commands
Maxime Coste
2012-04-14
replace std::string references with String
Maxime Coste
2012-04-03
add an OptionManager class and use it to manage tabstops
Maxime Coste
2012-04-03
WindowHighlighterFactory class which passes the Window to the higlighter func...
Maxime Coste
2012-02-27
fix number_lines line count computing
Maxime Coste
2012-02-22
Final attribute support for DisplayAtom
Maxime Coste
2012-02-22
compute the number of digits needed in number_lines highlighter
Maxime Coste
2012-01-25
SelectionHighlighter: reverse color of the last char of each selection
Maxime Coste
2012-01-25
optimize SelectionHighlighters, stop copying Selections
Maxime Coste
2012-01-19
HighlighterGroup: move to it's own file, Window uses them directly
Maxime Coste
2012-01-18
completion support for addgrouphl and rmgrouphl
Maxime Coste
2012-01-15
split kakrc with filetype specific files in rc/
Maxime Coste
2012-01-15
Highlighters: add an HighlighterGroup class
Maxime Coste
2012-01-14
Highlighters: tweak colorize_cplusplus
Maxime Coste
2011-12-28
Highlighters: tweak colorize_cplusplus
Maxime Coste
2011-11-30
Highlighters: style fix
Maxime Coste
2011-11-29
Rename Filter to Highlighter to be more explicit
Maxime Coste