<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>

<channel>
	<title>Digitbit</title>
	<atom:link href="http://www.digitbit.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.digitbit.com</link>
	<description>Just another WordPress weblog</description>
	<pubDate>Tue, 20 May 2008 00:32:50 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5.1</generator>
	<language>en</language>
			<item>
		<title>View Eclipse source when using Target Platform</title>
		<link>http://www.digitbit.com/view-eclipse-source-when-using-target-platform/</link>
		<comments>http://www.digitbit.com/view-eclipse-source-when-using-target-platform/#comments</comments>
		<pubDate>Tue, 08 Apr 2008 04:39:59 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
		
		<category><![CDATA[Eclipse]]></category>

		<category><![CDATA[ide]]></category>

		<category><![CDATA[java]]></category>

		<category><![CDATA[rcp]]></category>

		<guid isPermaLink="false">http://www.digitbit.com/blog/?p=4</guid>
		<description><![CDATA[Normally, when you are working in Eclipse, and you do an &#8216;Open Declaration&#8217; on some Eclipse code, its source will open up automatically.  However, I was working on an Eclipse RCP application we are developing and I was getting the following error when trying to view an Eclipse class file.
&#8216;The JAR of this class [...]]]></description>
			<content:encoded><![CDATA[<p>Normally, when you are working in Eclipse, and you do an &#8216;Open Declaration&#8217; on some Eclipse code, its source will open up automatically.  However, I was working on an Eclipse RCP application we are developing and I was getting the following error when trying to view an Eclipse class file.</p>
<p><strong>&#8216;The JAR of this class file belongs to container &#8216;Plug-in Dependencies&#8217; which does not allow modifications to source attachments on its entries.&#8217;</strong></p>
<p>&#8216;What the heck does that mean?&#8217;  It turns out, that we are using the Eclipse Target Platform mechanism and it didn&#8217;t include the source folders that come with the Eclipse SDK distribution itself.  So the fix is easy.  Just copy the appropriate source folders from your Eclipse install into the target platform and reload it. This might be obvious to any Eclipse guru, but it wasn&#8217;t apparent from searching for this error message on Google.  So I hope this helps someone out.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitbit.com/view-eclipse-source-when-using-target-platform/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Learning TextMate. Part I</title>
		<link>http://www.digitbit.com/test-post/</link>
		<comments>http://www.digitbit.com/test-post/#comments</comments>
		<pubDate>Tue, 26 Feb 2008 05:44:29 +0000</pubDate>
		<dc:creator>Chris Fong</dc:creator>
		
		<category><![CDATA[Textmate]]></category>

		<guid isPermaLink="false">http://www.digitbit.com/?p=3</guid>
		<description><![CDATA[I purchased a license of Textmate more than year ago, but I had never took the time to learn it well.  So I&#8217;m going to change that and start by looking up and learning some of the more useful shortcut keys.
Useful Textmate shortcut keys
Delete line: ⌃⇧K
Select word: ⌃W
Select line: ⇧⌘L
Select bundle item: ⌃⌘T
Open bundle [...]]]></description>
			<content:encoded><![CDATA[<p>I purchased a license of Textmate more than year ago, but I had never took the time to learn it well.  So I&#8217;m going to change that and start by looking up and learning some of the more useful shortcut keys.</p>
<h4>Useful Textmate shortcut keys</h4>
<p>Delete line: ⌃⇧K<br />
Select word: ⌃W<br />
Select line: ⇧⌘L<br />
Select bundle item: ⌃⌘T<br />
Open bundle menu: ^⎋<br />
Go to file (Project context): ⌘T<br />
Insert open/close tag: ^⇧,<br />
Move to end of line and insert line feed: ⌘↩<br />
Clipboard history: ^⌘⌥V</p>
<h4>Legend</h4>
<p> (I can never remember the symbols)<br />
Ctrl = ^<br />
Shift = ⇧<br />
Cmd = ⌘<br />
Option = ⌥<br />
Esc = ⎋<br />
Enter = ↩</p>
]]></content:encoded>
			<wfw:commentRss>http://www.digitbit.com/test-post/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
