Aptanaは主に、PHPでのweb開発用で使用しています。
以下、構成のメモです。
随時、ここに書き足します。
■DL
http://www.aptana.com/
■設定メモ
▼FTPでファイル/ディレクトリUP時の標準permission
Window > Preferences > Aptana Studio > Remote > FTP
▼新規ファイルの文字コード/改行コード
Window > Preferences > General > Workspace > New text file line delimiter
▼フォントの変更
Window > Preferences > General > Appearance > Colors and Fonts > Basic > Text Font > Edit...
▼行番号表示
Window > Preferences > General > Editors > Text Editors > Show line numbers
▼エディタ配色の変更
Window > Preferences > Aptana Studio > Themes
ExportファイルがImport出来ない場合、Exportファイルを開きUTF-8で再保存してImport
▼.htaccess等の隠しファイルを表示
Project Explorerの▼ > Customize View... > Filters
".* files"と".* resources"のチェックを外す?
何かファイルを開いている状態で行わないと反応しない?
▼差分エディタ(?)の色
Window > Preferences > General > Appearance > Colors and Fonts > Text Compare > Outgoing change color
■plugin
▼archive
* JStyle 3.6.2(macでは正しく動作せず。)
http://mergedoc.sourceforge.jp/index.html#jstyle.html
* DBViewer 1.2.3
http://www.ne.jp/asahi/zigen/home/plugin/dbviewer/about_jp.html
Window > Preferences > DBViewer Plugin > SQL エディター
予約語 ... 白
関数 ... 白
文字列 ... 水色
コメント ... 黄色
デフォルト ... 白
背景色 ... 黒
▼update site
* ERMaster
http://ermaster.sourceforge.net/update-site/
Help > Install New Software > Available Software Sites > Eclipse Helios Update Site
に一時的にチェックを入れる必要有。
* RSS View
http://www.junginger.biz/eclipse/
* EGit
http://download.eclipse.org/egit/updates
* BzrEclipse
http://verterok.com.ar/bzr-eclipse/update-site/
Window > Preferences > Team > Bazaar > Console
でBazaar関係のコンソール出力設定
* Subclipse
http://subclipse.tigris.org/update_1.6.x
* openextern
http://openextern.googlecode.com/svn/trunk/openextern_update/
Windowsはそのままで良さそう。
Macは以下のように設定。
open -a finder .
open -a terminal .
■備考
Subclipseで最低限必要なものは
* Subclipse
* Subversion JavaHL Native Library Adapter
* SSHで接続するには SVNKit Client Adapter
■その他
▼XAMPP
http://www.apachefriends.org/jp/xampp-windows.html
▼PortableGit
http://code.google.com/p/msysgit/downloads/list
インストーラでインストールしたmsysgitのgit.exeを指すと以下のエラーが出る。
"This path is not a valid git v1.6.0 or higher binary"(1.7.4なのだけど。。。)
なのでmsysgitはアンインストールしてPortableGitにした。
No comments:
Post a Comment