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
2025-06-28
Fix wrap interaction with show-whitespaces and test word wrapping more
Maxime Coste
2025-06-26
Rework WrapHighlighter to take replaced ranges into account
Maxime Coste
2025-06-25
Introduce a Replace HighlightPass that runs before Wrap
Maxime Coste
2025-06-25
Rework highlighting management of cursor position
Maxime Coste
2024-11-04
Highlight all atoms for the line regardless of has_buffer_range
Maxime Coste
2024-08-16
include headers cleanup
AdriĆ Arrufat
2024-08-12
Move debug utils to debug.hh/debug.cc
Maxime Coste
2024-06-23
Fix trailing whitespaces
Maxime Coste
2024-06-23
Allow individual show-whitespace options to be turned off
Tobias Pisani
2024-04-12
Make removing an unknown highlighter an error
Maxime Coste
2024-03-27
Slight code cleanup in the DynamicRegexHighlighter
Maxime Coste
2024-03-27
Add -indent option to show-whitespace highlighter
Tobias Pisani
2024-03-22
Do not generate more lines to display than window size
Maxime Coste
2024-01-30
Support -after switch for flag-lines highlighter
Maxime Coste
2023-11-05
Replace snprintf with format_to
Maxime Coste
2023-11-03
Use explicit target types for gather calls to bypass clang regression
Maxime Coste
2023-09-08
Merge remote-tracking branch 'divarvel/show-trailing-whitespace'
Maxime Coste
2023-09-02
Do not make cursor visible after mouse scrolling and view commands
Maxime Coste
2023-08-15
Fix segfault when adding an invalid default-region highlighter
Chris Webb
2023-06-20
Fix invalid access of display line end
Maxime Coste
2023-06-19
Fix highlighters being applied to empty display buffers
Maxime Coste
2023-06-14
Add a -previous switch to show-matching highlighter
Maxime Coste
2023-06-12
Fix one missing face pre-parsing
Maxime Coste
2023-06-12
Store region pointers instead of names in the RegionsHighlighter cache
Maxime Coste
2023-06-12
Trim display lines before the colorize pass
Maxime Coste
2023-06-10
Pre-parse face specs in Highlighters
Maxime Coste
2023-06-09
Speed up regions highlighting on files with big lines
Maxime Coste
2023-02-17
Complete arguments to "echo -to-file"
Johannes Altmanninger
2023-01-23
Fix crash in TabulationHighlighter when wrapping just after a tab
Maxime Coste
2022-12-15
Speed up expand_unprintable by avoiding BufferIterator
Maxime Coste
2022-12-15
Support adding ByteCount to void/char pointers without casting
Maxime Coste
2022-12-15
Optimize TabulationHighlighter
Maxime Coste
2022-12-06
Cleanup expand_unprintable and avoid calling iswprint on base ascii
Maxime Coste
2022-11-28
Fix pasting after when selections are overlapping
Maxime Coste
2022-10-17
Fix splitting of display atoms accross multi-columns codepoint
Maxime Coste
2022-09-17
Fix quadratic runtime when updating region highlighter matches
Johannes Altmanninger
2022-08-21
Bypass RegexIterator in RegionsHighlighter::add_matches
Maxime Coste
2022-08-20
Refactor RegionsHighlighter to share regexes
Maxime Coste
2022-07-21
Use menu behavior for add-highlighter/remove-highlighter completion
Johannes Altmanninger
2022-07-19
Remove out-of-date column computation in show-whitespaces
Maxime Coste
2022-07-13
Re-work line trimming to fix issues with column highighters
Maxime Coste
2022-07-12
Fix past-the-eol column highlighter getting highlighted as buffer range
Maxime Coste
2022-07-11
Fix buffer location of column highlighter's past-eol atoms
Maxime Coste
2022-07-10
Refactor highlighting logic
Maxime Coste
2021-11-21
Use std::remove_cvref instead of std::decay
Maxime Coste
2021-11-05
src highlighters: Factorise docstrings
Frank LENORMAND
2021-11-04
src highlighters: Sort instantiations
Frank LENORMAND
2021-03-31
fix show-whitespace: add missing NNBSP character
nojhan
2021-03-22
Rename separator-cursor to cursor-separator
hss
2021-03-21
Don't use optionals for storing active separator string
hss
[next]