<?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: Fold whatever you want using cells</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Sun, 12 Feb 2012 04:03:36 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-8249</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Thu, 17 Nov 2011 20:07:50 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-8249</guid>
		<description>@Kelvin,
 Yes. On windows Ctrl+. and Shift+Ctrl+. will fold/unfold the code segement. Ctrl+R and Ctrl+T will comment/uncomment code on windows. 
 To find out what had a keyboard shortcut or create one for an action, check out File -&gt; Preferences -&gt; Keyboard -&gt; Shortcuts.
 This also an excellent type of question for &lt;a href=&quot;http://www.mathworks.com/matlabcentral/answers/&quot; rel=&quot;nofollow&quot;&gt;MATLAB Answers&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>@Kelvin,<br />
 Yes. On windows Ctrl+. and Shift+Ctrl+. will fold/unfold the code segement. Ctrl+R and Ctrl+T will comment/uncomment code on windows.<br />
 To find out what had a keyboard shortcut or create one for an action, check out File -> Preferences -> Keyboard -> Shortcuts.<br />
 This also an excellent type of question for <a href="http://www.mathworks.com/matlabcentral/answers/" rel="nofollow">MATLAB Answers</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kelvin</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-8247</link>
		<dc:creator>Kelvin</dc:creator>
		<pubDate>Thu, 17 Nov 2011 17:39:18 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-8247</guid>
		<description>Hi everyone,

Is there a hotkey (shortcut) for collapsing and expanding code cells, so I wouldn&#039;t need to manually click the tiny +/- sign?

Also, is there a way to quickly comment/uncomment code cells?

Thank you in advance!
K</description>
		<content:encoded><![CDATA[<p>Hi everyone,</p>
<p>Is there a hotkey (shortcut) for collapsing and expanding code cells, so I wouldn&#8217;t need to manually click the tiny +/- sign?</p>
<p>Also, is there a way to quickly comment/uncomment code cells?</p>
<p>Thank you in advance!<br />
K</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6514</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Thu, 17 Sep 2009 05:36:03 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6514</guid>
		<description>Thanks Mike, I&#039;m downloading R2009b as we speak!</description>
		<content:encoded><![CDATA[<p>Thanks Mike, I&#8217;m downloading R2009b as we speak!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6510</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 16 Sep 2009 14:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6510</guid>
		<description>Alexander,

 Only functions were foldable in R2007b. Code folding for cells was added in R2008a.</description>
		<content:encoded><![CDATA[<p>Alexander,</p>
<p> Only functions were foldable in R2007b. Code folding for cells was added in R2008a.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6508</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Wed, 16 Sep 2009 07:51:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6508</guid>
		<description>Hi, Alexander here again,

After a little research I found that when I try to code-fold manually by right-clicking and going to the code-folding option, all 4 options are grayed out and cannot be clicked on. Also, enabling/disabling code folding I noticed that when it is enabled my code is shifted over ~5pixels to, ostensibly, make room for the +/- graphics to be clicked on. However, as I mentioned before, there are no such signs. 

Also,I should probably mention that I am running this on a Windows XP 64bit architecture. 

doubly thanks, 
-alex</description>
		<content:encoded><![CDATA[<p>Hi, Alexander here again,</p>
<p>After a little research I found that when I try to code-fold manually by right-clicking and going to the code-folding option, all 4 options are grayed out and cannot be clicked on. Also, enabling/disabling code folding I noticed that when it is enabled my code is shifted over ~5pixels to, ostensibly, make room for the +/- graphics to be clicked on. However, as I mentioned before, there are no such signs. </p>
<p>Also,I should probably mention that I am running this on a Windows XP 64bit architecture. </p>
<p>doubly thanks,<br />
-alex</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Alexander</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6507</link>
		<dc:creator>Alexander</dc:creator>
		<pubDate>Wed, 16 Sep 2009 07:44:32 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6507</guid>
		<description>Hi, 
I&#039;d love to do code folding! BUT, even after using cells in the code and enabling code folding in the preferences menu, there are no +/- signs to click on anywhere in my code to enable code folding. 
I&#039;m writing a script .m file(not a function) and running:
MATLAB Version 7.5.0.342 (R2007b)

Also, I have cell highlighting on and it highlights correctly so I know that my cells are correct and the editor recognizes when my cursor is in one. 

Is this a version issue? 

thanks!</description>
		<content:encoded><![CDATA[<p>Hi,<br />
I&#8217;d love to do code folding! BUT, even after using cells in the code and enabling code folding in the preferences menu, there are no +/- signs to click on anywhere in my code to enable code folding.<br />
I&#8217;m writing a script .m file(not a function) and running:<br />
MATLAB Version 7.5.0.342 (R2007b)</p>
<p>Also, I have cell highlighting on and it highlights correctly so I know that my cells are correct and the editor recognizes when my cursor is in one. </p>
<p>Is this a version issue? </p>
<p>thanks!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6313</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Fri, 26 Jun 2009 10:49:52 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6313</guid>
		<description>Hi Suresh,

Thanks for the feedback. Note that you can start typing a command in the Command Window and up arrow, which will then cycle through only the commands starting with what you&#039;ve typed. I use this technique all the time to find previously typed commands.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Suresh,</p>
<p>Thanks for the feedback. Note that you can start typing a command in the Command Window and up arrow, which will then cycle through only the commands starting with what you&#8217;ve typed. I use this technique all the time to find previously typed commands.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Suresh</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6312</link>
		<dc:creator>Suresh</dc:creator>
		<pubDate>Thu, 25 Jun 2009 21:07:19 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6312</guid>
		<description>Hi,

I am sorry if this is off topic.

But I find something very annoying in Matlab. The way matlab command history window displays, always &quot;expanded&quot;. Is there any way to set that it is always &quot;collapsed&quot;. It&#039;s very tedious to scroll through it to a specific command in specific date. If it were always &quot;collapsed&quot; then I could go to specific date and expand it to see the list of command on that date.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>I am sorry if this is off topic.</p>
<p>But I find something very annoying in Matlab. The way matlab command history window displays, always &#8220;expanded&#8221;. Is there any way to set that it is always &#8220;collapsed&#8221;. It&#8217;s very tedious to scroll through it to a specific command in specific date. If it were always &#8220;collapsed&#8221; then I could go to specific date and expand it to see the list of command on that date.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ken</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6297</link>
		<dc:creator>Ken</dc:creator>
		<pubDate>Mon, 15 Jun 2009 19:14:31 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6297</guid>
		<description>Hi Steven,

Do you typically want your folds to be shared with other users? It seems that I&#039;d want to remove folds before submitting or sharing code.

-Ken</description>
		<content:encoded><![CDATA[<p>Hi Steven,</p>
<p>Do you typically want your folds to be shared with other users? It seems that I&#8217;d want to remove folds before submitting or sharing code.</p>
<p>-Ken</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: steven</title>
		<link>http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6296</link>
		<dc:creator>steven</dc:creator>
		<pubDate>Mon, 15 Jun 2009 18:43:07 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/06/15/fold-whatever-you-want-using-cells/#comment-6296</guid>
		<description>I&#039;ve always used folding in vim with the markers
%%FOLDUP
and
%%UNFOLD

I think code sharing would be much easier if there were a single standard, such as this one, which could be used in one&#039;s editor of choice (including the matlab editor) and which persisted with the ascii file...</description>
		<content:encoded><![CDATA[<p>I&#8217;ve always used folding in vim with the markers<br />
%%FOLDUP<br />
and<br />
%%UNFOLD</p>
<p>I think code sharing would be much easier if there were a single standard, such as this one, which could be used in one&#8217;s editor of choice (including the matlab editor) and which persisted with the ascii file&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>

