<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Xml Scheme With Folding</title>
	<atom:link href="http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/feed/" rel="self" type="application/rss+xml" />
	<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/</link>
	<description>simon steele writes about stuff...</description>
	<lastBuildDate>Sun, 09 Oct 2011 17:28:05 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Simon</title>
		<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/comment-page-1/#comment-755</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Tue, 11 Oct 2005 20:54:59 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/#comment-755</guid>
		<description>Thanks, I&#039;ve added perl folding by default to the next release.</description>
		<content:encoded><![CDATA[<p>Thanks, I&#8217;ve added perl folding by default to the next release.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chad</title>
		<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/comment-page-1/#comment-754</link>
		<dc:creator>Chad</dc:creator>
		<pubDate>Tue, 11 Oct 2005 18:37:37 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/#comment-754</guid>
		<description>FWIW I have had this turned on in Perl for quite some time.  It works quite well.</description>
		<content:encoded><![CDATA[<p>FWIW I have had this turned on in Perl for quite some time.  It works quite well.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Sebastian</title>
		<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/comment-page-1/#comment-161</link>
		<dc:creator>Sebastian</dc:creator>
		<pubDate>Mon, 11 Jul 2005 08:33:42 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/#comment-161</guid>
		<description>Hi,

I really like the code folding feature. But in version 2.0.5.48 there it seems to be impossible to save the &#039;folded status&#039; unfortunately. Everytime a file is opened, you have to fold functions etc. again. Will a feature for saving folded things be available later?</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I really like the code folding feature. But in version 2.0.5.48 there it seems to be impossible to save the &#8216;folded status&#8217; unfortunately. Everytime a file is opened, you have to fold functions etc. again. Will a feature for saving folded things be available later?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Simon</title>
		<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/comment-page-1/#comment-145</link>
		<dc:creator>Simon</dc:creator>
		<pubDate>Sun, 05 Jun 2005 20:52:09 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/#comment-145</guid>
		<description>Hi Christian, good catch, you&#039;re absolutely right! For some reason, the HTML lexer needs an extra push to enable folding - I have no idea why.

As for PHP, I don&#039;t think Scintilla currently supports folding for embedded PHP.</description>
		<content:encoded><![CDATA[<p>Hi Christian, good catch, you&#8217;re absolutely right! For some reason, the HTML lexer needs an extra push to enable folding &#8211; I have no idea why.</p>
<p>As for PHP, I don&#8217;t think Scintilla currently supports folding for embedded PHP.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Anonymous</title>
		<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/comment-page-1/#comment-144</link>
		<dc:creator>Anonymous</dc:creator>
		<pubDate>Sat, 04 Jun 2005 23:24:17 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/#comment-144</guid>
		<description>How do you get PHP to fold (i&#039;m guessing fold is where you have the plus/minus signs beside the code)?</description>
		<content:encoded><![CDATA[<p>How do you get PHP to fold (i&#8217;m guessing fold is where you have the plus/minus signs beside the code)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Chriztian Steinmeier</title>
		<link>http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/comment-page-1/#comment-143</link>
		<dc:creator>Chriztian Steinmeier</dc:creator>
		<pubDate>Fri, 03 Jun 2005 20:51:21 +0000</pubDate>
		<guid isPermaLink="false">http://untidy.net/blog/2005/06/03/xml-scheme-with-folding/#comment-143</guid>
		<description>U see - that&#039;s what I thought too... and I&#039;ve tried it several times without luck :-) but I&#039;ve diff&#039;ed your new file to my old one, and besides some additional CSS properties there&#039;s one extra line, which does the trick:

&lt;property name=&quot;fold.html&quot; value=&quot;1&quot; /&gt;

- could you clarify as to what this one does?</description>
		<content:encoded><![CDATA[<p>U see &#8211; that&#8217;s what I thought too&#8230; and I&#8217;ve tried it several times without luck <img src='http://untidy.net/blog/wp-includes/images/smilies/icon_smile.gif' alt=':-)' class='wp-smiley' />  but I&#8217;ve diff&#8217;ed your new file to my old one, and besides some additional CSS properties there&#8217;s one extra line, which does the trick:</p>
<p>&lt;property name=&#8221;fold.html&#8221; value=&#8221;1&#8243; /&gt;</p>
<p>- could you clarify as to what this one does?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

