<?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: Eclipse Tip: Use Bookmarks to track important places in your code</title>
	<atom:link href="http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/</link>
	<description>iPhone and Mac OS X Programming (with a bit of Ruby on Rails)</description>
	<pubDate>Fri, 12 Mar 2010 04:23:45 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.7.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: kaya</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-180258</link>
		<dc:creator>kaya</dc:creator>
		<pubDate>Tue, 08 Sep 2009 08:57:26 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-180258</guid>
		<description>You can also add a bookmark by double clicking on the line number at the left side of the editor window.</description>
		<content:encoded><![CDATA[<p>You can also add a bookmark by double clicking on the line number at the left side of the editor window.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: battisti</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-180253</link>
		<dc:creator>battisti</dc:creator>
		<pubDate>Fri, 24 Jul 2009 13:01:35 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-180253</guid>
		<description>thx a lot, when i use zend studio for php programing that ide has a excelent suport to bookmarks, but in eclipse i didn't found it, now i can use bookmarks again!</description>
		<content:encoded><![CDATA[<p>thx a lot, when i use zend studio for php programing that ide has a excelent suport to bookmarks, but in eclipse i didn&#8217;t found it, now i can use bookmarks again!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fedir</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-180215</link>
		<dc:creator>Fedir</dc:creator>
		<pubDate>Fri, 26 Jun 2009 12:27:11 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-180215</guid>
		<description>Goog tip, exactly what we need. Thanks.</description>
		<content:encoded><![CDATA[<p>Goog tip, exactly what we need. Thanks.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Megan Galloway</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-180174</link>
		<dc:creator>Megan Galloway</dc:creator>
		<pubDate>Fri, 22 May 2009 16:08:29 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-180174</guid>
		<description>I finally started adding bookmarks in Eclipse, but I couldn't find where to look them up again.  This post was very helpful (even years later :), thanks!

-Megan</description>
		<content:encoded><![CDATA[<p>I finally started adding bookmarks in Eclipse, but I couldn&#8217;t find where to look them up again.  This post was very helpful (even years later :), thanks!</p>
<p>-Megan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mark Richards</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-96917</link>
		<dc:creator>Mark Richards</dc:creator>
		<pubDate>Sun, 05 Oct 2008 19:41:17 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-96917</guid>
		<description>Bookmarks are greyed out in Eclipse 3.4.1 in my context menu.  So tried this plugin, then lost bookmarks in context menu entirely.

Some strangeness here that I don't understand, so reverted back.

Navigation (breadcrumbs) is done nicely in Code::Blocks (c IDE).  Maybe this might serve as good example for Eclipse to follow.</description>
		<content:encoded><![CDATA[<p>Bookmarks are greyed out in Eclipse 3.4.1 in my context menu.  So tried this plugin, then lost bookmarks in context menu entirely.</p>
<p>Some strangeness here that I don&#8217;t understand, so reverted back.</p>
<p>Navigation (breadcrumbs) is done nicely in Code::Blocks (c IDE).  Maybe this might serve as good example for Eclipse to follow.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Fred Stluka</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-24193</link>
		<dc:creator>Fred Stluka</dc:creator>
		<pubDate>Tue, 27 Nov 2007 20:05:43 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-24193</guid>
		<description>Good tips.  Thanks!

If you do as Hasan suggested, you can also move among bookmarks (within the same file) via Ctrl-. and Ctrl-, which are the default keyboard shortcuts for Next and Previous, where the toolbar dropdowns define the types of entities that are eligible to be the Next and Previous targets.

--Fred</description>
		<content:encoded><![CDATA[<p>Good tips.  Thanks!</p>
<p>If you do as Hasan suggested, you can also move among bookmarks (within the same file) via Ctrl-. and Ctrl-, which are the default keyboard shortcuts for Next and Previous, where the toolbar dropdowns define the types of entities that are eligible to be the Next and Previous targets.</p>
<p>&#8211;Fred</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Hasan</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-16689</link>
		<dc:creator>Hasan</dc:creator>
		<pubDate>Mon, 10 Sep 2007 15:05:37 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-16689</guid>
		<description>#2 of the "nice if ..." section can somewhat be addressed by the prev/next annotation tool-bar buttons.  They can be specified to move through bookmarks within a file by clicking on the arrow on the right side of the next/prev buttons and selecting the 'bookmark' checkbox.

But, the plugin mentioned by Mort seems to address most of the other issues you mentioned, including this one.</description>
		<content:encoded><![CDATA[<p>#2 of the &#8220;nice if &#8230;&#8221; section can somewhat be addressed by the prev/next annotation tool-bar buttons.  They can be specified to move through bookmarks within a file by clicking on the arrow on the right side of the next/prev buttons and selecting the &#8216;bookmark&#8217; checkbox.</p>
<p>But, the plugin mentioned by Mort seems to address most of the other issues you mentioned, including this one.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mort</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-7716</link>
		<dc:creator>Mort</dc:creator>
		<pubDate>Mon, 30 Apr 2007 12:20:25 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-7716</guid>
		<description>If you still find it a bit awkward, there's a nice plugin here:
http://etc.to/eclipse_bookmarks_plugin
(No relation to the author, just found it and liked it...)</description>
		<content:encoded><![CDATA[<p>If you still find it a bit awkward, there&#8217;s a nice plugin here:<br />
<a href="http://etc.to/eclipse_bookmarks_plugin" rel="nofollow">http://etc.to/eclipse_bookmarks_plugin</a><br />
(No relation to the author, just found it and liked it&#8230;)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rahul</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-6894</link>
		<dc:creator>Rahul</dc:creator>
		<pubDate>Fri, 20 Apr 2007 02:31:04 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-6894</guid>
		<description>Thanks for the nice writeup.
Is there a way I can have a hotkey to reach a bookmark? Like in Visual studio, you can do CTRL-F2 to traverse all the bookmarks..</description>
		<content:encoded><![CDATA[<p>Thanks for the nice writeup.<br />
Is there a way I can have a hotkey to reach a bookmark? Like in Visual studio, you can do CTRL-F2 to traverse all the bookmarks..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: MANISH</title>
		<link>http://www.luisdelarosa.com/2005/02/16/eclipse-tip-use-bookmarks-to-track-important-places-in-your-code/comment-page-1/#comment-1243</link>
		<dc:creator>MANISH</dc:creator>
		<pubDate>Thu, 18 Jan 2007 06:55:44 +0000</pubDate>
		<guid isPermaLink="false">http://www.luisdelarosa.com/wordpress/?p=60#comment-1243</guid>
		<description>Gr8 job.. Thanks for a hassle free doc for bookmarking ....</description>
		<content:encoded><![CDATA[<p>Gr8 job.. Thanks for a hassle free doc for bookmarking &#8230;.</p>
]]></content:encoded>
	</item>
</channel>
</rss>
