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
2017-11-10
Wrap: fix scrolling to keep cursor visible logic
Maxime Coste
2017-11-03
Wrap: rework logic to avoid infinite loop with multiple wrap highlighters
Maxime Coste
2017-11-02
Wrap: change indent atom to be a replaced empty buffer range
Maxime Coste
2017-11-02
Add informations on -indent in wrap highlighter docstring
Maxime Coste
2017-11-02
Ensure line-specs and range-specs options are sorted internally
Maxime Coste
2017-11-02
Fix trailing spaces in highlighters.cc
Maxime Coste
2017-11-02
Wrap: Add -indent switch support that wraps preserving line indent
Maxime Coste
2017-11-01
Regex: switch to custom impl, use boost for checking
Maxime Coste
2017-10-25
Fix regions highlighter infinite loops when regex matches empty ranges
Maxime Coste
2017-10-12
Refactor column highlighter to make it more robust
Maxime Coste
2017-10-06
formatting tweak
Maxime Coste
2017-09-18
Avoid wrapping between punctuation and word
Maxime Coste
2017-09-14
Fix typo: parmeter → parameter
Delapouite
2017-09-12
Replace invalid codepoints with � instead of U+XXXX
Maxime Coste
2017-09-01
Make Token a simple aggregate
Maxime Coste
2017-08-29
Rename containers.hh to ranges.hh (and Container to Range)
Maxime Coste
2017-07-19
Migrate code to c++14
Maxime Coste
2017-06-27
Ensure cursor stays visible with wrapped line bigger than window
Maxime Coste
2017-06-26
Fix reference highlighter not forwarding compute_display_setup
Maxime Coste
2017-06-26
Always use the base LineNumber face for the line number separator
Maxime Coste
2017-06-26
Fix various undefined behaviours detected by UBSan
Maxime Coste
2017-06-17
Use already stored coordinates in show_whitespaces
Maxime Coste
2017-06-17
Correctly handle tabs when show_whitespaces is added
Tomasz Kramkowski
2017-06-15
Fix some other uses of invalid buffer coordinates in display code
Maxime Coste
2017-06-15
Move tolerance for one past end of line coordinates to highlighter code
Maxime Coste
2017-06-15
Change window display to not use invalid buffer coordinates
Maxime Coste
2017-06-15
Respect scroll offset even when wrapping lines
Maxime Coste
2017-06-13
Always store InclusiveBufferRange with first < second
Maxime Coste
2017-06-09
Fix wrapping support
Maxime Coste
2017-06-09
Simplify column highlighter and make it more robust
Maxime Coste
2017-06-09
Rework partial line display logic
Maxime Coste
2017-06-08
Remove spurious double underscore
Maxime Coste
2017-06-08
Add `-width <max_width>` support in the wrap highlighter
Maxime Coste
2017-05-29
Merge remote-tracking branch 'Delapouite/typo'
Maxime Coste
2017-05-27
Fix typos in info-box: availabe, encodngs, highglighters…
Delapouite
2017-05-25
Add an update-option command to update range-descs/line-descs options
Maxime Coste
2017-05-24
Rename line-flags option type to line-specs
Maxime Coste
2017-05-22
Fix scrolling when cursor is on a wrapped part of the last displayed line
Maxime Coste
2017-05-17
Rename range-faces to range-specs
Maxime Coste
2017-05-15
Add a basic replace-ranges highlighter
Maxime Coste
2017-05-11
update line-flags and flag_lines doc to reflect current status
Olivier Perret
2017-05-11
Disable horizontal scroll offset support when wrapping
Maxime Coste
2017-05-10
Add support for the -passes option to the ref highlighter
Maxime Coste
2017-05-10
Make ref highlighter work for all highlight passes
Maxime Coste
2017-05-09
Update group highlighter docstring to document the passes option
Maxime Coste
2017-05-08
Distinguish between BufferRanges and InclusiveBufferRanges
Maxime Coste
2017-05-08
Refactor range highlighting into a struct
Maxime Coste
2017-05-08
Update wrap highlighter docstring
Maxime Coste
2017-05-08
Move SimpleHighlighter as an implementation detail
Maxime Coste
2017-05-07
Fix unneeded and wrong splitting of display atom during wrapping
Maxime Coste
[prev]
[next]