<?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[TextFX Plugin Completely Missing]]></title><description><![CDATA[<p dir="auto">I know there’s another thread about getting this plugin enabled, but my issue is that it’s completely missing. I built a new Windows 10 system and installed NPP 7.6.6 64-bit from a Windows installer.  Not only is TextFX not available on the NPP menus, it’s also not listed in the Plugins Admin as an available plugin, and there is no NppTextFX.dll anywhere on my computer. I downloaded the zip &amp; 7z packages (along with previous versions) hoping to find the dll in there, but no joy.</p>
<p dir="auto">Where o’ where did this dll go and how can I get it back.  This plugin is the only one I use in NPP and I can’t live without it. Please help!!</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/17436/textfx-plugin-completely-missing</link><generator>RSS for Node</generator><lastBuildDate>Mon, 13 Apr 2026 20:25:43 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/17436.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 11 Apr 2019 00:30:10 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Sun, 14 Apr 2019 15:44:42 GMT]]></title><description><![CDATA[<p dir="auto">I found the same issue with NP++ 64 bit. TextFX, which I use a lot, is not available on 64 bit.<br />
My solution was to go back to the 32 bit version which still has TextFX in the admin list as an available addon.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42250</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42250</guid><dc:creator><![CDATA[Glen Ford]]></dc:creator><pubDate>Sun, 14 Apr 2019 15:44:42 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 23:30:28 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/611">@jim-dailey</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@peterjones</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@alan-kilborn</a>, and <strong>All</strong>,</p>
<p dir="auto"><strong>Once</strong>, you’ve got a file with your text correctly <strong>lined up</strong>, in different <strong>columns</strong>, you may would like to mimic the <strong><code>Sort lines... at column</code></strong> feature ! If so, just refer to this <strong>old read-only</strong> post, from <a href="http://Sourceforge.net" rel="nofollow ugc">Sourceforge.net</a> :</p>
<p dir="auto"><a href="https://sourceforge.net/p/notepad-plus/discussion/331753/thread/942efd7d/#20d7" rel="nofollow ugc">https://sourceforge.net/p/notepad-plus/discussion/331753/thread/942efd7d/#20d7</a></p>
<p dir="auto">which describes a <strong>general</strong> method to build a <strong>sort</strong>, based on as many <strong>sort-keys</strong> as you want ;-))</p>
<hr />
<p dir="auto">Briefly, for the <strong>specific</strong> <strong><code>TextFX</code></strong> sort, from <strong>column</strong> <strong><code>N</code></strong> to the <strong>end</strong> of line :</p>
<p dir="auto"><strong>A</strong>) Use the <strong>regex</strong> S/R :</p>
<p dir="auto">SEARCH <strong><code>(?-s)^.{</code>N-1<code>}(.+)</code></strong></p>
<p dir="auto">REPLACE <strong><code>\1\x1F$0</code></strong></p>
<p dir="auto"><strong>Note</strong> : For a correct <strong>ascending</strong> sort process, the <strong>separator</strong> character ( <strong><code>\x1F</code></strong> ) must have a <strong>Unicode</strong> value <strong>lower</strong> than the <strong>space</strong> value, so <strong>lower</strong> than <strong><code>\x20</code></strong></p>
<p dir="auto"><strong>B</strong>) Use the <strong><code>Edit Line Operations &gt; Sort Lines Lexicographically Ascending</code></strong> option</p>
<p dir="auto"><strong>C</strong>) Use the regex S/R, to get the <strong>initial</strong> text…sorted at <strong>column</strong> <strong><code>N</code></strong> :</p>
<p dir="auto">SEARCH <strong><code>(?-s)^.+\x1F</code></strong></p>
<p dir="auto">REPLACE <strong><code>Leave EMPTY</code></strong></p>
<p dir="auto">Cheers,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42191</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42191</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Thu, 11 Apr 2019 23:30:28 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 21:58:10 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/611">@jim-dailey</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/3841">@Peterjones</a>, <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-kilborn</a>, and <strong>All</strong>,</p>
<p dir="auto">Hi, <strong>Jim</strong>, if you, <strong>mainly</strong>, use the <strong><code>TextFX</code></strong> plugin for the <strong><code>Line up by a specific char</code></strong> feature, may be the <strong>links</strong>, below, could be of <strong>interest</strong> to you :</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/13909/plugin-update-elastictabstops-v1-3/1" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/13909/plugin-update-elastictabstops-v1-3/1</a>	( <strong>Dail</strong>’s plugin annoncement )</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/17078/aligning-tabs-on-the-screen/15" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/17078/aligning-tabs-on-the-screen/15</a>		    ( My test of the <strong><code>ElasticTabStops</code></strong> plugin )</p>
<hr />
<p dir="auto">And also :</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/15706/textfx-doesn-t-work/5" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/15706/textfx-doesn-t-work/5</a>	 ( <strong>Python</strong> script of <strong>Scott</strong>, to mimic this <strong><code>TextFX</code></strong> feature )</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/15706/textfx-doesn-t-work/10" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/15706/textfx-doesn-t-work/10</a>   ( My version, with a <strong>separator</strong> string, replacing the <strong>delimiter</strong> )</p>
<p dir="auto">Best Regards,</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42189</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42189</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Thu, 11 Apr 2019 21:58:10 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 18:51:45 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/7377">@Alan-Kilborn</a>  Of course I can’t speak for anyone else, and I wouldn’t call it a killer feature, but I use the various <em>line up text</em> features occasionally.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42188</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42188</guid><dc:creator><![CDATA[Jim Dailey]]></dc:creator><pubDate>Thu, 11 Apr 2019 18:51:45 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 17:11:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/611">@Jim-Dailey</a></p>
<p dir="auto">If things aren’t maintained, and you hit a stopper, there is little choice but to move on…  64-bits here could very well be such a stopper.</p>
<p dir="auto">I have TextFX installed since I began using N++ (still using 32-bits, obviously).  However, I find I only use its features if someone asks a question here, never for my own needs.  So I’m wondering what killer features TextFX provides for people…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42185</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42185</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 11 Apr 2019 17:11:59 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 16:57:22 GMT]]></title><description><![CDATA[<p dir="auto">If one only uses TextFX to sort, then moving on shouldn’t be too much trouble; however, TextFX does soooo much more than sort.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42184</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42184</guid><dc:creator><![CDATA[Jim Dailey]]></dc:creator><pubDate>Thu, 11 Apr 2019 16:57:22 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 14:05:55 GMT]]></title><description><![CDATA[<p dir="auto">Perhaps it is time to move past TextFX.  If the N++ in-built sort is not adequate, maybe try this Pythonscript one:</p>
<p dir="auto"><a href="https://gist.github.com/ClaudiaFrank/3b5a346b86b5391c67f2f96845ff7ecd" rel="nofollow ugc">https://gist.github.com/ClaudiaFrank/3b5a346b86b5391c67f2f96845ff7ecd</a></p>
<p dir="auto">I believe that originated from a discussion here:</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/14129/sort-file-removing-duplicates-possible" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/14129/sort-file-removing-duplicates-possible</a></p>
<p dir="auto">On a downside, I guess this script sort is unsupported now as well.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42179</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42179</guid><dc:creator><![CDATA[Alan Kilborn]]></dc:creator><pubDate>Thu, 11 Apr 2019 14:05:55 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 13:48:06 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14957">@spamcop01</a> said:</p>
<blockquote>
<p dir="auto">He also mentioned an experimental 64-bit version of TextFX, but I tried it and it didn’t sort text. No use to me until it can…</p>
</blockquote>
<p dir="auto">Odd.  I am quite surprised – so much so, that I went to the effort of grabbing the experimental 64bit <a href="https://github.com/HQJaTu/NPPTextFX/blob/VS2017-x64/bin/x64/NppTextFX.dll" rel="nofollow ugc">NppTextFX.dll</a>… and seem to have confirmed your experience.  See below.</p>
<p dir="auto">Before I get to that: <a class="plugin-mentions-user plugin-mentions-a" href="https://community.notepad-plus-plus.org/uid/14957">@spamcop01</a>, how fancy of a sort do you need?  Because Notepad++ has had a built-in sort (<strong>Edit &gt; Line Operations &gt; Sort Lines …</strong>) for years now.  Do none of those meet your needs?  What do you need to sort, and with what fancy requirements, that the builtin sort is insufficient?</p>
<p dir="auto">(Also, as a learning experience: notice below how I provide detailed information about versions, along with an exact sequence of events that I take; this will help others replicate (or contradict) my results.)</p>
<p dir="auto">-----</p>
<h2>Confirmation of Bug:</h2>
<p dir="auto">After downloading and installing 64-bit NppTextFX.dll into notepad++ v7.6.3 64-bit, I created a new file:</p>
<pre><code>this
is
an
unsorted
list
of
words
</code></pre>
<p dir="auto">Then tried to run <strong>TextFX &gt; Sort lines case sensitive (at column)</strong> – and it told me to select text.  So I selected everything, and tried again; the busy-icon spun for a couple of seconds, and when it was done, the text was still in the same un-sorted order that it started in.  I thought maybe it was because it was an unnamed/unsaved file, so I saved it with a name… and tried again, but it still wouldn’t sort.</p>
<p dir="auto">My <strong>? &gt; Debug Info</strong>:</p>
<pre><code>Notepad++ v7.6.3   (64-bit)
Build time : Jan 27 2019 - 17:16:47
Path : C:\usr\local\apps\notepad++\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS : Windows 10 (64-bit)
Plugins : ComparePlugin.dll DSpellCheck.dll MarkdownViewerPlusPlus.dll mimeTools.dll NppConverter.dll NppExec.dll NppFTP.dll NppTextFX.dll PreviewHTML.dll PythonScript.dll XMLTools.dll 
</code></pre>
<p dir="auto">I then downloaded 32-bit TextFX v0.26 from <a href="https://sourceforge.net/projects/npp-plugins/files/TextFX/TextFX%20v0.26/" rel="nofollow ugc">https://sourceforge.net/projects/npp-plugins/files/TextFX/TextFX v0.26/</a>, and installed it in a portable v7.5.8 32-bit</p>
<pre><code>Notepad++ v7.5.8   (32-bit)
Build time : Jul 23 2018 - 02:03:53
Path : C:\usr\local\apps\npp32.7.5.8\notepad++.exe
Admin mode : OFF
Local Conf mode : ON
OS : Windows 10 (64-bit)
Plugins : DSpellCheck.dll mimeTools.dll NppConverter.dll NppExport.dll NppTextFX.dll PythonScript.dll 
</code></pre>
<p dir="auto">I noticed that this TextFX was 0.26, but the experimental 64-bit had been v0.25.  So I downgraded to <a href="https://sourceforge.net/projects/npp-plugins/files/TextFX/TextFX%20v0.25/" rel="nofollow ugc">https://sourceforge.net/projects/npp-plugins/files/TextFX/TextFX v0.25/</a> for the 32bit.</p>
<p dir="auto">I also tried downloading fresh portables of 7.6.6 both 32-bit and 64-bit, and installed the appropriate TextFX v0.25.  The 32-bit sorted; the 64-bit did not.</p>
<p dir="auto">I have confirmed that in NPP v7.5.8-32bit, both versions of NppTextFX (v0.25 and v0.26) properly sorted; in 7.6.6-32bit, verified v0.25 sorted.  But in NPP v7.6.3-64bit with the experimental NppTextFX 64-bit v0.25, it did <em>not</em> sort; neither did 7.6.6-64bit with 64-bit v0.25 TextFX.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42178</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42178</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Thu, 11 Apr 2019 13:48:06 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 09:16:36 GMT]]></title><description><![CDATA[<p dir="auto">In these files there is already ready plugin x64<br />
<a href="https://github.com/HQJaTu/NPPTextFX/blob/VS2017-x64/bin/x64/NppTextFX.dll" rel="nofollow ugc">https://github.com/HQJaTu/NPPTextFX/blob/VS2017-x64/bin/x64/NppTextFX.dll</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/42173</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42173</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Thu, 11 Apr 2019 09:16:36 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 09:11:19 GMT]]></title><description><![CDATA[<p dir="auto">There are resource files for building x64:<br />
<a href="https://github.com/HQJaTu/NPPTextFX/tree/VS2017-x64" rel="nofollow ugc">https://github.com/HQJaTu/NPPTextFX/tree/VS2017-x64</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/42172</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42172</guid><dc:creator><![CDATA[andrecool-68]]></dc:creator><pubDate>Thu, 11 Apr 2019 09:11:19 GMT</pubDate></item><item><title><![CDATA[Reply to TextFX Plugin Completely Missing on Thu, 11 Apr 2019 01:14:08 GMT]]></title><description><![CDATA[<p dir="auto">Think I answered my own question: there’s no TextFX plugin for 64-bit NPP.  Found it mentioned here along with the suggestion to download the 32-bit zip or 7z version and install the plug-in with it:</p>
<p dir="auto"><a href="https://notepad-plus-plus.org/community/topic/17336/code-formatter-notepad-64" rel="nofollow ugc">https://notepad-plus-plus.org/community/topic/17336/code-formatter-notepad-64</a></p>
<p dir="auto">He also mentioned an experimental 64-bit version of TextFX, but I tried it and it didn’t sort text.  No use to me until it can…</p>
]]></description><link>https://community.notepad-plus-plus.org/post/42171</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/42171</guid><dc:creator><![CDATA[spamcop01]]></dc:creator><pubDate>Thu, 11 Apr 2019 01:14:08 GMT</pubDate></item></channel></rss>