<?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[How to add a new split symbol ?]]></title><description><![CDATA[<p dir="auto">By default, when we double-click a word, we don’t select the <strong>+ - =</strong> symbols (even if there are no spaces between the word and the symbol), because the editor thinks that they are not integrated with the words.<br />
now I want to let some new symbols, such as <strong>¦</strong> or <strong>¶</strong>, be distinguished and not considered part of the word. How can I include these new symbols in the scope of the segmentation?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/18490/how-to-add-a-new-split-symbol</link><generator>RSS for Node</generator><lastBuildDate>Sun, 19 Jul 2026 13:22:05 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/18490.rss" rel="self" type="application/rss+xml"/><pubDate>Mon, 11 Nov 2019 17:44:44 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to add a new split symbol ? on Mon, 11 Nov 2019 20:00:14 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: PeterJones">@<bdi>PeterJones</bdi></a> Oh! In fact, I used the version of 7.5.5 before. After your reminder, I upgraded to the latest version, and then found that the problem was automatically solved 😂.<br />
Well, thank you very much for your reply.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48438</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48438</guid><dc:creator><![CDATA[XJ.Chen XJ.Chen]]></dc:creator><pubDate>Mon, 11 Nov 2019 20:00:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to add a new split symbol ? on Mon, 11 Nov 2019 18:05:39 GMT]]></title><description><![CDATA[<p dir="auto">The <code>¦</code> (and the <code>|</code>, which you may have meant) and <code>¶</code> are already not considered part of the list of word characters for double-click purposes.</p>
<p dir="auto">I tried it on</p>
<pre><code>blah¦blah
blah|blah
blah¶blah
blah+blah
blah-blah,
blah_blah
blahæçèblah
</code></pre>
<p dir="auto">with both v7.7.1 and v7.8.1</p>
<p dir="auto">here’s an animation showing it working for me:<br />
<img src="https://i.imgur.com/vFsbEVP.gif" alt="" class=" img-fluid img-markdown" /></p>
<p dir="auto">if it’s <em>not</em> behaving that way for you, then you’ve got something else going on.</p>
<p dir="auto">Per <a href="https://npp-user-manual.org/docs/preferences/#delimiter" rel="nofollow ugc">the docs</a>, you can <em>add</em> characters to the list of word-characters – so it will consider those characters <em>part</em> of a word – but there isn’t an exclusion list.  Notepad++ defaults to the list of unicode “word characters”, which includes anything that’s a letter or number or underscore in any of the unicode subsections, but doesn’t include symbols, punctuation, or the like.  If you’ve <em>added</em> the <code>¦</code> and <code>¶</code> to the word-character list, then double-click <em>should</em> include them, but otherwise double-click should not.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/48436</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/48436</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 11 Nov 2019 18:05:39 GMT</pubDate></item></channel></rss>