
<?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>pgt &#187; eclipse</title>
	<atom:link href="http://pgt.de/tag/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://pgt.de</link>
	<description>t3chnology scouting GmbH</description>
	<lastBuildDate>Wed, 09 May 2012 11:54:51 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Eclipse Galileo SR1</title>
		<link>http://pgt.de/2009/09/24/eclipse-galileo-sr1/</link>
		<comments>http://pgt.de/2009/09/24/eclipse-galileo-sr1/#comments</comments>
		<pubDate>Thu, 24 Sep 2009 16:42:55 +0000</pubDate>
		<dc:creator>P.G.Taboada</dc:creator>
				<category><![CDATA[Java & Co.]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[oss]]></category>

		<guid isPermaLink="false">http://pgt.de/?p=655</guid>
		<description><![CDATA[<p> I just started downloading the SR1 release of Eclipse Galileo. According to bugzilla, there were 241 bugs fixed with this release.</p> <p>Can&#8217;t wait for the download to finish to check if Eclipse is working better on Snow Leopard&#8230;</p> ]]></description>
			<content:encoded><![CDATA[<p><img class="alignright" src="http://www.eclipse.org/donate/images/friendslogo200.jpg" alt="" width="200" height="106" /><br />
I just started downloading the SR1 release of Eclipse Galileo. According to bugzilla, there were <a href="https://bugs.eclipse.org/bugs/buglist.cgi?product=JDT&amp;product=PDE&amp;product=Platform&amp;product=Equinox&amp;target_milestone=3.5.1&amp;resolution=FIXED&amp;order=bugs.bug_id" target="_blank">241 bugs fixed with this release</a>.</p>
<p>Can&#8217;t wait for the download to finish to check if Eclipse is working better on Snow Leopard&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://pgt.de/2009/09/24/eclipse-galileo-sr1/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>HTML Editor for Eclipse</title>
		<link>http://pgt.de/2009/09/21/html-editor-for-eclipse/</link>
		<comments>http://pgt.de/2009/09/21/html-editor-for-eclipse/#comments</comments>
		<pubDate>Mon, 21 Sep 2009 12:19:11 +0000</pubDate>
		<dc:creator>P.G.Taboada</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[Java & Co.]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gwt]]></category>

		<guid isPermaLink="false">http://pgt.de/?p=605</guid>
		<description><![CDATA[<p>Thanks for the tip:</p> <p>Amateras HTML Editor for Eclipse</p> <p>EclipseHTMLEditor is an Eclipse Plugin for HTML / JSP / XML / CSS / DTD / JavaScript editing. This plugin is required by StrutsIDE and FacesIDE.</p> HTML/JSP/XML/CSS/DTD/JavaScript Highlighting HTML/JSP Preview HTML/JSP/XML Validation Contents Assist Wizards for creating HTML/JSP/XML files And many more powerful features&#8230; <p>Works [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks for the tip:</p>
<p><a href="http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor" target="_blank">Amateras HTML Editor for Eclipse</a></p>
<blockquote><p>EclipseHTMLEditor is an Eclipse Plugin for HTML / JSP / XML / CSS / DTD / JavaScript editing. This plugin is required by StrutsIDE and FacesIDE.</p>
<ul>
<li>HTML/JSP/XML/CSS/DTD/JavaScript Highlighting</li>
<li>HTML/JSP Preview</li>
<li>HTML/JSP/XML Validation</li>
<li>Contents Assist</li>
<li>Wizards for creating HTML/JSP/XML files</li>
<li>And many more powerful features&#8230;</li>
</ul>
</blockquote>
<p>Works fine with Eclipse Galileo.<br />
I am using it now along with the Google Eclipse Plugin for GWT development/ training.</p>
]]></content:encoded>
			<wfw:commentRss>http://pgt.de/2009/09/21/html-editor-for-eclipse/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>GWT, eclipse, i18n, and UTF-8 properties</title>
		<link>http://pgt.de/2009/07/16/gwt-eclipse-i18n-and-utf-8-properties/</link>
		<comments>http://pgt.de/2009/07/16/gwt-eclipse-i18n-and-utf-8-properties/#comments</comments>
		<pubDate>Thu, 16 Jul 2009 05:37:27 +0000</pubDate>
		<dc:creator>P.G.Taboada</dc:creator>
				<category><![CDATA[GWT]]></category>
		<category><![CDATA[eclipse]]></category>
		<category><![CDATA[gwt]]></category>
		<category><![CDATA[i18n]]></category>
		<category><![CDATA[utf8]]></category>

		<guid isPermaLink="false">http://pgt.de/?p=427</guid>
		<description><![CDATA[<p>GWT does a great job reading UTF-8 encoded property files:</p> <p>Both Constants and Messages use traditional Java properties files, with one notable difference: properties files used with GWT should be encoded as UTF-8 and may contain Unicode characters directly, avoiding the need for native2ascii.</p> <p>This is nice, but there is a tiny little problem [...]]]></description>
			<content:encoded><![CDATA[<p>GWT does a great job reading UTF-8 encoded property files:</p>
<blockquote><p>Both Constants and Messages use traditional Java properties files, with one notable difference: properties files used with GWT should be encoded as UTF-8 and may contain Unicode characters directly, avoiding the need for native2ascii.</p></blockquote>
<p>This is nice, but there is a tiny little problem when using eclipse: the default encoding for java property files is ISO-8859-1.</p>
<p>This setting can be changed in the eclipse preferences:</p>
<p><a href="http://pgt.de/wp-content/uploads/2009/07/Bild-13.png"><img class="size-medium wp-image-428 alignnone" title="Bild 1" src="http://pgt.de/wp-content/uploads/2009/07/Bild-13-300x270.png" alt="Bild 1" width="300" height="270" /></a></p>
<p>Or you can change the encoding of a single file with &#8220;EDIT -&gt; Set Encoding&#8221;&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://pgt.de/2009/07/16/gwt-eclipse-i18n-and-utf-8-properties/feed/</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
	</channel>
</rss>

