<feed xmlns='http://www.w3.org/2005/Atom'>
<title>kakoune.git/test/highlight/replace-multiline-range, branch master</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/'/>
<entry>
<title>Delay NormalMode clearing of status line and info box to next idle</title>
<updated>2024-08-08T03:08:01+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2024-08-08T02:56:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=6af7a847c74a05748ba139aed6386c0a6df0220b'/>
<id>6af7a847c74a05748ba139aed6386c0a6df0220b</id>
<content type='text'>
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).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
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).
</pre>
</div>
</content>
</entry>
<entry>
<title>Add support for curly underline and separate underline color</title>
<updated>2021-09-06T22:21:26+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2021-09-06T22:21:26+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=3fc8e29d101b4f6eef2538cdbe799bab9859f4b3'/>
<id>3fc8e29d101b4f6eef2538cdbe799bab9859f4b3</id>
<content type='text'>
Add support for a third color in face definition that controls
the underline and a 'c' attribute for curly underline (that takes
precedence over 'u' if both are specified)

Allow empty colors to mean default, so that `,,red+u` means the
same as `default,default,red+u`

Fixes #4138
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add support for a third color in face definition that controls
the underline and a 'c' attribute for curly underline (that takes
precedence over 'u' if both are specified)

Allow empty colors to mean default, so that `,,red+u` means the
same as `default,default,red+u`

Fixes #4138
</pre>
</div>
</content>
</entry>
<entry>
<title>Support multi-line replace-ranges</title>
<updated>2020-04-27T07:39:21+00:00</updated>
<author>
<name>Maxime Coste</name>
<email>mawww@kakoune.org</email>
</author>
<published>2020-04-27T03:36:12+00:00</published>
<link rel='alternate' type='text/html' href='https://git.vinkies.net/kakoune.git/commit/?id=954373d3cfa9d168f7949f12cb7b2e730d18de99'/>
<id>954373d3cfa9d168f7949f12cb7b2e730d18de99</id>
<content type='text'>
This likely has lots of rough edges, but should be an initial proof
of concept to support folding.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This likely has lots of rough edges, but should be an initial proof
of concept to support folding.
</pre>
</div>
</content>
</entry>
</feed>
