<?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>Natz&#039;s Digital 漂流記 &#187; Eclipse</title>
	<atom:link href="http://www.natzworks.com/digital/applications/eclipse/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.natzworks.com/digital</link>
	<description>Natz の PC/サーバー/デジタル機器に翻弄される日々</description>
	<lastBuildDate>Wed, 28 Dec 2011 05:33:35 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Eclipse 3.5 (+ PHPEclipse 1.2.3) 移行</title>
		<link>http://www.natzworks.com/digital/entries/2010/000249.html</link>
		<comments>http://www.natzworks.com/digital/entries/2010/000249.html#comments</comments>
		<pubDate>Tue, 02 Feb 2010 14:22:07 +0000</pubDate>
		<dc:creator>Natz</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[アプリケーション]]></category>

		<guid isPermaLink="false">http://www.natzworks.com/wpd/208.html</guid>
		<description><![CDATA[昨年 7月に Eclipse 3.5 for PHP Developers を試して PHPEclipse との違いに戸惑って以来、PHP 開発環境としての Eclipse は 3.3 + PHPEclipse 1.2.1 を使い続けて来たが、何となく漂うマンネリ感を打破するため、開発環境を Eclipse 3.5 + PHPEclipse 1.2.3 に移行してみた。前回の失望から for PHP Developers、と言うか PDT は使う気になれないが、愛用する PHPEclipse の最新版 1.2.3 も Eclipse 3.5 に対応していることだし、移行を阻む要因は仕事が切迫していること以外にはない。しかし忙しいときに限って余計なことをやりたくなるのは、生来の傾向性か (当サイトの更新も同様)。
用途別に様々なパッケージが用意されている Eclipse は、IDE for Java EE Developers をダウンロード。PHPEclipse も公式サイトから入手し、インストールする。

ところがインストール直後の状態で Eclipse 3.5 を起動すると、起動オプションが列挙されたダイアログが表示され、途中で止まってしまう。前回も遭遇して面喰らったこの挙動は eclipse.ini で 2行の記述を削除すると回避できるが、何せ 7か月前のことで、すっかり忘れていた。インストール直後のデフォルト状態でこのダイアログを見せて起動を阻むことに、どう言う意図があるんだろうか？

-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
-showsplash　← 削除
org.eclipse.platform　← 削除
--launcher.XXMaxPermSize　← 重複
256M　← [...]]]></description>
		<wfw:commentRss>http://www.natzworks.com/digital/entries/2010/000249.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Eclipse 3.5 (for PHP Developers) インストール</title>
		<link>http://www.natzworks.com/digital/entries/2009/000196.html</link>
		<comments>http://www.natzworks.com/digital/entries/2009/000196.html#comments</comments>
		<pubDate>Sun, 05 Jul 2009 07:02:40 +0000</pubDate>
		<dc:creator>Natz</dc:creator>
				<category><![CDATA[Eclipse]]></category>
		<category><![CDATA[アプリケーション]]></category>

		<guid isPermaLink="false">http://www.natzworks.com/wpd/161.html</guid>
		<description><![CDATA[今まで PHP 用 IDE として、Eclipse に PHP 開発用プラグイン PHPEclipse をインストールして使っていたが、PHPEclipse 1.2.1 が Eclipse 3.4 に未対応だったような気がしたので、Eclipse は 3.4 ではなく 3.3 のままだった。しかし久々に PHPEclipse のサイトを見ると
Release 1.2.1 fixes an issue with Eclipse 3.4.
とあるので、気のせいだったかもしれない。

と言うようなことは、06/24 にリリースの最新版 Eclipse 3.5 で初めて用意されたパッケージ "Eclipse for PHP Developers" の登場によって、どうでもよくなる可能性がある。これまで Eclipse は基本的に Java の IDE で、プラグインで対応可能な他の言語の中でも PHP は傍流の感が否めなかったが、標準パッケージに昇格したとあれば画期的な話だ。期待しながらインストールしてみた。
インストールと言っても、Eclipse のインストールは地味に ZIP ファイルを展開するだけ。すかさず起動して既存 PHP プロジェクトを開き具合を確かめてみると、残念ながら PHPEclipse と比較して明らかに劣る箇所が早速見つかってしまった。
特に気になったのが、コード補完が弱い点だ。スクリプト中でインクルードしてあるクラス内のメソッドやプロパティが、コード補完の対象にならない。PHPEclipse では検出できる文法ミスが検出されないのも困る。デフォルトからあまり設定変更していないので設定によってもう少しマトモになる可能性もあるが、今は細かく検証する気力も余裕もないし、前述のマイナスポイントをカバーするような利点も特になさそうだったので、現在進行中のプロジェクトは従来どおり Eclipse [...]]]></description>
		<wfw:commentRss>http://www.natzworks.com/digital/entries/2009/000196.html/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

