<?xml version="1.0" encoding="UTF-8"?><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>Comments on: Console folding customization</title>
	<atom:link href="http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/</link>
	<description>tips &#38; tricks, news, how-to's</description>
	<pubDate>Tue, 21 May 2013 11:48:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.5</generator>
		<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-139591</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Tue, 03 Aug 2010 08:04:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-139591</guid>
		<description>Arnon, this should work. Character case may not match. Maybe there are several whitespaces where you have one, or vice versa. They may also use a tab character.</description>
		<content:encoded><![CDATA[<p>Arnon, this should work. Character case may not match. Maybe there are several whitespaces where you have one, or vice versa. They may also use a tab character.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Arnon</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-139577</link>
		<dc:creator>Arnon</dc:creator>
		<pubDate>Tue, 03 Aug 2010 02:22:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-139577</guid>
		<description>I tried to use the plugin to fold text that is not exceptions/stack traces, but it seemed to have no effect (Idea 9.03).
I use EasyB and I want to fold all lines that have no failures (containing ", Failures: 0,")
I tried to use various patterns in the plugin to no effect...

Ideas?</description>
		<content:encoded><![CDATA[<p>I tried to use the plugin to fold text that is not exceptions/stack traces, but it seemed to have no effect (Idea 9.03).<br />
I use EasyB and I want to fold all lines that have no failures (containing &#8220;, Failures: 0,&#8221;)<br />
I tried to use various patterns in the plugin to no effect&#8230;</p>
<p>Ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-139164</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Wed, 28 Jul 2010 09:01:57 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-139164</guid>
		<description>Cameron,

I see, sorry for misreading you. There's really no possibility to turn this off in 9 on user level. But, if you want it very-very-very much, you can go to lib/resources.jar/META-INF/IdeaPlugin.xml and comment out the following line:

&#60;stackFrameFilter implementation="com.intellij.execution.filters.ReflectionStackFrameFilter"/&#62;</description>
		<content:encoded><![CDATA[<p>Cameron,</p>
<p>I see, sorry for misreading you. There&#8217;s really no possibility to turn this off in 9 on user level. But, if you want it very-very-very much, you can go to lib/resources.jar/META-INF/IdeaPlugin.xml and comment out the following line:</p>
<p>&lt;stackFrameFilter implementation=&#8221;com.intellij.execution.filters.ReflectionStackFrameFilter&#8221;/&gt;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron Beccario</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-139141</link>
		<dc:creator>Cameron Beccario</dc:creator>
		<pubDate>Wed, 28 Jul 2010 01:21:00 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-139141</guid>
		<description>Hi Peter:
Thanks for the reply!
I cannot disable the plugin because I do not have it installed;  it is not listed under the Settings-&#62;Plugins-&#62;Installed tab. And yet, IDEA 9 is still folding sun.reflect.* and java.reflect.*.</description>
		<content:encoded><![CDATA[<p>Hi Peter:<br />
Thanks for the reply!<br />
I cannot disable the plugin because I do not have it installed;  it is not listed under the Settings-&gt;Plugins-&gt;Installed tab. And yet, IDEA 9 is still folding sun.reflect.* and java.reflect.*.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-138872</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Fri, 23 Jul 2010 07:34:24 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-138872</guid>
		<description>Cameron,

Unfortunately, no. In IDEA 9 the only way to turn off console folding is to disable the Console Folding plugin.</description>
		<content:encoded><![CDATA[<p>Cameron,</p>
<p>Unfortunately, no. In IDEA 9 the only way to turn off console folding is to disable the Console Folding plugin.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Cameron Beccario</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-138852</link>
		<dc:creator>Cameron Beccario</dc:creator>
		<pubDate>Fri, 23 Jul 2010 03:31:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-138852</guid>
		<description>I'm running IDEA 9.0.2 without the Console Folding plugin installed. And yet, stack trace lines under sun.reflect.* and java.reflect.* are being folded in the Run console. Is it possible to turn this off? A search in settings for "console folding" pointed only to "Colors &#38; Fonts".</description>
		<content:encoded><![CDATA[<p>I&#8217;m running IDEA 9.0.2 without the Console Folding plugin installed. And yet, stack trace lines under sun.reflect.* and java.reflect.* are being folded in the Run console. Is it possible to turn this off? A search in settings for &#8220;console folding&#8221; pointed only to &#8220;Colors &amp; Fonts&#8221;.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Peter Gromov</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-137990</link>
		<dc:creator>Peter Gromov</dc:creator>
		<pubDate>Tue, 13 Jul 2010 17:00:38 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-137990</guid>
		<description>Jason, just omitting the lines is not possible at the moment, and I suppose that would be misleading. Actually the folded stack traces look almost as if the lines were omitted, there's just something gray saying 'n internal calls' on the right.

Randall, this can make the repetitions shorter and easier to recognize, that's it. No suppression yet, and I can't imagine how that would look like.</description>
		<content:encoded><![CDATA[<p>Jason, just omitting the lines is not possible at the moment, and I suppose that would be misleading. Actually the folded stack traces look almost as if the lines were omitted, there&#8217;s just something gray saying &#8216;n internal calls&#8217; on the right.</p>
<p>Randall, this can make the repetitions shorter and easier to recognize, that&#8217;s it. No suppression yet, and I can&#8217;t imagine how that would look like.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Randall R Schulz</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-137915</link>
		<dc:creator>Randall R Schulz</dc:creator>
		<pubDate>Tue, 13 Jul 2010 00:29:27 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-137915</guid>
		<description>Can this be used to suppress the many repetitions in a stack overflow exceptions caused by unbounded or excessive recursion?</description>
		<content:encoded><![CDATA[<p>Can this be used to suppress the many repetitions in a stack overflow exceptions caused by unbounded or excessive recursion?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jason Dias</title>
		<link>http://blogs.jetbrains.com/idea/2010/07/console-folding-customization/#comment-137904</link>
		<dc:creator>Jason Dias</dc:creator>
		<pubDate>Mon, 12 Jul 2010 23:31:12 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.jetbrains.com/idea/?p=3073#comment-137904</guid>
		<description>Can you add an option to just omit the lines?</description>
		<content:encoded><![CDATA[<p>Can you add an option to just omit the lines?</p>
]]></content:encoded>
	</item>
</channel>
</rss>
