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-05-07
Fix infinite loop with longer than width words in word wrap mode
Maxime Coste
2017-05-07
Slight highlighting related code cleanup
Maxime Coste
2017-05-07
Fix assert when wrapping a line that takes more than the full window height
Maxime Coste
2017-05-07
Reject 0 wrap column
Maxime Coste
2017-05-07
Add support for word wrapping with the -word switch to the wrap highlighter
Maxime Coste
2017-05-07
Add a `-passes` switch support for the group highlighter
Maxime Coste
2017-05-07
Move passes logic to the base Highlighter class
Maxime Coste
2017-05-07
Detect errors while parsing flag line and handle them
Maxime Coste
2017-05-07
Disable horizontal scrolling when running a WrapHighlighter
Maxime Coste
2017-05-07
Introduce a LineNumberWrapped face
Maxime Coste
2017-05-07
Make scrolling around work more correctly with wrapping
Maxime Coste
2017-05-07
Make Wrap highlighter only wrap on window width.
Maxime Coste
2017-05-07
Introduce highlighting phases and display setup computation
Maxime Coste
2017-05-07
Add a wrap highlighter
Maxime Coste
2017-04-24
Style tweak in highglighters.cc
Maxime Coste
2017-04-19
Do not try to split non range atoms in column highlighter
Maxime Coste
2017-03-21
Merge faces in show_whitespaces highlighter instead of replacing it
Maxime Coste
2017-03-16
Fixes some clang-tidy warning and add a few missing meta.hh include
Maxime Coste
2017-03-16
Try to clean up option include a bit
Maxime Coste
2017-03-09
Fix crash on non utf8 files trigering highlighting of backward ranges
Maxime Coste
2017-03-07
Replace IdMap with HashMap
Maxime Coste
2017-03-07
Replace uses of UnorderedMap with HashMap
Maxime Coste
2017-02-09
Refactor show_whitespaces a bit
Maxime Coste
2017-02-09
Merge remote-tracking branch 'lenormf/show-whitespaces-flags'
Maxime Coste
2017-02-07
Remove unneeded padding in relative line numbers highlighting
Maxime Coste
2017-02-06
Add -match-capture support for regions higlighter
Maxime Coste
2017-02-04
Allow modifying the characters used when highlighting whitespace
Frank LENORMAND
2017-01-13
Update ranges highlighter options according to buffer changes
Maxime Coste
2017-01-08
Apply clang-tidy modernize to the codebase
Maxime Coste
2016-12-26
Use absolute distance for relative line numbering
Maxime Coste
2016-12-07
Replace some string concatenations with a format call
Maxime Coste
2016-12-03
Change ValueId to just be an enum class, it does not need any operators
Maxime Coste
2016-12-02
Display non breaking spaces with ⍽ in show_whitespaces hihglighter
Maxime Coste
2016-11-20
Make ArrayView::subrange size arguement optional
Maxime Coste
2016-10-13
Rename DisplayAtom::Types to avoid conflicts with struct BufferRange
Maxime Coste
2016-10-01
Small refactoring in highlighters.cc
Maxime Coste
2016-10-01
Fix get_column function and add some unit tests for fullwidth text
Maxime Coste
2016-10-01
Support codepoints of variable width
Maxime Coste
2016-07-27
Avoid repeated calls to context.selections() in highlight_selections
Maxime Coste
2016-07-15
Add sanity check
Maxime Coste
2016-05-19
Go back to libc locale and use c_regex_traits
Maxime Coste
2016-05-11
Use C++ locale based functions instead of the libc ones
Maxime Coste
2016-05-10
Use boost::wregex implementation and manually utf8 decode into it
Maxime Coste
2016-04-30
fix whitespace label
pierroelmito
2016-04-30
add face to change whitespace colors
pierroelmito
2016-04-16
Remove iterator based regex constructor
Maxime Coste
2016-04-04
Use a specific option type completions for insert completion
Maxime Coste
2016-03-14
Include tweak
Maxime Coste
2016-03-08
Rework container helpers, use pipe syntax and cleanup implementation
Maxime Coste
2016-01-16
Fix the name of ranges highlighters upon initialization
Frank LENORMAND
[prev]
[next]