<?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[Does Autocompletion require a formal lexer?]]></title><description><![CDATA[<p dir="auto">Hello again.</p>
<p dir="auto">I thought might try and take a stab at the autocompletion feature, and I’m pretty sure I did the xml file properly. I’m only, again, trying one function just to test if it works. When it didn’t, I re-read the manual and it mentions:</p>
<p dir="auto"><code>These function lists are stored in auto-completion definition files, each named according to its language. (The words in these files do not necessarily include all the keywords listed in the lexer definitions.) These files can specify which of the words are keywords and which are functions; functions support an additional completion feature, “parameter hint.”</code></p>
<p dir="auto">So, unless that lexer references the UDL, it insinuates to me that another file is required. I’ve noticed also, that I can’t get the <code>dBASEPlus</code> to show up in the languages dialog in the preferences dialog…so not sure if that has anything to do with it.</p>
<p dir="auto">Here is my autocompletion file:</p>
<pre><code>&lt;?xml version="1.0" encoding="Windows-1252" ?&gt;
&lt;NotepadPlus&gt;
   &lt;AutoComplete language="dBASEPlus"&gt;
       &lt;Environment ignoreCase="yes" startFunc="(" stopFunc=")" paramSeparator="," terminal="" additionalWordChar = ""/&gt;
       &lt;KeyWord name="fopen" func="yes"&gt;
           &lt;Overload retVal="FILE handle" descr="Returns a file handle to use"&gt;
               &lt;Param name="filename expC" /&gt;
			   &lt;Param name="access expC" /&gt;
           &lt;/Overload&gt;
       &lt;/KeyWord&gt;
   &lt;/AutoComplete&gt;
&lt;/NotepadPlus&gt;
</code></pre>
<p dir="auto">Below is a couple of screenshots that what’s going on elsewhere that I think are supposed to be matching also, the language is showing in the language selection menu:<br />
<img src="/assets/uploads/files/1638696287325-autolanguageright.png" alt="AutoLanguageRight.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Below is the UDL showing the word in the keyword list, which I have the bold set for when it displays:<br />
<img src="/assets/uploads/files/1638696371883-autoudlkeyword.png" alt="AutoUDLkeyword.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">These are my preferences settings:<br />
<img src="/assets/uploads/files/1638696485829-autoprefsettings.png" alt="AutoPrefSettings.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Below shows no word completion box:<br />
<img src="/assets/uploads/files/1638696919841-autonowordhint.png" alt="AutoNowordhint.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Below shows no Function hints:<br />
<img src="/assets/uploads/files/1638696967675-autonofunctionhint.png" alt="AutoNoFunctionhint.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Below shows no hint or completion, but the UDL is recognized properly:<br />
<img src="/assets/uploads/files/1638697014401-autonohintorcomplete.png" alt="AutoNOhintorcomplete.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">So does auto-completion require an lexer for the language be built to use it? Do my files, settings etc look right if a  lexer isn’t needed?  I have read the manual, but maybe I missed something or didn’t understand something?</p>
<p dir="auto">Sorry for the long post and pics, but…tried and don’t seem to be getting anywhere yet.</p>
<p dir="auto">Thanks in advance.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/22225/does-autocompletion-require-a-formal-lexer</link><generator>RSS for Node</generator><lastBuildDate>Mon, 15 Jun 2026 17:40:22 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/22225.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 05 Dec 2021 09:39:30 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 20:06:35 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/guy038" aria-label="Profile: guy038">@<bdi>guy038</bdi></a></p>
<p dir="auto">Argh… Thanks.</p>
<p dir="auto">I had made my self some skeletons to copy/paste to test some of the functions and parameters that I thought might give me problems before trying to do the file enmasse with the wonderfully written hints about how to mass format a keyword list…and apparently my hand typed abbreviations deviated from the proper abbreviations. :-(</p>
<p dir="auto">Thanks… in my defense, it was another all-nighter and blurry eyes were present. :-)</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71983</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71983</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 20:06:35 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 12:42:27 GMT]]></title><description><![CDATA[<p dir="auto">Hello, <a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a>, <a class="plugin-mentions-user plugin-mentions-a" href="/user/peterjones" aria-label="Profile: peterjones">@<bdi>peterjones</bdi></a> and <strong>All</strong>,</p>
<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a>, <strong>why</strong> do you use :</p>
<pre><code class="language-xml">			&lt;Overload retVal="{nVal}" descrip="Copies elements from one array to another. Returns the number of elements copied."&gt;
</code></pre>
<p dir="auto">And not :</p>
<pre><code class="language-xml">			&lt;Overload retVal="{nVal}" descr="Copies elements from one array to another. Returns the number of elements copied."&gt;
</code></pre>
<p dir="auto">Maybe, this syntax explains the problem ? ( <strong>not</strong> tested ! )</p>
<p dir="auto">BR</p>
<p dir="auto">guy038</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71964</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71964</guid><dc:creator><![CDATA[guy038]]></dc:creator><pubDate>Wed, 08 Dec 2021 12:42:27 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 08:29:05 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a><br />
On a hunch, just in case, I need to disclose that the keyword just before it doesn’t have a  “Parameter” section in the “Overload” section, like so:</p>
<pre><code>		&lt;KeyWord name="ACCESS" func="yes"&gt;
			&lt;Overload retVal="{accessLevelN}" descrip="Returns the access level of the current user for DBF table security."&gt;
			&lt;/Overload&gt;
		&lt;/KeyWord&gt;
</code></pre>
<p dir="auto">Just in case that may have something to do with it. As I read the Autocompletion section, the parameter was an option, as is the description, but in this case, this function returns a security level of the user, and takes no parameters, as far as I know, but it does return an access level number for the users access priveledges.  Hence, no parameter supplied…unless it needs to have a Null parameter there.  Just an FYI for full disclosure. I also can’t get the description for this function which is why I bring it up. The other desciptions past these two work, but these two don’t so I have reason to believe ther’s something there that’s wrong, but I’m just not seeing it, especially since I don’t see any syntax highlighting goofs.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71960</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71960</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 08:29:05 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 07:55:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a><br />
I have a little problem.  I filled in a keyword function here:</p>
<pre><code>		&lt;KeyWord name="ACOPY" func="yes"&gt;
			&lt;Overload retVal="{nVal}" descrip="Copies elements from one array to another. Returns the number of elements copied."&gt;
				&lt;Param name="&lt;source array&gt;"/&gt;
				&lt;Param name="&lt;target array&gt;"/&gt;
				&lt;Param name="[&lt;startingelement expN&gt;]"/&gt;
				&lt;Param name="[&lt;elements expN&gt;]"/&gt;
				&lt;Param name="[&lt;targetelemnt expN&gt;&rsqb;&rsqb;]"/&gt;
			&lt;/Overload&gt;
		&lt;/KeyWord&gt;
</code></pre>
<p dir="auto">But this is all that shows:<br />
<img src="/assets/uploads/files/1638949903673-autoacopyshow.png" alt="AutoAcopyShow.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">I’m missing some text and not quite sure why. Any ideas? I don’t see any out of place syntax highlighting in the text, even though it is long. Is there a limit to length before it’s ignored?</p>
<p dir="auto">Thanks in advance.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71958</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71958</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 07:55:49 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 01:22:15 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>,</p>
<p dir="auto">Here’s what I went with, adding the reason for each version, so there would be no mistakenly taking the one without knowing which it applied to.</p>
<pre><code>	    &lt;KeyWord name="MAX" func="yes"&gt;
           &lt;Overload retVal="{Greater value}" descr="dBASE - Compares two numbers (or two date, character, or logical expressions) and returns the greater value."&gt;
				&lt;Param name="value exp1" /&gt;
				&lt;Param name="value exp2" /&gt;
            &lt;/Overload&gt;
		&lt;Overload retVal="{Greater value}" descr="SQL - Compares provided expression and returns the greater value"&gt;
				&lt;Param name="value exp1" /&gt;
		&lt;/Overload&gt;
        &lt;/KeyWord&gt;
</code></pre>
<p dir="auto">There is duplicates for at least each SQL function used as well as equivalents in dBASE. For instance, the Upper() and Lower() are identical, so I didn’t see any need to worry about those, since they take the same kind and number of parameters, but as you can see, Min() and Max() take different numbers of parameters and perhaps types.</p>
<p dir="auto">Thanks again.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71951</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71951</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 01:22:15 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 01:15:35 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> ,<br />
Thank you again, that worked perfectly. I guess I didn’t catch that in the Overload section as I thought that it meant for each of the Overload sections…not realizing it meant for each keyword.  Thanks again for catching my lack of understanding what I’m reading. :-) I did call you a genius, now you’re a mind reader. Heheh.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71949</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71949</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 01:15:35 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 01:03:16 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> ,<br />
Thanks…I just saw it when my own response was loading. LOL  Thanks that looks a lot more effective.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71948</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71948</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 01:03:16 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 01:01:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a><br />
That did the trick. Still comes up with a hint, but stays up while typing and I was able to basically document the two differences in the description. Problem solved. :)  If there are any other tricks I don’t know about that can make it work otherwise, any help would be appreciated.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71947</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71947</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 01:01:47 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 01:01:03 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a> said in <a href="/post/71944">Does Autocompletion require a formal lexer?</a>:</p>
<blockquote>
<p dir="auto">handling duplicates in the Autocompletion file, if they’re allowed and/or how to handle them if they are.</p>
</blockquote>
<p dir="auto">If I understand correctly. the same name has different parameter lists: am I correct?</p>
<p dir="auto">If so, you can look at the Perl autocompletion that ships with NPP – for example, the <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/blob/master/PowerEditor/installer/APIs/perl.xml#L209" rel="nofollow ugc"><code>eval</code></a> has multiple option lists, which are implemented by multiple <code>&lt;Overload&gt;</code> entries in the same <code>&lt;KeyWord&gt;</code>:</p>
<pre><code>&lt;KeyWord name="eval" func="yes"&gt;
    &lt;Overload retVal="" descr="catch exceptions or compile and run code"&gt;
        &lt;Param name="BLOCK" /&gt;
    &lt;/Overload&gt;
    &lt;Overload retVal="" descr="catch exceptions or compile and run code"&gt;
        &lt;Param name="EXPR" /&gt;
    &lt;/Overload&gt;
    &lt;Overload retVal="" descr="catch exceptions or compile and run code"&gt;
        &lt;Param name="" /&gt;
    &lt;/Overload&gt;
&lt;/KeyWord&gt;
</code></pre>
<p dir="auto">You’ll see a little <code>1 of 3</code> with arrows for choosing between them<br />
<img src="/assets/uploads/files/1638925143274-13dfb51a-f865-4d2f-9d96-9003bb0abdf0-image.png" alt="13dfb51a-f865-4d2f-9d96-9003bb0abdf0-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1638925172535-63dfd4e5-5be9-49a5-ab14-8b3fdd5554ab-image.png" alt="63dfd4e5-5be9-49a5-ab14-8b3fdd5554ab-image.png" class=" img-fluid img-markdown" /><br />
<img src="/assets/uploads/files/1638925182816-38639fc9-5f83-46f2-b380-df18cba64be0-image.png" alt="38639fc9-5f83-46f2-b380-df18cba64be0-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">And if it does something different with each argument list, you can even have a different Description for each.</p>
<p dir="auto">This is described in the Overload section of the <a href="https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format" rel="nofollow ugc">autocompletion docs</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/71946</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71946</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Wed, 08 Dec 2021 01:01:03 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 00:51:58 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a><br />
Well, I guess I answered my own question. I put both in with different descriptions and parameter number and the result it, it went with the first one in the list, meaning, it’ll never reach the second.</p>
<p dir="auto">I guess a work around could be just putting the Function attribute in, but putting a text with advice on the two options, if the text hint can be big enough, so they can look at it, while they type it, but not putting any parameters in so it will stay up instead of jumping to the variable as it’s being filled in. Got to go try it.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71945</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71945</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 00:51:58 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Wed, 08 Dec 2021 00:25:24 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a><br />
I’ve got a question about possibly handling duplicates in the Autocompletion file, if they’re allowed and/or how to handle them if they are.</p>
<p dir="auto">dBASE, for those that don’t know, is one of the original big 3 of PC desktop applications in the early days.  Since then, a lot of updating has been done, and one of the early changes was making a small SQL variant in the langage called LocalSQL, that allows dBASE’s tables and other database variants tables to be  used inside dBASE with that LocalSQL. Unfortunately, there are a couple of actual Functions that are identically named, but handled differently.  The dBASE editor handles them appropriately in the IDE and programs. I’d like to be able to provide the identical word, to be used by both, but the hints on completion would be different.</p>
<p dir="auto">I’m asking if that is possible and if not, cie la vie.</p>
<p dir="auto">Thanks in advance for any insight,</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71944</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71944</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Wed, 08 Dec 2021 00:25:24 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Mon, 06 Dec 2021 03:09:28 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><br />
Okay, so I’m not confused what’s supposed to go where, but obviously, I did something that’s not supposed to happen…because yeah, I was selecting where to install and probably never noticed the start of the path because I was just naming the new one to the version it was.  Figuring theye were new and may screw something up, I probably started keeping them in named versions.  Obviously, that’s on me then, but mind you, this is after years of using them, so I tend to keep version separate until I was sure there wasn’t anything buggy going on, and just never cleaned house…until starting this project.  I’ll save my files and do the uninstall and normalize my setup.</p>
<p dir="auto">I kind of remember why now, I still didn’t plan to upgrade Windows past my last purchased verions, which was Win 2000, and then I got I think XP for a puter for my wife, so that was my last purchased version. Everything now has been on my laptop which came with 8.0 on it and then 8.1, which I’d have erased if they hadn’t updated it for free because of the phone UI they were trying to implement on the desktop. If  it wasn’t “free” on the puter, I’d have been well in to Linux on it by now. :)</p>
<p dir="auto">Anyway, sage advice if I want to keep both versions So thanks for the advice, the confirmation of my working mods, and the advice and help trying to implement this dBASEPlus package, which, is way overdue.</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71902</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71902</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Mon, 06 Dec 2021 03:09:28 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Mon, 06 Dec 2021 00:46:51 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a> ,</p>
<p dir="auto">On a 64bit OS, it is generally set up so that 64-bit applications go in the <code>C:\Program Files\</code> , and 32-bit applications install into <code>C:\Program Files (x86)\</code> .  I don’t know how you confused things so much – other than when installing programs, you can usually choose a different location to install into, and maybe you chose the wrong one when installing each.</p>
<p dir="auto">If I were the one doing it, I would uninstall both; install 64-bit Notepad++ in the right location, and just use a portable unzip on the rare occasions that I wanted to use 32-bit.  It seems to me that having two installations using the same <code>%AppData%\Notepad++</code> configuration would be confusing (and possibly causing problems) – especially if you are running both simultaneously.</p>
<p dir="auto">On my home computer, I have a recent 64bit installed, and I have portable zips available for most historic versions in both 32bit and 64bit since v7.6.3 to be able to help people in the Forum, starting from an out-of-the-box, so that my customizations don’t interfere with answering questions.  At work, I have my primary NPP as a highly-configured portable unzip in one location (I was having to ask IT for <code>Program Files</code> write permission every time I upgraded NPP or tried a new plugin, so moved to a portable in a non-controlled folder, and just use user-level file associations to point to the portable version – thus not requiring elevated permissions.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71900</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71900</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Mon, 06 Dec 2021 00:46:51 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Mon, 06 Dec 2021 00:12:52 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><br />
To head off a possible question here’s my debug along with screenshot of the version I’m using to do  this.</p>
<p dir="auto">Debug:<br />
Notepad++ v8.1.9.2   (64-bit)<br />
Build time : Nov 21 2021 - 04:30:20<br />
Path : C:\Program Files (x86)\Notepad++_8_1_9_2_64bit\notepad++.exe<br />
Command Line :<br />
Admin mode : ON<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.1348<br />
Current ANSI codepage : 1252<br />
Plugins : mimeTools.dll NppConverter.dll NppExport.dll</p>
<p dir="auto">Screenshot:<br />
<img src="/assets/uploads/files/1638749566816-autoversion.png" alt="Autoversion.PNG" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/71899</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71899</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Mon, 06 Dec 2021 00:12:52 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Mon, 06 Dec 2021 00:06:38 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> , Thanks, we must have crossed paths, I was answering while you were uploading. :)</p>
<p dir="auto">As you see, I figured it out what I had to do, but as I mentioned, a little confused on what I thought was the proper place for 64/32 bit apps. :(</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71898</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71898</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Mon, 06 Dec 2021 00:06:38 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Sun, 05 Dec 2021 23:50:31 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> , I figured it out, but now I’m also kind of confused about something, so…Yay on the one, and wow, on the second. :)</p>
<p dir="auto">Apparently, I had to copy the file into the installed directory in the <code>C:\Program Files (x86)\Notepad++_8_1_9_2_64bit\autoCompletion</code> directory. Now maybe I’m misunderstanding something, but I thought the 64 bit applications were installed in the <code>C\Program Files\Notepad++\autoCompletion</code> directory?  I started naming the installed programs because when I had multiple copies of NPP I was getting confused because a 32bit would ask to update and I’d get a 64bit install, when I was trying to keep them separate and be able to run both. Maybe I’m misunderstanding how the 64bit and 32bit are supposed to be installed? Here’s my screenshots of what I mean.</p>
<p dir="auto">Program Files:<br />
<img src="/assets/uploads/files/1638748066611-autobad1.png" alt="Autobad1.PNG" class=" img-fluid img-markdown" /><br />
Here, they didn’t work.</p>
<p dir="auto">Program Files (x86), where it does work:<br />
<img src="/assets/uploads/files/1638748155597-autogood1.png" alt="Autogood1.PNG" class=" img-fluid img-markdown" /></p>
<p dir="auto">Am I confused about the proper separation of the two versions, or did I do something that’s supposed to be impossible? :)</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71897</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71897</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Sun, 05 Dec 2021 23:50:31 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Sun, 05 Dec 2021 23:41:49 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a> ,</p>
<p dir="auto">Are you sure you have the autoCompletion file in the right folder?  User Defined Languages and Function List config files can go in <code>%AppData%\Notepad++\</code>, but the AutoCompletion files <a href="https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format" rel="nofollow ugc">must go</a> in the <code>&lt;installDirectory&gt;\autoCompletion\</code> folder:</p>
<blockquote>
<p dir="auto">Auto-complete files files are located in the autoCompletion\ subfolder of the Notepad++ installation folder (unlike some config files, these will not work in the %AppData%\Notepad++\ hierarchy).<br />
– _<a href="https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format_" rel="nofollow ugc">https://npp-user-manual.org/docs/auto-completion/#auto-completion-file-format_</a></p>
</blockquote>
<p dir="auto">For your reference, I have zipped up my portable copy that has a minimal combination of UDL, functionList, and autoCompletion working with the examples that you have shown.  I will message you a temporary URL (only available for a few days) for downloading the zipfile.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71896</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71896</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 05 Dec 2021 23:41:49 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Sun, 05 Dec 2021 23:23:36 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>, I did try the Ctrl+Spacebar, which is why I thought I did something wrong.  Nice to know:<br />
1.) It doesn’t need an external lexer<br />
2.) It works for you, as is, meaning I did something right</p>
<p dir="auto">Unfortunately, it still means I’m doing something wrong.  Per chance, does  your dBASEPlus show up in the preferences dialog for languages that can be selected, and/or did you import or put in the actual languages list the dBASEPlus definition, or just the dialog?</p>
<p dir="auto">It’s crazy that I can’t see it working, but I will say, when I was trying to use it, there was a bit of flash in the screen where I would have expected it to be, like it is when I’ve used the other languages, or when I’ve been typing and there have been words in already where it tries to show them as options.but why it’s not working now for ME…has be dumbfounded. :(  I’ll look around maybe I did something wrong in my setup. ::shrug::</p>
<p dir="auto">Thanks for testing it and veryifying that it does indeed work. My Christmas present will be huge for the community if I can get this to work in all 3 modules…without these kinds of problems I’m experiencing now. :)</p>
<p dir="auto">Lee</p>
]]></description><link>https://community.notepad-plus-plus.org/post/71895</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71895</guid><dc:creator><![CDATA[Lycan Thrope]]></dc:creator><pubDate>Sun, 05 Dec 2021 23:23:36 GMT</pubDate></item><item><title><![CDATA[Reply to Does Autocompletion require a formal lexer? on Sun, 05 Dec 2021 21:31:59 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/lycan-thrope" aria-label="Profile: lycan-thrope">@<bdi>lycan-thrope</bdi></a>,</p>
<p dir="auto">No, it doesn’t need a full lexer.  Autocompletion, like functionList, works just fine with UDL, when properly set up.</p>
<p dir="auto">And your <code>autoCompletion\dbaseplus.xml</code> works for me.  I put that in my autoCompletion folder, and it “just worked”.</p>
<p dir="auto">I am not sure why you aren’t seeing the autocomplete, because I do:</p>
<p dir="auto"><img src="/assets/uploads/files/1638739183974-1b64c406-a639-48de-a743-148b14f54ea7-image.png" alt="1b64c406-a639-48de-a743-148b14f54ea7-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">When I type enough characters of <code>fopen</code>, it pops down and shows fopen, even though it wasn’t anywhere else in my active document.  And when I type the open paren, or do Ctrl+Shift+Space after the paren if it’s gone away, I see the function parameter completion:<br />
<img src="/assets/uploads/files/1638739268361-846035bb-9172-438d-bf44-58f180879871-image.png" alt="846035bb-9172-438d-bf44-58f180879871-image.png" class=" img-fluid img-markdown" /></p>
<p dir="auto">If something has temporarily interfered with the function-name autocompletion, you might try Ctrl+Spacebar (or <strong>Edit &gt; AutoCompletion &gt; Function Completion</strong>)  to get it to re-popup… and with that version, it will <em>only</em> show functions, not other words (like <code>false</code>) that start with the same letters(s) – so typing <code>f</code> then Ctrl+Spacebar will just pop down <code>fopen</code>, not <code>false / fopen / function</code> (which include all words starting with <code>f</code> that are already in my document).<br />
<img src="/assets/uploads/files/1638739917361-fdd38a70-2d5f-48f3-8403-3d0db5dcee41-image.png" alt="fdd38a70-2d5f-48f3-8403-3d0db5dcee41-image.png" class=" img-fluid img-markdown" /></p>
]]></description><link>https://community.notepad-plus-plus.org/post/71891</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/71891</guid><dc:creator><![CDATA[PeterJones]]></dc:creator><pubDate>Sun, 05 Dec 2021 21:31:59 GMT</pubDate></item></channel></rss>