<?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[sub menu in npp plugin]]></title><description><![CDATA[<p dir="auto">Does any one know how to create a functional submenu in a plugin? Right now I am able to create a submenu, but not sure how to execute it. Once I click the items in the sub menu, there is no message (such as WM_COMMAND) passed by windows or npp into the plugin.</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13882/sub-menu-in-npp-plugin</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 17:47:13 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13882.rss" rel="self" type="application/rss+xml"/><pubDate>Sat, 27 May 2017 01:39:09 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to sub menu in npp plugin on Fri, 02 Jun 2017 23:02:58 GMT]]></title><description><![CDATA[<p dir="auto">I figured it out finally. It’s actually pretty simple. Just specify a unique identifier (through<br />
NPPM_ALLOCATECMDID) when creating a submenu (the uIDNewItem parameter of winAPI insertmenu function). The WM_COMMAND message will be passed to LRESULT messageProc(UINT Message, WPARAM wParam, LPARAM lParam) when the submenu is clicked.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/24770</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/24770</guid><dc:creator><![CDATA[Zhixian_Jason Yu]]></dc:creator><pubDate>Fri, 02 Jun 2017 23:02:58 GMT</pubDate></item><item><title><![CDATA[Reply to sub menu in npp plugin on Sat, 27 May 2017 22:26:50 GMT]]></title><description><![CDATA[<p dir="auto"><a class="plugin-mentions-user plugin-mentions-a" href="/user/zhixian_jason-yu" aria-label="Profile: Zhixian_Jason-Yu">@<bdi>Zhixian_Jason-Yu</bdi></a></p>
<p dir="auto">why not using the <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/tree/master/PowerEditor/src" rel="nofollow ugc">npp source</a> to find out how it is done?</p>
<p dir="auto">Cheers<br />
Claudia</p>
]]></description><link>https://community.notepad-plus-plus.org/post/24650</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/24650</guid><dc:creator><![CDATA[Claudia Frank]]></dc:creator><pubDate>Sat, 27 May 2017 22:26:50 GMT</pubDate></item></channel></rss>