<?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: Align comments in Textmate</title>
	<atom:link href="http://atastypixel.com/blog/align-comments-in-textmate/feed/" rel="self" type="application/rss+xml" />
	<link>http://atastypixel.com/blog/align-comments-in-textmate/</link>
	<description></description>
	<lastBuildDate>Fri, 10 Feb 2012 00:47:12 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
	<item>
		<title>By: Jay Kickliter</title>
		<link>http://atastypixel.com/blog/align-comments-in-textmate/comment-page-1/#comment-1965</link>
		<dc:creator>Jay Kickliter</dc:creator>
		<pubDate>Tue, 05 Oct 2010 19:59:32 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/03/27/align-comments-in-textmate/#comment-1965</guid>
		<description>&lt;p&gt;Oops. It didn&#039;t format as planned. But I hope you get the idea.&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>Oops. It didn&#8217;t format as planned. But I hope you get the idea.</p>]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Kickliter</title>
		<link>http://atastypixel.com/blog/align-comments-in-textmate/comment-page-1/#comment-1964</link>
		<dc:creator>Jay Kickliter</dc:creator>
		<pubDate>Tue, 05 Oct 2010 19:58:47 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/03/27/align-comments-in-textmate/#comment-1964</guid>
		<description>&lt;p&gt;I&#039;ve been trying my best to modify your code, but I can&#039;t get it to do what I want.&lt;/p&gt;

&lt;p&gt;I want it behave as is, but not to touch lines where the first character is a comment.&lt;/p&gt;

&lt;p&gt;So:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    Setup    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;/p&gt;

&lt;p&gt;tMin = -1/10;
tMax = 1/10;&lt;/p&gt;

&lt;p&gt;fsa   = 200;                    % sampling rate
ts   = 1/fs;                        % sampling period
t    = tMin:ts:tMax-ts;         % sampling duration
N    = length(t);                   % number of samples
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Becomes:
&lt;code&gt;
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    Setup    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%&lt;/p&gt;

&lt;p&gt;tMin = -1/10;
tMax = 1/10;&lt;/p&gt;

&lt;p&gt;fsa   = 200;            % sampling rate
ts   = 1/fs;            % sampling period
t    = tMin:ts:tMax-ts; % sampling duration
N    = length(t);       % number of samples
&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Any tips?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>I&#8217;ve been trying my best to modify your code, but I can&#8217;t get it to do what I want.</p>

<p>I want it behave as is, but not to touch lines where the first character is a comment.</p>

<p>So:</p>

<p><code>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    Setup    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</code></p>

<p>tMin = -1/10;
tMax = 1/10;</p>

<p>fsa   = 200;                    % sampling rate
ts   = 1/fs;                        % sampling period
t    = tMin:ts:tMax-ts;         % sampling duration
N    = length(t);                   % number of samples
</p>

<p>Becomes:
<code>
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%    Setup    %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%</code></p>

<p>tMin = -1/10;
tMax = 1/10;</p>

<p>fsa   = 200;            % sampling rate
ts   = 1/fs;            % sampling period
t    = tMin:ts:tMax-ts; % sampling duration
N    = length(t);       % number of samples
</p>

<p>Any tips?</p>]]></content:encoded>
	</item>
	<item>
		<title>By: tırnak bakımı</title>
		<link>http://atastypixel.com/blog/align-comments-in-textmate/comment-page-1/#comment-1314</link>
		<dc:creator>tırnak bakımı</dc:creator>
		<pubDate>Sun, 20 Dec 2009 21:54:15 +0000</pubDate>
		<guid isPermaLink="false">http://atastypixel.com/blog/2009/03/27/align-comments-in-textmate/#comment-1314</guid>
		<description>&lt;p&gt;bak hacito sana neler anlatacagim ama once onayla?&lt;/p&gt;
</description>
		<content:encoded><![CDATA[<p>bak hacito sana neler anlatacagim ama once onayla?</p>]]></content:encoded>
	</item>
</channel>
</rss>

