<?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[findText]]></title><description><![CDATA[<p dir="auto">I have several scripts that use <code>editor.findText</code>.  Since some time it does not find anything. Example:</p>
<pre><code>from __future__ import print_function
from Npp import *
# DELIMITER
pos = editor.findText(FINDOPTION.WHOLEWORD, 0, editor.getLength(), "DELIMITER")
print(pos)  # --&gt; none
</code></pre>
<p dir="auto">My debug info is:</p>
<p dir="auto">Notepad++ v8.3.1   (64-bit)<br />
Build time : Feb 13 2022 - 15:41:12<br />
Path : C:\Program Files\Notepad++\notepad++.exe<br />
Command Line :<br />
Admin mode : OFF<br />
Local Conf mode : OFF<br />
Cloud Config : OFF<br />
OS Name : Windows 10 Home (64-bit)<br />
OS Version : 2009<br />
OS Build : 19043.1526<br />
Current ANSI codepage : 1252<br />
Plugins : ColumnTools.dll DSpellCheck.dll HexEditor.dll mimeTools.dll NppConverter.dll NppExport.dll PythonScript.dll</p>
<p dir="auto">Does anybody have any suggestions? Thanks in advance.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22632/findtext</link><generator>RSS for Node</generator><lastBuildDate>Thu, 16 Jul 2026 01:47:31 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22632.rss" rel="self" type="application/rss+xml"/><pubDate>Thu, 24 Feb 2022 10:52:53 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to findText on Thu, 24 Feb 2022 12:39:28 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-wormer" aria-label="Profile: paul-wormer">@<bdi>paul-wormer</bdi></a> I updated to version 2.0.0 via GitHub and now it works.  Windows defender warned severely for viruses though, which I somewhat reluctantly ignored.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74536</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74536</guid><dc:creator><![CDATA[Paul Wormer]]></dc:creator><pubDate>Thu, 24 Feb 2022 12:39:28 GMT</pubDate></item><item><title><![CDATA[Reply to findText on Thu, 24 Feb 2022 12:30:38 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 />
I removed pythonscript (per Plugins Admin) and reinstalled it (also per Plugins Admin). I now have 1.5.4.0, but it still does not work. Do I have to update via another route?</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74534</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74534</guid><dc:creator><![CDATA[Paul Wormer]]></dc:creator><pubDate>Thu, 24 Feb 2022 12:30:38 GMT</pubDate></item><item><title><![CDATA[Reply to findText on Thu, 24 Feb 2022 12:22:20 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 />
Thank you, I didn’t know that.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74533</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74533</guid><dc:creator><![CDATA[Paul Wormer]]></dc:creator><pubDate>Thu, 24 Feb 2022 12:22:20 GMT</pubDate></item><item><title><![CDATA[Reply to findText on Thu, 24 Feb 2022 11:32:52 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/paul-wormer" aria-label="Profile: paul-wormer">@<bdi>paul-wormer</bdi></a></p>
<p dir="auto">You need to update <a href="https://github.com/bruderstein/PythonScript/releases/tag/v2.0.0" rel="nofollow ugc">PythonScript</a> due to the changes made in Npp 8.3.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/74529</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/74529</guid><dc:creator><![CDATA[Ekopalypse]]></dc:creator><pubDate>Thu, 24 Feb 2022 11:32:52 GMT</pubDate></item></channel></rss>