<?xml version="1.0" encoding="iso-8859-1" ?>
<rss version="0.92">
<channel>
	<docs>http://backend.userland.com/rss092</docs>
	<title>ProFactor Support</title>
	<link>http://www.profactor.co.uk/forum/</link>
	<description>Support and discussion of ProFactor Software products</description>
	<managingEditor>forum-admin@profactor.co.uk</managingEditor>
	<webMaster>forum-admin@profactor.co.uk</webMaster>
	<lastBuildDate>Fri, 05 Sep 2008 16:17:57 GMT</lastBuildDate>
<item>
	<title>Bug reports :: IncludeManager failed to init message</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=169#169</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=251&quot; target=&quot;_blank&quot;&gt;jscline&lt;/a&gt;&lt;br /&gt;
Subject: IncludeManager failed to init message&lt;br /&gt;
Posted: Wed Jul 16, 2008 5:20 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I just purchased IncludeManager and installed it. When I bring up Visual Studio.NET I get a message that IncludeManager failed to initialize because the trial has expired. The toolbar show up in studio but is grayed out.
&lt;br /&gt;
 
&lt;br /&gt;
I received an email with the liscense info. I can't find the registration window mentioned  in it.
&lt;br /&gt;
 
&lt;br /&gt;
Any help would be greatly appreciated.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Bug reports :: __try/__except not recognized</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=168#168</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=245&quot; target=&quot;_blank&quot;&gt;demyn&lt;/a&gt;&lt;br /&gt;
Subject: __try/__except not recognized&lt;br /&gt;
Posted: Thu Jan 24, 2008 9:42 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Structured exception handling (SEH) should be treated like C++ exceptions. The forms are __try/__except and __try/__finally.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Bug reports :: Problems with commented function parameters (MS-Style)</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=167#167</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=246&quot; target=&quot;_blank&quot;&gt;ASCONA&lt;/a&gt;&lt;br /&gt;
Subject: Problems with commented function parameters (MS-Style)&lt;br /&gt;
Posted: Mon Dec 10, 2007 9:18 am (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello,
&lt;br /&gt;
there is a problem in formatiing function parameters with comments. I got this code from MSDEV, and formated it...
&lt;br /&gt;

&lt;br /&gt;
Code before formating:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;virtual HRESULT STDMETHODCALLTYPE startPrefixMapping&amp;#40;/* &amp;#91;in&amp;#93; */ const wchar_t __RPC_FAR&amp;nbsp; &amp;nbsp;*pwchPrefix,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* &amp;#91;in&amp;#93; */ int&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cchPrefix,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* &amp;#91;in&amp;#93; */ const wchar_t __RPC_FAR&amp;nbsp; &amp;nbsp;*pwchUri,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* &amp;#91;in&amp;#93; */ int&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; cchUri&amp;#41;;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
after restyle:
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;virtual HRESULT
&lt;br /&gt;
&amp;nbsp; &amp;nbsp;STDMETHODCALLTYPE startPrefixMapping&amp;#40;/* &amp;#91;in&amp;#93; */const wchar_t __RPC_FAR&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;*pwchPrefix,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* &amp;#91;in&amp;#93; */ int&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cchPrefix,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* &amp;#91;in&amp;#93; */ const wchar_t __RPC_FAR&amp;nbsp; *pwchUri,
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; /* &amp;#91;in&amp;#93; */ int&amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp; &amp;nbsp;cchUri&amp;#41;;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
The first Space gewts lost and all the other parameters are with the wrong indent level.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: RE: Disable graph autorefresh</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=166#166</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=4&quot; target=&quot;_blank&quot;&gt;Nik&lt;/a&gt;&lt;br /&gt;

Posted: Thu Nov 15, 2007 6:40 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;xLuda wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Yes, I know this feature. But when I have project with large amount of files, these highlighted files are spreaded in whole graph. Then, It would by great to filter only these files.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
Ah I see, yes that would be a useful addition!  I'll note that down, as we've had a couple of similar requests for this kind of feature to help with project analysis.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;xLuda wrote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Can I ask you, when you suppose to release new version ?&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
We can't make any accurate predictions as things are exceptionally busy for us at the moment, but we're really hoping to get a new release out before the end of the year.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-style: italic&quot;&gt;Nik Hemmings&lt;/span&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.profactor.co.uk&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ProFactor Software&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: RE: Disable graph autorefresh</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=165#165</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=249&quot; target=&quot;_blank&quot;&gt;xLuda&lt;/a&gt;&lt;br /&gt;

Posted: Wed Nov 14, 2007 7:41 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi, 
&lt;br /&gt;
thanks for reply.
&lt;br /&gt;

&lt;br /&gt;
&amp;gt;&amp;gt;Once you've produced your project graph, find the .h file you're interested in and right-click the file. Select 'Show Include Paths' from the context menu.
&lt;br /&gt;

&lt;br /&gt;
Yes, I know this feature. But when I have project with large amount of files, these highlighted files are spreaded in whole graph. Then, It would by great to filter only these files.
&lt;br /&gt;

&lt;br /&gt;
&amp;gt;&amp;gt;We'll certainly look to add this to the next release.
&lt;br /&gt;
Ok, thanks. Can I ask you, when you suppose to release new version ?
&lt;br /&gt;

&lt;br /&gt;
Best regard,
&lt;br /&gt;
Ludek Vodicka
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: RE: Disable graph autorefresh</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=164#164</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=4&quot; target=&quot;_blank&quot;&gt;Nik&lt;/a&gt;&lt;br /&gt;

Posted: Wed Nov 14, 2007 4:40 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Is any way to disable autorefreshing include-graph on every code change ? When I made more changes in large project, every graph reloading is little annoying.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
There isn't an option to disable this at the moment, but it would be very simple for us to add this.  We'll certainly look to add this to the next release.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;When I cleaning large project, it would be great to show which files depend on certain .h file. When I generate whole project graph, there are lots of files and is hard to navigate through them.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
There is actually a way to find which files depend on a certain .h file: Once you've produced your project graph, find the .h file you're interested in and right-click the file.  Select 'Show Include Paths' from the context menu, and all dependent files will be highlighted red in the graph.  In your project graph, any .cpp file which is dependent on this .h file will then be highlighted for you to see.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Quote:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;quote&quot;&gt;Is there any way to remove .cpp files from graph ? When i remove &amp;quot;.cpp;.c&amp;quot; filter in configuration, .cpp files are still in graph.&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;
For the file filter, IncludeManager uses this as a fall-back if the IDE cannot tell if a file is compiled into the project (particularly for makefile projects).  As you suggest, it would be quite helpful to use this to hide certain files, so it would be quite simple to add an option to exclusively use the source file filter for this purpose; again we'll look to get this in for a future release.
&lt;br /&gt;

&lt;br /&gt;
Thanks for your feedback!
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-style: italic&quot;&gt;Nik Hemmings&lt;/span&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.profactor.co.uk&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ProFactor Software&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: RE: Disable graph autorefresh</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=163#163</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=249&quot; target=&quot;_blank&quot;&gt;xLuda&lt;/a&gt;&lt;br /&gt;

Posted: Sat Nov 10, 2007 8:55 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;And next one question &lt;img src=&quot;http://www.profactor.co.uk/forum/images/smiles/icon_wink.gif&quot; alt=&quot;Wink&quot; border=&quot;0&quot; /&gt;. Is there any way to remove .cpp files from graph ? When i remove &amp;quot;.cpp;.c&amp;quot; filter in configuration, .cpp files are still in graph.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: Disable graph autorefresh</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=162#162</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=249&quot; target=&quot;_blank&quot;&gt;xLuda&lt;/a&gt;&lt;br /&gt;
Subject: Disable graph autorefresh&lt;br /&gt;
Posted: Sat Nov 10, 2007 8:51 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hello,
&lt;br /&gt;
Is any way to disable autorefreshing include-graph on every code change ? When I made more changes in large project, every graph reloading is little annoying. What would by great : generate graph, do several code changes and then generate graph again on user demand.
&lt;br /&gt;

&lt;br /&gt;
And second request, as wrote mankz in his post &amp;quot;Feature Requests&amp;quot;. When I cleaning large project, it would be great to show which files depend on certain .h file. When I generate whole project graph, there are lots of files and is hard to navigate through them.
&lt;br /&gt;

&lt;br /&gt;
Thanks for response.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Bug reports :: RE: Preprocessor indentation</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=161#161</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;matt&lt;/a&gt;&lt;br /&gt;

Posted: Thu Nov 08, 2007 6:05 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;

&lt;br /&gt;
Unfortunately that's not an option for us.  Consider the code:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;void Function&amp;#40;int a, int b
&lt;br /&gt;
#ifdef DEBUG
&lt;br /&gt;
&amp;nbsp; &amp;nbsp; , int debug&amp;#41;
&lt;br /&gt;
#else
&lt;br /&gt;
&amp;#41;
&lt;br /&gt;
#endif
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;nbsp;// code....
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
or more often code like
&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
#if 0
&lt;br /&gt;
// Old code that no longer compiles...
&lt;br /&gt;
#endif
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
If we ignore the preprocessing instructions there are parse errors in the C++ code.  We're are trying to find ways around this, however.
&lt;br /&gt;

&lt;br /&gt;
Thanks for your comments and your patience.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-style: italic&quot;&gt;Matt Godbolt&lt;/span&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.profactor.co.uk/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ProFactor Software&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Bug reports :: RE: Preprocessor indentation</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=160#160</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=245&quot; target=&quot;_blank&quot;&gt;demyn&lt;/a&gt;&lt;br /&gt;

Posted: Thu Nov 08, 2007 6:00 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;If this is a difficult problem, then I would suggest having an option to completely igore preprocessor statements (&amp;quot;... at least to do no harm&amp;quot;, &lt;span style=&quot;font-style: italic&quot;&gt;Hippocrates&lt;/span&gt;).
&lt;br /&gt;

&lt;br /&gt;
Thanks
&lt;br /&gt;
Demyn
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Bug reports :: RE: Preprocessor indentation</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=159#159</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=3&quot; target=&quot;_blank&quot;&gt;matt&lt;/a&gt;&lt;br /&gt;

Posted: Thu Nov 08, 2007 12:33 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Thanks for your comments on this.  We'll look into fixing these issues as soon as we can.  The largest issue is that code in the &amp;quot;failing&amp;quot; side of the preprocessing statement isn't parsed - so it's difficult for StyleManager to format the code properly.
&lt;br /&gt;

&lt;br /&gt;
However, we're seeking to find a solution and we'll keep you updated on our progress.
&lt;br /&gt;_________________&lt;br /&gt;&lt;span style=&quot;font-style: italic&quot;&gt;Matt Godbolt&lt;/span&gt;
&lt;br /&gt;
&lt;a href=&quot;http://www.profactor.co.uk/&quot; target=&quot;_blank&quot; class=&quot;postlink&quot;&gt;ProFactor Software&lt;/a&gt;&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Bug reports :: RE: Preprocessor indentation</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=158#158</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=245&quot; target=&quot;_blank&quot;&gt;demyn&lt;/a&gt;&lt;br /&gt;

Posted: Thu Oct 11, 2007 5:19 pm (GMT 0)&lt;br /&gt;
Topic Replies: 4&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;You do have a very promising product, and even with its few warts, I am using it on a daily basis. The biggest issue is #if handling, which I find mostly does not do what I expect, which means going through and undoing the changes.
&lt;br /&gt;

&lt;br /&gt;
Are you planning to make enhancements and bug fixes StyleManager?
&lt;br /&gt;

&lt;br /&gt;
Regards,
&lt;br /&gt;
Demyn
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: RE: Different function format for declaration and definition</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=157#157</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=247&quot; target=&quot;_blank&quot;&gt;jasonsa&lt;/a&gt;&lt;br /&gt;

Posted: Wed Sep 26, 2007 10:01 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;I find that this feature would also be useful for our source.  
&lt;br /&gt;

&lt;br /&gt;
I often like the function declaration have no line wrapping (so its all on a single line regardless of its length) but have the function definitions to obey line wrapping rules.
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: Different functen format</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=156#156</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=246&quot; target=&quot;_blank&quot;&gt;ASCONA&lt;/a&gt;&lt;br /&gt;
Subject: Different functen format&lt;br /&gt;
Posted: Tue Sep 11, 2007 12:09 pm (GMT 0)&lt;br /&gt;
Topic Replies: 0&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;
it is possible so have a break after each function parameter, but the first parameter is always behind the function.
&lt;br /&gt;
It would be nice to have an option to change that.
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
CSize CalcTextSize&amp;#40;
&lt;br /&gt;
&amp;nbsp; CPaintDC&amp;nbsp; &amp;amp;Dc,
&lt;br /&gt;
&amp;nbsp; CString&amp;nbsp; &amp;nbsp;&amp;amp;Text,
&lt;br /&gt;
&amp;nbsp; bool&amp;nbsp; &amp;nbsp; &amp;nbsp; StandardText&amp;#41;;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
<item>
	<title>Feature Requests :: Different function format for declaration and definition</title>
	<link>http://www.profactor.co.uk/forum/viewtopic.php?p=155#155</link>
	<description>Author: &lt;a href=&quot;http://www.profactor.co.uk/forum/profile.php?mode=viewprofile&amp;u=246&quot; target=&quot;_blank&quot;&gt;ASCONA&lt;/a&gt;&lt;br /&gt;
Subject: Different function format for declaration and definition&lt;br /&gt;
Posted: Tue Sep 11, 2007 12:07 pm (GMT 0)&lt;br /&gt;
Topic Replies: 1&lt;br /&gt;&lt;br /&gt;
&lt;span class="postbody"&gt;Hi,
&lt;br /&gt;
it would be nice if its possible to have different formats for the function declaration and the function definition.
&lt;br /&gt;
Example:
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;nbsp;// the declaration in header or c file, for excample in a class
&lt;br /&gt;
&amp;nbsp;// we dont like line breaks between the parameters
&lt;br /&gt;
&amp;nbsp;bool SomeFunction&amp;#40;int foo1, int foo2, int foo3&amp;#41;;
&lt;br /&gt;
&amp;nbsp;bool SomeFunction&amp;#40;float foo1, int foo2, int foo3&amp;#41;;
&lt;br /&gt;
&amp;nbsp;bool SomeFunction&amp;#40;double foo1, int foo2, int foo3&amp;#41;;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;br /&gt;

&lt;br /&gt;
&lt;/span&gt;&lt;table width=&quot;90%&quot; cellspacing=&quot;1&quot; cellpadding=&quot;3&quot; border=&quot;0&quot; align=&quot;center&quot;&gt;&lt;tr&gt; 	  &lt;td&gt;&lt;span class=&quot;genmed&quot;&gt;&lt;b&gt;Code:&lt;/b&gt;&lt;/span&gt;&lt;/td&gt;	&lt;/tr&gt;	&lt;tr&gt;	  &lt;td class=&quot;code&quot;&gt;
&lt;br /&gt;
&amp;nbsp;// the implementation
&lt;br /&gt;
bool C_FOO&amp;#58;&amp;#58;SomeFunction&amp;#40;
&lt;br /&gt;
&amp;nbsp; int foo1,
&lt;br /&gt;
&amp;nbsp; int foo2,
&lt;br /&gt;
&amp;nbsp; int foo3&amp;#41;
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
bool C_FOO&amp;#58;&amp;#58;SomeFunction&amp;#40;
&lt;br /&gt;
&amp;nbsp; float foo1,
&lt;br /&gt;
&amp;nbsp; int foo2,
&lt;br /&gt;
&amp;nbsp; int foo3&amp;#41;
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
bool C_FOO&amp;#58;&amp;#58;SomeFunction&amp;#40;
&lt;br /&gt;
&amp;nbsp; double foo1,
&lt;br /&gt;
&amp;nbsp; int foo2,
&lt;br /&gt;
&amp;nbsp; int foo3&amp;#41;
&lt;br /&gt;
&amp;#123;
&lt;br /&gt;
&amp;#125;
&lt;br /&gt;
&lt;/td&gt;	&lt;/tr&gt;&lt;/table&gt;&lt;span class=&quot;postbody&quot;&gt;
&lt;/span&gt;&lt;br /&gt;
</description>
</item>
</channel>
</rss>

