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
2021-03-22
Rename separator-cursor to cursor-separator
hss
2021-03-21
Don't use optionals for storing active separator string
hss
2021-03-20
Only use separator-cursor for the first line number in a wrapped line
hss
2021-03-20
Compare column_length of line-number separators
hss
2021-03-20
Use optionals more wisely in line-numbers
hss
2021-03-19
line-number: Add option to use a different separator on the current line
hss
2021-03-09
Use inplace_merge() for ranges
Jason Felice
2021-01-22
Fix performance issue in show-matching highlighter on big buffers
Maxime Coste
2021-01-03
Add missing limits includes
Maxime Coste
2020-10-12
Fix region regexes incorrectly matching ^$ at end of line
Maxime Coste
2020-08-08
Rename DefinedHighlighters to SharedHighlighters
Maxime Coste
2020-05-30
Merge commit 'krobelus/05-highlight-replace-ranges-crash^'
Maxime Coste
2020-05-29
Fix unintended interpretation of ranges length syntax
Maxime Coste
2020-05-28
refactor: remove extra semicolons
Johannes Altmanninger
2020-05-28
Fix invalid regions with begin > end being generated
Maxime Coste
2020-05-02
Fix traling whitespaces
Maxime Coste
2020-04-27
Fix clang compilation
Maxime Coste
2020-04-27
Support multi-line replace-ranges
Maxime Coste
2020-04-27
Do not replace partially selected ranges in replace-ranges highlighter
Maxime Coste
2020-04-27
Fix highlighting empty ranges at end of line and begin of line
Maxime Coste
2020-04-27
Factor option based highlighters
Maxime Coste
2020-04-06
Support empty ranges in replace-ranges highlighter
Maxime Coste
2020-03-30
Add -override support to add-highlighter
Maxime Coste
2020-01-05
Split RegexHighlighters matches per requested buffer ranges
Maxime Coste
2019-12-15
highlighters.cc: Add a '-min-digits' flag to the number-lines highlighter.
Tim Allen
2019-12-15
Code style tweak
Maxime Coste
2019-11-22
Add support for markup in info boxes
Maxime Coste
2019-11-09
Add override
Jason Felice
2019-11-09
Add static or const where useful
Jason Felice
2019-11-04
Use a specific WrapMarker face for wrap highlighter wrapped line marker
Maxime Coste
2019-08-12
Fallback to wrapping in between 'word' when 'WORD' fails
Maxime Coste
2019-08-05
Fix bug in WrapHighlighter::do_compute_display_setup
Maxime Coste
2019-07-06
Fix build on FreeBSD
Tobias Kortkamp
2019-04-24
Fix wrapping of words with 'wrap col - indent < word len < wrap col'
Maxime Coste
2019-04-24
Only wrap before words that are shorter than the wrapping length
Maxime Coste
2019-04-16
Support name captures in dynregex highlighters
Maxime Coste
2019-03-05
Merge remote-tracking branch 'laelath/compilation-warnings'
Maxime Coste
2019-03-05
Fix use of invalidated iterators in highlight_range
Maxime Coste
2019-02-27
Fixed all reorder warnings
Justin Frank
2019-01-24
Header and dependency cleanup
Maxime Coste
2019-01-20
Split compile time regex flags from runtime ones
Maxime Coste
2019-01-20
Support re-using the same ThreadedRegexVM for multiple iterations
Maxime Coste
2019-01-20
Refactor RegexIterator to use a Sentinel
Maxime Coste
2019-01-03
Add support for named captures to the regex impl and regex highlighter
Maxime Coste
2018-12-13
Add an option to only highlight trailing whitespace
Clement Delafargue
2018-11-23
Add missing newline to 'regions' highlighter description
Olivier Perret
2018-11-19
Merge remote-tracking branch 'Delapouite/typos'
Maxime Coste
2018-11-14
Fix column highlighter adding display atoms past the window width
Maxime Coste
2018-11-10
doc: fix misc typos for source and region highlighter
Delapouite
2018-10-21
Move LineRangeSet to line_modification.hh
Maxime Coste
[prev]
[next]