1
1
mirror of https://github.com/mawww/kakoune.git synced 2024-11-23 15:23:29 +03:00
kakoune/test/highlight
Maxime Coste 6af7a847c7 Delay NormalMode clearing of status line and info box to next idle
A common pattern is for info/echo messages to be generated by idle
hooks but the clearing of previous info/echo was done immediately on
normal mode events. This led to flickering of the info box especially
when a hook was repeatidly generating the same info (like moving
a cursor in the same word where the hook reacts to the word under
the cursor).
2024-08-08 13:08:01 +10:00
..
column/multi-columns Re-work line trimming to fix issues with column highighters 2022-07-13 12:24:14 +10:00
face-override Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
named-captures Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
number-lines Refactor highlighting logic 2022-07-10 14:58:24 +10:00
ranges Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
regions Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
regions-recurse Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
replace-empty-range Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
replace-multiline-range Delay NormalMode clearing of status line and info box to next idle 2024-08-08 13:08:01 +10:00
replace-multiline-range-pulls-new-lines Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00
replace-only-fully-selected-ranges Delay NormalMode clearing of status line and info box to next idle 2024-08-08 13:08:01 +10:00
rust Adjust test/highlight/rust/value 2024-04-27 16:29:57 +10:00
wrap/avoid-odd-places Add support for curly underline and separate underline color 2021-09-07 08:21:26 +10:00