<?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 increase the max keyword dropdown size?]]></title><description><![CDATA[<p dir="auto">As you can see from this GIF<br />
<a href="http://i.imgur.com/PLADyjq.gif" rel="nofollow ugc">http://i.imgur.com/PLADyjq.gif</a></p>
<p dir="auto">By default notepad++ only can show max of 5 items within the lists.<br />
Since I added alot of custom keywords …</p>
<p dir="auto">is there a way for me to increase the dropdown size to maybe 15~30 ?<br />
Where can I find the setting for this?</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/12802/how-to-increase-the-max-keyword-dropdown-size</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 21:59:00 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/12802.rss" rel="self" type="application/rss+xml"/><pubDate>Sun, 27 Nov 2016 23:53:51 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to How to increase the max keyword dropdown size? on Mon, 28 Nov 2016 01:23:14 GMT]]></title><description><![CDATA[<blockquote>
<p dir="auto">is this only work for specific language</p>
</blockquote>
<p dir="auto">Lua is just used to control Scintilla features that are not exposed by Notepad++, but it will work for any language.</p>
<blockquote>
<p dir="auto">what’s the “editor1” and “editor2” refer to ?</p>
</blockquote>
<p dir="auto">Since Notepad++ can have two files open side-by-side it has 2 “editor” instances refered to as “editor1” and “editor2”. So setting both editors makes sure that if you move a file to another view it still works correctly.</p>
<blockquote>
<p dir="auto">these i guess…<a href="https://dail8859.github.io/LuaScript/" rel="nofollow ugc">https://dail8859.github.io/LuaScript/</a></p>
</blockquote>
<p dir="auto">Yes that’s the official documentation.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/19513</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/19513</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Mon, 28 Nov 2016 01:23:14 GMT</pubDate></item><item><title><![CDATA[Reply to How to increase the max keyword dropdown size? on Mon, 28 Nov 2016 01:14:12 GMT]]></title><description><![CDATA[<p dir="auto">hi thx for the info… is this only work for specific language like “LUA language” since it’s named as LuaScript here?</p>
<p dir="auto">Where can I find more info about those variable that I can be used in the script?<br />
any documentation for all the variables?<br />
editor1.AutoCMaxHeight = 15<br />
editor2.AutoCMaxHeight = 15</p>
<p dir="auto">what’s the “editor1” and “editor2” refer to ?</p>
<p dir="auto">Edit:<br />
these i guess…<br />
<a href="https://dail8859.github.io/LuaScript/" rel="nofollow ugc">https://dail8859.github.io/LuaScript/</a></p>
]]></description><link>https://community.notepad-plus-plus.org/post/19512</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/19512</guid><dc:creator><![CDATA[Emistry Haoyan]]></dc:creator><pubDate>Mon, 28 Nov 2016 01:14:12 GMT</pubDate></item><item><title><![CDATA[Reply to How to increase the max keyword dropdown size? on Mon, 28 Nov 2016 01:03:03 GMT]]></title><description><![CDATA[<p dir="auto">Nothing is built in by default, however, you can do it with a plugin. Install LuaScript via the PluginManager, edit it’s startup script and add this:</p>
<pre><code>editor1.AutoCMaxHeight = 15
editor2.AutoCMaxHeight = 15
</code></pre>
<p dir="auto">save and restart N++.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/19511</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/19511</guid><dc:creator><![CDATA[dail]]></dc:creator><pubDate>Mon, 28 Nov 2016 01:03:03 GMT</pubDate></item></channel></rss>