<?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[Highlighting an Entire Line]]></title><description><![CDATA[<p dir="auto">I use BareTailPro quite a lot because I can highlight entire lines containing certain keywords and it makes it easier to navigate through a complicated log.</p>
<p dir="auto">Notepad++ will allow me to highlight only those keywords if I define my own language. I would really like to be able to edit logs within Notepad++ but maintain this highlighting.</p>
<p dir="auto">Is anyone aware of a plugin that will allow an entire line to be highlighted and not just the keyword?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/20001/highlighting-an-entire-line</link><generator>RSS for Node</generator><lastBuildDate>Fri, 11 Sep 2026 16:30:05 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/20001.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 15 Sep 2020 21:36:33 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Highlighting an Entire Line on Tue, 02 Apr 2024 12:43:26 GMT]]></title><description><![CDATA[<p dir="auto">…a bit late to the party but if s/o stumbles over this thread:</p>
<p dir="auto">The NP++ <strong>plugin</strong> <a href="https://github.com/xquintana/LineHighlighter" rel="nofollow ugc">LineHighlighter</a> does the job very well, <a href="https://www.virustotal.com/gui/file/42484ab184cb912b451db09edc6ec445306129c4cafad4561dbe86d5de2f91fe?nocache=1" rel="nofollow ugc">Virustotal showed 0/71</a> pos. virus/malware tests for the plugin.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/93960</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/93960</guid><dc:creator><![CDATA[RalMay]]></dc:creator><pubDate>Tue, 02 Apr 2024 12:43:26 GMT</pubDate></item><item><title><![CDATA[Reply to Highlighting an Entire Line on Tue, 22 Sep 2020 23:44:29 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-spark" aria-label="Profile: Paul-Spark">@<bdi>Paul-Spark</bdi></a></p>
<p dir="auto">If you truly want the whole line highlighted, you can do a marking operation similar to what Peter shows, but do it in regular expression search mode and use a <em>Find what</em> field of:</p>
<p dir="auto"><code>(?-s)^.*?(?=word1|word2|word3).*$</code></p>
<p dir="auto">where word1, etc is your text of interest.</p>
<p dir="auto">There are some limitations:  won’t save/restore with restarts of N++, new text added to the file after the marking operation won’t automagically get the highlighting…probably some other issues as well.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57841</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57841</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Tue, 22 Sep 2020 23:44:29 GMT</pubDate></item><item><title><![CDATA[Reply to Highlighting an Entire Line on Tue, 22 Sep 2020 21:31:27 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-spark" aria-label="Profile: Paul-Spark">@<bdi>Paul-Spark</bdi></a> ,</p>
<p dir="auto">I don’t know of a plugin that does that, per se.</p>
<p dir="auto">However, there might be something that will help.</p>
<p dir="auto">If you use <strong>Search &gt; Mark</strong> instead of <strong>Search &gt; Find</strong> (or go to the <strong>Mark</strong> tab from the normal <strong>Find</strong> dialog), using <strong>Mark All</strong> will mark the individual words:<br />
<img src="/assets/uploads/files/1600810074096-a388a021-e8ed-48d2-9635-70a76f701967-image.png" alt="a388a021-e8ed-48d2-9635-70a76f701967-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">But if you enable the <code>☑ Bookmark Line</code> option, then it will put a “bookmark” on the line, as well:<br />
<img src="/assets/uploads/files/1600810153165-b08f1eef-99ca-4212-8cd3-b2c476996614-image.png" alt="b08f1eef-99ca-4212-8cd3-b2c476996614-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Once bookmarked, you can use the <strong>Search &gt; Bookmark &gt;</strong> submenu (or the keyboard shortcuts shown) to navigate between the bookmarked lines, and perform other actions (like copy all the bookmarked lines or delete everything that is (or is not) bookmarked).</p>
]]></description><link>https://community.notepad-plus-plus.org/post/57835</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/57835</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Tue, 22 Sep 2020 21:31:27 GMT</pubDate></item></channel></rss>