<?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[Custom Styling]]></title><description><![CDATA[<p dir="auto">Hey, folks. My name is Youssef. I’m new to using Notepad+<br />
How’s it going? I’m writing here to ask you for advice on how to automate a process. I want Notepad++ to count character lengths per line for me, and notify me when they’re over a certain number. Thanks a bunch! And take care!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/23157/custom-styling</link><generator>RSS for Node</generator><lastBuildDate>Fri, 07 Aug 2026 10:30:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/23157.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 24 Jun 2022 16:39:25 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Custom Styling on Fri, 24 Jun 2022 17:28:30 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> Perfect! Thanks so much.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77814</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77814</guid><dc:creator><![CDATA[Heehonk]]></dc:creator><pubDate>Fri, 24 Jun 2022 17:28:30 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Styling on Fri, 24 Jun 2022 17:14:37 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> said in <a href="/post/77811">Custom Styling</a>:</p>
<blockquote>
<p dir="auto">Find: (?-s)^.{100]</p>
</blockquote>
<p dir="auto">What the heck did I type??</p>
<p dir="auto">I meant <code>(?-s)^.{100,}</code></p>
<p dir="auto">Actually, in a <em>Find All</em> or a <em>Mark All</em>, this will work as well:</p>
<p dir="auto"><code>(?-s)^.{100}</code></p>
<p dir="auto">Note, no comma.  Which was what I originally meant, although I lost the Shift key at the end and got <code>]</code> instead of <code>}</code>.</p>
<blockquote>
<p dir="auto">Also, where can I learn more about customizing Notepad++?</p>
</blockquote>
<p dir="auto">I suppose the user manual?<br />
<a href="https://npp-user-manual.org/" rel="nofollow ugc">https://npp-user-manual.org/</a><br />
Or by reading postings here on this current site.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77813</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77813</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 24 Jun 2022 17:14:37 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Styling on Fri, 24 Jun 2022 17:08:19 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/alan-kilborn" aria-label="Profile: alan-kilborn">@<bdi>alan-kilborn</bdi></a> Hey, Alan! Thanks for responding! Am I doing this right?</p>
<p dir="auto"><img src="/assets/uploads/files/1656090462401-3b36c538-4ffc-4e8c-b792-b2034b09f01a-image.png" alt="3b36c538-4ffc-4e8c-b792-b2034b09f01a-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">Also, where can I learn more about customizing Notepad++? Thanks!</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77812</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77812</guid><dc:creator><![CDATA[Heehonk]]></dc:creator><pubDate>Fri, 24 Jun 2022 17:08:19 GMT</pubDate></item><item><title><![CDATA[Reply to Custom Styling on Fri, 24 Jun 2022 17:04:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/heehonk" aria-label="Profile: heehonk">@<bdi>heehonk</bdi></a></p>
<p dir="auto">You could do a <em>Find All</em> to find lines greater than or equal to a  certain length, e.g. 100:</p>
<p dir="auto">Find: <code>(?-s)^.{100]</code><br />
Search mode: Regular expression</p>
]]></description><link>https://community.notepad-plus-plus.org/post/77811</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/77811</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Fri, 24 Jun 2022 17:04:05 GMT</pubDate></item></channel></rss>