<?xml version="1.0" encoding="UTF-8"?><rss xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:atom="http://www.w3.org/2005/Atom" version="2.0"><channel><title><![CDATA[Plug-In -&gt; Colorize Partial&#x2F;Full line (until the end of visible line in editor)]]></title><description><![CDATA[<p dir="auto">Is there a Plug-In or simple code snippet I could adapt,<br />
that uses a Regex find and to colorize a full-line when found…<br />
or a partial line (from where is found to the end of visible editor space)</p>
<p dir="auto">I think this is a functionality that would fit like a glove<br />
in the “Language Definition” feature…<br />
but since it does not exist yet… ;-)</p>
<p dir="auto">In my case:<br />
I need to colorize all line when ^$line:$ is found<br />
or colorize a block of lines when ^$block:(.*)^$ is found</p>
<p dir="auto">TIA/ZEE</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18456/plug-in-colorize-partial-full-line-until-the-end-of-visible-line-in-editor</link><generator>RSS for Node</generator><lastBuildDate>Thu, 21 May 2026 02:46:18 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18456.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 01 Nov 2019 20:53:03 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Plug-In -&gt; Colorize Partial&#x2F;Full line (until the end of visible line in editor) on Mon, 04 Nov 2019 21:04:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibit_zee" aria-label="Profile: IBIT_ZEE">@<bdi>IBIT_ZEE</bdi></a></p>
<p dir="auto">If I understand correctly you are looking for something like <a href="https://community.notepad-plus-plus.org/topic/17134/enhance-udl-lexer/31">this</a> !?</p>
<p dir="auto">Basically, you want to enhance an existing UDL or builtin lexer, correct?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48313</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48313</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Mon, 04 Nov 2019 21:04:28 GMT</pubDate></item><item><title><![CDATA[Reply to Plug-In -&gt; Colorize Partial&#x2F;Full line (until the end of visible line in editor) on Mon, 04 Nov 2019 20:59:43 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibit_zee" aria-label="Profile: IBIT_ZEE">@<bdi>IBIT_ZEE</bdi></a> said in <a href="/post/48311">Plug-In -&gt; Colorize Partial/Full line (until the end of visible line in editor)</a>:</p>
<blockquote>
<p dir="auto">objective is to “colorize the full line where ‘regex’ is found…”</p>
</blockquote>
<p dir="auto">Use the Mark function as previously described and put this in Find what:  <code>(?-s).*?Z.*?</code> where <code>Z</code> is the placeholder for your regular expression of interest.</p>
<p dir="auto">I’d use your examples instead of <code>Z</code>, but they are a bit confusing as to what you want.</p>
<blockquote>
<p dir="auto">and ‘on the fly’… as you edit/scroll/etc…</p>
</blockquote>
<p dir="auto">Well, if you tick the <code>Wrap around</code> checkbox as previously described, you can be sure that as you scroll around the doc after marking it that you’ll see the colorized lines in the full document.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48312</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48312</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Mon, 04 Nov 2019 20:59:43 GMT</pubDate></item><item><title><![CDATA[Reply to Plug-In -&gt; Colorize Partial&#x2F;Full line (until the end of visible line in editor) on Mon, 04 Nov 2019 20:52:00 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ekopalypse" aria-label="Profile: Ekopalypse">@<bdi>Ekopalypse</bdi></a><br />
objective is to “colorize the full line where ‘regex’ is found…”<br />
and ‘on the fly’… as you edit/scroll/etc…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48311</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48311</guid><dc:creator><![CDATA[IBIT_ZEE]]></dc:creator><pubDate>Mon, 04 Nov 2019 20:52:00 GMT</pubDate></item><item><title><![CDATA[Reply to Plug-In -&gt; Colorize Partial&#x2F;Full line (until the end of visible line in editor) on Sun, 03 Nov 2019 17:00:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/ibit_zee" aria-label="Profile: IBIT_ZEE">@<bdi>IBIT_ZEE</bdi></a></p>
<p dir="auto">not quite sure but what about the mark feature from the find dialog?</p>
<p dir="auto"><img src="/assets/uploads/files/1572800394705-ef85d875-aa16-41d8-aa9b-a4eab9fe71f1-image.png" alt="ef85d875-aa16-41d8-aa9b-a4eab9fe71f1-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/48288</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48288</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Sun, 03 Nov 2019 17:00:49 GMT</pubDate></item></channel></rss>