
1. Eclips PDT All-in-one MAC OS X 64 bit ダウンロードして解凍したものをアプリケーションフォルダに移動
2. php.ini の [xdebug] の行に下記を追加
--------------------------------------------------------
zend_extension="/Applications/MAMP/bin/php/php5.3.6/lib/php/extensions/no-debug-non-zts-20090626/xdebug.so"
(コメントアウト外す)
xdebug.remote_autostart=off
xdebug.remote_enable=on
xdebug.remote_handler=dbgp
xdebug.remote_mode=req
xdebug.remote_host=localhost
xdebug.remote_port=9000
---------------------------------------------------------
3. Eclips の日本語化
http://mergedoc.sourceforge.jp/ から以下のファイルをダウンロード
Eclipse 3.7.0 Indigo Windows 32bit ベース / Pleiades All in One Java Standard All in One (JRE なし)
解凍した中に dropins フォルダがあるので 1. で解凍した eclips フォルダ配下の dropins フォルダに上書きコピーする。
下記、ページ参照
http://labs.uechoco.com/blog/2009/04/mac-eclipse-install-pleiades-japanese.html
eclips.ini の設定を変更
eclicps.app のサブメニューを表示して、その中の「パッケージの内容を表示」を選択。
Contents/MacOS/eclipse.ini をテキストエディタで開く
1. と 3. でダウンロードしたパッケージの php.ini をマージするらしいが、ファイルの最後に下記の行を追加するだけでOK。
パスの指定は MAC 用にアレンジする。
javaagent:../../../dropins/MergeDoc/eclipse/plugins/jp.sourceforge.mergedoc.pleiades/pleiades.jar
無事、日本語化完了
Posted at 2011/12/04 23:50:00 | |
トラックバック(0) |
備忘録 | パソコン/インターネット