Last active
December 12, 2015 06:19
-
-
Save EuphoryX1/4728230 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1. Eclipse JUNO Classic ダウンロード | |
http://www.eclipse.org/downloads/packages/eclipse-classic-421/junosr1 | |
2. PDTのインストール | |
http://eclipse.org/pdt/release-notes/3.1.1/ | |
http://www.cyber-funnel.com/eclipse/index1444.html | |
http://symfony.dubture.com/ | |
http://p2-dev.pdt-extensions.org/index.html | |
==== | |
Help->Install New Software->Work With: "http://download.eclipse.org/tools/pdt/updates/nightly/" | |
Help->Install New Software->Work With: "http://pulse00.github.com/p2/" | |
==== | |
既存プロジェクトにSymfonyプラグインを有効にする | |
PHP Exploreでプロジェクトトップにあわせて右クリック->Configure->Convert to Symfony project | |
プロジェクトを閉じて、eclipseを再起動したら反映された。.projectの<natures>に<nature>com.dubture.symfony.core.symfonyNature</nature>が含まれていることを確認した。 | |
3. Subversiveのインストール | |
標準。Help->Install New Software->Work With: "Juno - http://download.eclipse.org/releases/juno"->type filter text->"subversive"->Subversive SVN Team Providerをチェック->Next | |
eclipseを再起動後、再びパッケージ追加画面になるのでSubversive SVN Connectorsのみ選択->Next | |
4. タブ、行末スペースなどを可視化 | |
http://www.myeclipseide.jp/blog/2011/11/eclipse-javaeditor-show-whitespace.html | |
==== | |
Space : Trailing only | |
Ideographic space: All | |
Tab: All | |
Carriage Return : Trailing only | |
Line Feed : Trailing only | |
5. ファイル保存時に余分なスペースを削除、タブをスペースに変換 | |
http://andrei.gmxhome.de/anyedit/ | |
Window->Preferences->General->Editors->AdnyEdit tools | |
at Auto - Convert tab: | |
check: Remove trailing whitespaces, Cnvert tabs <-> spaces, Tabs to spaces | |
5. Subversive + PHP project | |
Window->Open Perspective->Other->SVN Repository Exploring->エクスプローラウィンドウ内で右クリック->New->Repository Location->必要項目入力 ※ app, src, webが直下に存在するフォルダを選択すること | |
SVN Repository Exploring->エクスプローラウィンドウ内で右クリック->Find/Checkout As...->Checkout as a project configured using the New Project Wizard->Symfony->Symfony project->Next->Project Layout->Select Layout:Standard Edition (no vendors), Symfony 2.1.2 | |
vendorディレクトリは別途zipアーカイブから展開する |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment