<?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: The MATLAB Editor at your fingertips</title>
	<atom:link href="http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/feed/" rel="self" type="application/rss+xml" />
	<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/</link>
	<description>Mike works on the MATLAB Desktop team</description>
	<lastBuildDate>Fri, 10 Feb 2012 11:10:02 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
	<item>
		<title>By: Dan</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-8335</link>
		<dc:creator>Dan</dc:creator>
		<pubDate>Wed, 11 Jan 2012 23:45:08 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-8335</guid>
		<description>I have 2 different matlab code sets that I work with on a daily basis.  I would like to change the indent size and tab size programmatically to match the style of each code base.  

As a future tweak for myself, I would like the editor&#039;s indent size, tab size, and path to change based on the file path, but that is a later detail.  

Thanks,
Dan</description>
		<content:encoded><![CDATA[<p>I have 2 different matlab code sets that I work with on a daily basis.  I would like to change the indent size and tab size programmatically to match the style of each code base.  </p>
<p>As a future tweak for myself, I would like the editor&#8217;s indent size, tab size, and path to change based on the file path, but that is a later detail.  </p>
<p>Thanks,<br />
Dan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7727</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 27 Apr 2011 19:10:55 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7727</guid>
		<description>&lt;pre class=&quot;code&quot;&gt;
help matlab.desktop.editor
&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<pre class="code">
help matlab.desktop.editor
</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: KE</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7726</link>
		<dc:creator>KE</dc:creator>
		<pubDate>Wed, 27 Apr 2011 18:33:51 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7726</guid>
		<description>These functions no longer seem to work in R2011a.   What is the workaround?</description>
		<content:encoded><![CDATA[<p>These functions no longer seem to work in R2011a.   What is the workaround?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Yair Altman</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7644</link>
		<dc:creator>Yair Altman</dc:creator>
		<pubDate>Mon, 14 Mar 2011 14:51:53 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7644</guid>
		<description>@Andrew - you can use the built-in &lt;b&gt;&lt;i&gt;visdiff&lt;/i&gt;&lt;/b&gt; function to programatically access the Comparison Tool. visdiff is a fully documented and supported function.

For more programmatic features than those available via visdiff (e.g., MAT comparison), use the built-in &lt;b&gt;&lt;i&gt;comparisons_private&lt;/i&gt;&lt;/b&gt; function (type or edit this function to see the available actions: textdiff, matdiff, matview etc. Note that this function is undocumented and unsupported and may change without prior notice in any Matlab release.

In a related note, editorservices itself has changed across the different Matlab releases - it is not only its name that has changed (to matlab.desktop.editor) but also some of its internal functionality. Similarly, the internal Java components on which these were based have also changed. While the differences are often simple to understand and overcome, the point is that different Matlab releases have used several different interfaces over the past few years, and so you must use these interfaces with care and attention.

-Yair</description>
		<content:encoded><![CDATA[<p>@Andrew &#8211; you can use the built-in <b><i>visdiff</i></b> function to programatically access the Comparison Tool. visdiff is a fully documented and supported function.</p>
<p>For more programmatic features than those available via visdiff (e.g., MAT comparison), use the built-in <b><i>comparisons_private</i></b> function (type or edit this function to see the available actions: textdiff, matdiff, matview etc. Note that this function is undocumented and unsupported and may change without prior notice in any Matlab release.</p>
<p>In a related note, editorservices itself has changed across the different Matlab releases &#8211; it is not only its name that has changed (to matlab.desktop.editor) but also some of its internal functionality. Similarly, the internal Java components on which these were based have also changed. While the differences are often simple to understand and overcome, the point is that different Matlab releases have used several different interfaces over the past few years, and so you must use these interfaces with care and attention.</p>
<p>-Yair</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7642</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 14 Mar 2011 12:57:58 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7642</guid>
		<description>@Andrew,
 I can&#039;t say if we will or not in the long term, but not in the next few releases.</description>
		<content:encoded><![CDATA[<p>@Andrew,<br />
 I can&#8217;t say if we will or not in the long term, but not in the next few releases.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Andrew Newell</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7638</link>
		<dc:creator>Andrew Newell</dc:creator>
		<pubDate>Fri, 11 Mar 2011 21:52:59 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7638</guid>
		<description>@Mike,
   Are there going to be equivalents to editorservices for other tools like the Comparison Tool?</description>
		<content:encoded><![CDATA[<p>@Mike,<br />
   Are there going to be equivalents to editorservices for other tools like the Comparison Tool?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric M.</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7538</link>
		<dc:creator>Eric M.</dc:creator>
		<pubDate>Thu, 13 Jan 2011 16:11:41 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7538</guid>
		<description>@Mike,

Great - thanks for the pointer.</description>
		<content:encoded><![CDATA[<p>@Mike,</p>
<p>Great &#8211; thanks for the pointer.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7532</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Wed, 12 Jan 2011 17:44:33 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7532</guid>
		<description>@Eric,

I hope to have lots to say about it when we have something official, but for the newest unsupported api, check out:
&lt;pre class=&quot;code&quot;&gt;help matlab.desktop.editor&lt;/pre&gt;</description>
		<content:encoded><![CDATA[<p>@Eric,</p>
<p>I hope to have lots to say about it when we have something official, but for the newest unsupported api, check out:</p>
<pre class="code">help matlab.desktop.editor</pre>
]]></content:encoded>
	</item>
	<item>
		<title>By: Eric M.</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7530</link>
		<dc:creator>Eric M.</dc:creator>
		<pubDate>Wed, 12 Jan 2011 15:23:35 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7530</guid>
		<description>Looks like editorservices has been removed from 2011a pre-release.  Is it replaced by an updated API?  I know we were warned, hopefully it has just been updated and not totally removed.</description>
		<content:encoded><![CDATA[<p>Looks like editorservices has been removed from 2011a pre-release.  Is it replaced by an updated API?  I know we were warned, hopefully it has just been updated and not totally removed.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mike</title>
		<link>http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7176</link>
		<dc:creator>Mike</dc:creator>
		<pubDate>Mon, 12 Jul 2010 13:50:48 +0000</pubDate>
		<guid isPermaLink="false">http://blogs.mathworks.com/desktop/2009/10/26/the-matlab-editor-at-your-fingertips/#comment-7176</guid>
		<description>@Tobias,

 That &lt;tt&gt;addlistener&lt;/tt&gt; comes from the fact that the object is a handle object (see &lt;a href=&quot;http://www.mathworks.com/access/helpdesk/help/techdoc/ref/handle.addlistener.html&quot; rel=&quot;nofollow&quot;&gt;addlistener doc&lt;/a&gt;). However, the object has no events associated with it. There&#039;s no easy or supported way to listen for a document being saved.  

It is an interesting question. What problem are you trying to solve by listening for the save? Or is it just the save button?</description>
		<content:encoded><![CDATA[<p>@Tobias,</p>
<p> That <tt>addlistener</tt> comes from the fact that the object is a handle object (see <a href="http://www.mathworks.com/access/helpdesk/help/techdoc/ref/handle.addlistener.html" rel="nofollow">addlistener doc</a>). However, the object has no events associated with it. There&#8217;s no easy or supported way to listen for a document being saved.  </p>
<p>It is an interesting question. What problem are you trying to solve by listening for the save? Or is it just the save button?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

