<?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[Auto completion for parameter&#x2F;option]]></title><description><![CDATA[<p dir="auto">Hi,</p>
<p dir="auto">Is there any way to auto complete parameter in option style? I’m using a user-defined language, the syntax is similiar to Tcl, so I use Tcl to illustrate, for example, a Tcl command:<br />
return -code &lt;code&gt; -errorinfo &lt;info&gt; -errorcode &lt;code&gt;</p>
<p dir="auto">‘-code’, ‘-errorinfo’ and ‘-errorcode’ are options, kinda like paramter, what I want is after I type ‘return’, maybe followed by a space or other character like (, NP++ can present ‘-code’, ‘-errorinfo’ and ‘-errorcode’ that are selective in a list.</p>
<p dir="auto">I tried to define the three options as keywords, which can make them selective, but that also make the three options same level as real function names, because function names are keywords too, and I only want the options to be listed after I type ‘return’.</p>
<p dir="auto">Is this can be implemented by defining an xml file under APIs/? If not, is there any plugin to implement this or similar to what I want to implement, I can learn to write my own version.</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12279/auto-completion-for-parameter-option</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 06:31:43 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12279.rss" rel="self" type="application/rss+xml"/><pubDate>Fri, 26 Aug 2016 10:32:07 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to Auto completion for parameter&#x2F;option on Mon, 29 Aug 2016 15:12:11 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/password636" aria-label="Profile: password636">@<bdi>password636</bdi></a><br />
There are bunch of them in the plugins\APIs directory. Check out rc.xml.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17579</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17579</guid><dc:creator><![CDATA[Jim Dailey]]></dc:creator><pubDate>Mon, 29 Aug 2016 15:12:11 GMT</pubDate></item><item><title><![CDATA[Reply to Auto completion for parameter&#x2F;option on Mon, 29 Aug 2016 06:11:47 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/claudia-frank" aria-label="Profile: Claudia-Frank">@<bdi>Claudia-Frank</bdi></a><br />
Could you please share any example .xml files?</p>
<p dir="auto">Thanks</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17574</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17574</guid><dc:creator><![CDATA[password636]]></dc:creator><pubDate>Mon, 29 Aug 2016 06:11:47 GMT</pubDate></item><item><title><![CDATA[Reply to Auto completion for parameter&#x2F;option on Sat, 27 Aug 2016 00:57:57 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/password636" aria-label="Profile: password636">@<bdi>password636</bdi></a></p>
<p dir="auto">yes, you could create a xml with the name of your udl to do the job.</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/17564</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/17564</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 27 Aug 2016 00:57:57 GMT</pubDate></item></channel></rss>