<?xml version="1.0" encoding="UTF-8"?>
<!-- generator="bbPress/1.0.3" -->
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom">
	<channel>
		<title>pnotepad.org forums &#187; Topic: Easy way to display C/C++ prototypes in tag list</title>
		<link>http://pnotepad.org/forums/topic/552</link>
		<description>Programmer&#039;s Notepad Forums</description>
		<language>en-US</language>
		<pubDate>Thu, 09 Feb 2012 06:12:17 +0000</pubDate>
		<generator>http://bbpress.org/?v=1.0.3</generator>
		<textInput>
			<title><![CDATA[Search]]></title>
			<description><![CDATA[Search all topics from these forums.]]></description>
			<name>q</name>
			<link>http://pnotepad.org/forums/search.php</link>
		</textInput>
		<atom:link href="http://pnotepad.org/forums/rss/topic/552" rel="self" type="application/rss+xml" />

		<item>
                        <title>Easy way to display C/C++ prototypes in tag list (simon)</title>
			<link>http://pnotepad.org/forums/topic/552#post-1919</link>
			<pubDate>Thu, 19 Mar 2009 09:10:42 +0000</pubDate>
			<dc:creator>simon</dc:creator>
			<guid isPermaLink="false">1919@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Cool, thanks!
&#60;/p&#62;</description>
		</item>
		<item>
                        <title>Easy way to display C/C++ prototypes in tag list (chickenkiller)</title>
			<link>http://pnotepad.org/forums/topic/552#post-1916</link>
			<pubDate>Tue, 17 Mar 2009 10:50:53 +0000</pubDate>
			<dc:creator>chickenkiller</dc:creator>
			<guid isPermaLink="false">1916@http://pnotepad.org/forums/</guid>
			<description>&#60;p&#62;Hi everyone,&#60;/p&#62;
&#60;p&#62;I was trying to see if I could modify a bit the ctags behaviour so that prototypes are included in the tag list when using C/C++. I like to have all my class methods displayed, even if they are only declared and not defined, and that often happens with header files.&#60;/p&#62;
&#60;p&#62;I found that using &#60;code&#62;additionalLanguages.conf&#60;/code&#62;, one can alter the ctags command line even for already supported languages! Here is what I added in &#60;code&#62;additionalLanguages.conf&#60;/code&#62;:&#60;br /&#62;
&#60;code&#62;--langdef=c&#60;br /&#62;
--c-kinds=+p&#60;br /&#62;
&#60;/code&#62;&#60;/p&#62;
&#60;p&#62;And here it is, prototypes are displayed. Neat, isn't it?&#60;/p&#62;
&#60;p&#62;I love Programmer's Notepad so much. Thank you Simon. :)&#60;/p&#62;
&#60;p&#62;regards,&#60;br /&#62;
Lionel
&#60;/p&#62;</description>
		</item>

	</channel>
</rss>

