<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>芳草苑 &#187; eclipse</title>
	<atom:link href="http://blog.goods-pro.com/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.goods-pro.com</link>
	<description>草的家园，花在哪里？</description>
	<lastBuildDate>Sun, 05 Sep 2010 01:01:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.4</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>If you missed anything after customising all email templates in Magento</title>
		<link>http://blog.goods-pro.com/1438/if-you-missed-anything-after-customising-all-email-templates-in-magento/</link>
		<comments>http://blog.goods-pro.com/1438/if-you-missed-anything-after-customising-all-email-templates-in-magento/#comments</comments>
		<pubDate>Thu, 04 Mar 2010 20:05:43 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=1438</guid>
		<description><![CDATA[To double check if you missed anything after customising all email templates in Magento, you can do a File Search on Selected resources (app/locale/(locale_code)/template/email in eclipse with these keywords:

(555) 555-0123
magento
demo

By the way, eclipse can do Replace on Selected resources, which is an equivalent tool of File &#38; Replace in Folder using Notepad++. I am sure [...]]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/1438/if-you-missed-anything-after-customising-all-email-templates-in-magento/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse XML formatter</title>
		<link>http://blog.goods-pro.com/1426/eclipse-xml-formatter/</link>
		<comments>http://blog.goods-pro.com/1426/eclipse-xml-formatter/#comments</comments>
		<pubDate>Mon, 01 Mar 2010 12:55:18 +0000</pubDate>
		<dc:creator>admin</dc:creator>
				<category><![CDATA[小小草]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[magento]]></category>

		<guid isPermaLink="false">http://blog.goods-pro.com/?p=1426</guid>
		<description><![CDATA[Magento 有个我早就知道的 bug：读入 module config.xml 时，class name 必须在和 xml opening tag &#38; closing tag 写在一行上，而且中间不能有 white space。这个 bug 直到最近的 Magento 1.4.0.1 都还有，可能 Magento 认为这不重要，重要的是如何书写 config.xml。所以我写 config.xml 一直都很小心。

&#60;catalog&#62;
	&#60;rewrite&#62;
		&#60;convert_adapter_category&#62;MyNamespace_MyModule_Model_Eav_Convert_Adapter_Category&#60;/convert_adapter_category&#62;
	&#60;/rewrite&#62;
&#60;/catalog&#62;

但最近一次写完了 config.xml 下意识地按了 Ctrl + Shift + F 格式化了 config.xml，而这一行很长，eclipse XML formatter 自动把它换行书写了，造成 Magento 无法正确读入 class name。页面出不来了，什么原因？！我花了差不多一天时间才找到原因，一看到是这个原因，我又非常地懊恼——都是因为我懒，没有好好设置 eclipse 为我所用。
于是亡羊补牢，我花了几分钟找到设置所在，把 Line width 设定一个足够大的数字就不怕它换行了。Aptana plugin 也带一个 Aptana XML Editor，另有地方设置，这里不多说了。 
]]></description>
		<wfw:commentRss>http://blog.goods-pro.com/1426/eclipse-xml-formatter/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
