<?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[FunctionList doesn&#x27;t recognise a c function with comment]]></title><description><![CDATA[<p dir="auto">Hi.</p>
<p dir="auto">Any function with comment like this is not recognized in the functionlist-window:</p>
<p dir="auto">void Init_Hardware(void)<br />
{/* initializes all hardware */<br />
… Source-Code<br />
}</p>
<p dir="auto">Is there a patch available for  functionList.xml?</p>
<p dir="auto">Also: FunctionList does not highlight the current c function based on the cursor position. It’s a very important feature…</p>
]]></description><link>https://community.notepad-plus-plus.org/topic/13286/functionlist-doesn-t-recognise-a-c-function-with-comment</link><generator>RSS for Node</generator><lastBuildDate>Sat, 18 Jul 2026 05:20:53 GMT</lastBuildDate><atom:link href="https://community.notepad-plus-plus.org/topic/13286.rss" rel="self" type="application/rss+xml"/><pubDate>Tue, 14 Feb 2017 07:02:06 GMT</pubDate><ttl>60</ttl><item><title><![CDATA[Reply to FunctionList doesn&#x27;t recognise a c function with comment on Tue, 14 Feb 2017 08:12:02 GMT]]></title><description><![CDATA[<p dir="auto">Make sure there is a character (e.g. newline, space) between the opening/left curly bracket and the slash.</p>
<pre><code>void Init_Hardware(void)
{ /* initializes all hardware */
... Source-Code
}

void Init_Hardware(void)
{
    /* initializes all hardware */
... Source-Code
}
</code></pre>
<p dir="auto">See also the issues <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/344" rel="nofollow ugc">#344</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1023" rel="nofollow ugc">#1023</a>, <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/1657" rel="nofollow ugc">#1657</a> and <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/2712" rel="nofollow ugc">#2712</a> on GitHub.</p>
<p dir="auto">See feature request <a href="https://github.com/notepad-plus-plus/notepad-plus-plus/issues/715" rel="nofollow ugc">#715</a> on GitHub as to highlighting current <em>active</em> function.</p>
]]></description><link>https://community.notepad-plus-plus.org/post/21869</link><guid isPermaLink="true">https://community.notepad-plus-plus.org/post/21869</guid><dc:creator><![CDATA[MAPJe71]]></dc:creator><pubDate>Tue, 14 Feb 2017 08:12:02 GMT</pubDate></item></channel></rss>