<?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: New Feature: Intelligent Jump</title>
	<atom:link href="http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/</link>
	<description>Politics, Programming and Possibilities</description>
	<pubDate>Mon, 01 Dec 2008 22:53:48 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.1</generator>
		<item>
		<title>By: Keith</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-354</link>
		<dc:creator>Keith</dc:creator>
		<pubDate>Mon, 15 May 2006 17:47:24 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-354</guid>
		<description>Found a case where the plugin is actually modifying code in a way to break it:
Before the "jump":
    puts "Categories: #{categories}"
    lnks = @nav_frame.links.collect
    puts "#{lnks.length} links found"

Now I hit "End" with the cursor in the word Categories, and get this
    puts "Categories: #{categories}"
    lnks = @nav_frame.links.collect
    puts "#{lnks.length links found}"

Note that the braces around "lnks..." have moved, making the code invalid. Any ideas?</description>
		<content:encoded><![CDATA[<p>Found a case where the plugin is actually modifying code in a way to break it:<br />
Before the &#8220;jump&#8221;:<br />
    puts &#8220;Categories: #{categories}&#8221;<br />
    lnks = @nav_frame.links.collect<br />
    puts &#8220;#{lnks.length} links found&#8221;</p>
<p>Now I hit &#8220;End&#8221; with the cursor in the word Categories, and get this<br />
    puts &#8220;Categories: #{categories}&#8221;<br />
    lnks = @nav_frame.links.collect<br />
    puts &#8220;#{lnks.length links found}&#8221;</p>
<p>Note that the braces around &#8220;lnks&#8230;&#8221; have moved, making the code invalid. Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Xian</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-347</link>
		<dc:creator>Xian</dc:creator>
		<pubDate>Thu, 11 May 2006 22:00:20 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-347</guid>
		<description>You should add a note about the cutting edge requirement to the download page, at least until it doesn't require cutting edge anymore. That one threw me for a loop and I almost dropped the bundle (not a threat, I really wanted to use it) because of it.</description>
		<content:encoded><![CDATA[<p>You should add a note about the cutting edge requirement to the download page, at least until it doesn&#8217;t require cutting edge anymore. That one threw me for a loop and I almost dropped the bundle (not a threat, I really wanted to use it) because of it.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-340</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Wed, 03 May 2006 14:32:27 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-340</guid>
		<description>Jacob: You need the "cutting edge" version (985) of Textmate to get rid of the re-indentation problem.  Also make sure you have my latest bundle, as my first or second release didn't take care of that properly.</description>
		<content:encoded><![CDATA[<p>Jacob: You need the &#8220;cutting edge&#8221; version (985) of Textmate to get rid of the re-indentation problem.  Also make sure you have my latest bundle, as my first or second release didn&#8217;t take care of that properly.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacob</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-339</link>
		<dc:creator>Jacob</dc:creator>
		<pubDate>Wed, 03 May 2006 07:29:39 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-339</guid>
		<description>Hello, Duane.

Except from the Home/End setting modified flag as previously mentioned, I've also seen a more abnormal behaviour: When using with .rhtml file, sometimes when moving within the tags, the code itself would change, mostly being reindented. This is most annoying, since the file changes visually in an unexpected way.</description>
		<content:encoded><![CDATA[<p>Hello, Duane.</p>
<p>Except from the Home/End setting modified flag as previously mentioned, I&#8217;ve also seen a more abnormal behaviour: When using with .rhtml file, sometimes when moving within the tags, the code itself would change, mostly being reindented. This is most annoying, since the file changes visually in an unexpected way.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-337</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Tue, 02 May 2006 21:11:17 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-337</guid>
		<description>Christian: I'm not actually sure.  I use ScreenRecord and choose "export", then "Movie to Quicktime Movie" and "Broadband - High" as the settings.  It seems to hide the details from me.</description>
		<content:encoded><![CDATA[<p>Christian: I&#8217;m not actually sure.  I use ScreenRecord and choose &#8220;export&#8221;, then &#8220;Movie to Quicktime Movie&#8221; and &#8220;Broadband - High&#8221; as the settings.  It seems to hide the details from me.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-336</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Tue, 02 May 2006 21:00:56 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-336</guid>
		<description>Justin: Yes, I'm aware of the "modification" to the file while traveling forward and backwards.  I'd like it to not do that, but I'm currently unaware of a way to work around it.  The problem is that Textmate sees the "insert-as-snippet" replacement as a modification when there's no visual change.  Let me know if you think of anything.</description>
		<content:encoded><![CDATA[<p>Justin: Yes, I&#8217;m aware of the &#8220;modification&#8221; to the file while traveling forward and backwards.  I&#8217;d like it to not do that, but I&#8217;m currently unaware of a way to work around it.  The problem is that Textmate sees the &#8220;insert-as-snippet&#8221; replacement as a modification when there&#8217;s no visual change.  Let me know if you think of anything.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Christian Romney</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-335</link>
		<dc:creator>Christian Romney</dc:creator>
		<pubDate>Tue, 02 May 2006 20:54:02 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-335</guid>
		<description>If you don't mind my asking, what are the screen cap settings you use for the movie (compression, format)?</description>
		<content:encoded><![CDATA[<p>If you don&#8217;t mind my asking, what are the screen cap settings you use for the movie (compression, format)?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Justin</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-331</link>
		<dc:creator>Justin</dc:creator>
		<pubDate>Tue, 02 May 2006 18:13:51 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-331</guid>
		<description>I love the bundle, it's good stuff.

But this new feature seems to be "modifying" the file when you use it. For example, if I open a new file and hit end to make a selction, the file shows as being modified. Also, using undo will travel backwards through the selections. Not sure if this is a bug, just found it odd.</description>
		<content:encoded><![CDATA[<p>I love the bundle, it&#8217;s good stuff.</p>
<p>But this new feature seems to be &#8220;modifying&#8221; the file when you use it. For example, if I open a new file and hit end to make a selction, the file shows as being modified. Also, using undo will travel backwards through the selections. Not sure if this is a bug, just found it odd.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Duane Johnson</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-330</link>
		<dc:creator>Duane Johnson</dc:creator>
		<pubDate>Tue, 02 May 2006 17:20:14 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-330</guid>
		<description>Thomas: I don't mind at all.  I appreciate how open you are with your work, and as you can see, I've stolen several ideas from you for embellishment already--I can only return the favor.  :)</description>
		<content:encoded><![CDATA[<p>Thomas: I don&#8217;t mind at all.  I appreciate how open you are with your work, and as you can see, I&#8217;ve stolen several ideas from you for embellishment already&#8211;I can only return the favor.  <img src='http://blog.inquirylabs.com/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: J. Weir</title>
		<link>http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-329</link>
		<dc:creator>J. Weir</dc:creator>
		<pubDate>Tue, 02 May 2006 16:53:03 +0000</pubDate>
		<guid isPermaLink="false">http://blog.inquirylabs.com/2006/05/02/new-feature-intelligent-jump/#comment-329</guid>
		<description>this is great, thank you.</description>
		<content:encoded><![CDATA[<p>this is great, thank you.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
