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
2018-10-21
Fix LineRangeSet::udpate not updating some traling ranges correctly
Maxime Coste
2018-10-15
Fix handling of capture matching in region highlighter
Maxime Coste
2018-10-14
Cleanup RegexHighlighter code and drop cache when it becomes too big
Maxime Coste
2018-10-14
maintain a list of valid ranges for region highlighting
Maxime Coste
2018-10-14
Slight code refactoring in RegionsHighlighter
Maxime Coste
2018-10-06
Reduce memory usage of cached matches for RegionsHighlighter
Maxime Coste
2018-10-01
show_matching_char highlighter use the matching_pairs options
Justin Frank
2018-09-16
Update documentation of region highlighter to match change in 2e0e206951adefe...
Jan-Jaap Korpershoek
2018-08-28
Speed up wrapping at word boundaries.
Tim Allen
2018-08-27
Refactor whitespace highlighter into a struct
Maxime Coste
2018-07-26
Cleanup some trailing whitespaces and double semicolon
Maxime Coste
2018-07-26
Replace a few loops with ranges
Maxime Coste
2018-07-26
Fix missing override specifier
Maxime Coste
2018-07-08
Rename highlighters that used an underscore to use a dash
Maxime Coste
2018-07-08
Refactor WrapHighlighter::next_split_pos to avoid non-linear complexity
Maxime Coste
2018-07-05
Make recurse regex opt-in with a -recurse switch instead of opt-out
Maxime Coste
2018-07-05
Fix bug in recursive region highlighting
Maxime Coste
2018-07-05
Fix region highlighters validation that the delegate type exists
Maxime Coste
2018-07-05
Parse unknown switches as positional for region highlighters
Maxime Coste
2018-07-05
Prevent adding region/default-region highlighters to non-regions parents
Maxime Coste
2018-07-05
Allow removing region from regions highlighter
Maxime Coste
2018-07-05
Invalidate cache when RegionsHighlighter subregions are modified
Maxime Coste
2018-07-05
Refactor RegionsHighlighters to define each region as a separate command
Maxime Coste
2018-07-05
Refactor add-highlighter to make naming explicit
Maxime Coste
2018-07-05
Improve highlighting of Kakrc string regions
Maxime Coste
2018-06-11
Extract update_ranges_ifn as a general utility function
Maxime Coste
2018-06-11
Pass DisplaySetup through the HighlightContext
Maxime Coste
2018-05-30
docs: fix missing `]` in wrap hl -marker switch docstring
Delapouite
2018-05-28
Fix typos in add-highlighter range help
Alyssa Ross
2018-05-27
Refactor option_from_string to return directly the option value
Maxime Coste
2018-05-26
Add a -marker <marker_text> switch support to the wrap highlighter
Maxime Coste
2018-05-26
Do not expose C++ typeid().name to user facing errors on wrong option type
Maxime Coste
2018-05-19
Fix assert with window small enough so that no part of buffer is displayed
Maxime Coste
2018-04-29
Remove implicit conversion from String to DisplayAtom/DisplayLine
Maxime Coste
2018-04-07
Make FaceRegistry scoped
Maxime Coste
2018-04-06
Make error messages more consistent
Delapouite
2018-04-06
Make compute_display_setup methods const
Maxime Coste
2018-03-16
RangesHighlighter: a range that goes up to buffer end is not valid
Maxime Coste
2018-03-13
ranges: Add transform overload taking directly a pointer to member
Maxime Coste
2018-03-11
Detect infinit recursion in reference highlighting
Maxime Coste
2018-03-05
Regex: take the full subject range as a parameter
Maxime Coste
2018-02-24
Highlight cursors differently when they lie on an end of line
Maxime Coste
2018-02-15
CommandManager: refactor parsing of commands to iterate through tokens
Maxime Coste
2018-02-11
Do not specify utf8 InvalidPolicy when we are using the default value
Maxime Coste
2017-12-29
Correctly set the NotBeginOfSubject/NotEndOfSubject flags for regex matching
Maxime Coste
2017-12-21
Highlighter: In general, highlight replaced ranges
Maxime Coste
2017-11-28
Wrap: try to rework and simplify the algorithms further
Maxime Coste
2017-11-25
Highlighters: Introduce unique highlighter support
Maxime Coste
2017-11-22
dynregex: slight code refactor, moving a helper function to lambda
Maxime Coste
2017-11-21
Wrap: simplify logic a bit and fix case where too many lines got displayed
Maxime Coste
[prev]
[next]