サイコロン

PCだったり自転車だったり趣味のこと

【覚書】eclipse + Aptanaで日本語環境

仕事であれこれあってeclipseaptanaを使う方向にしたので(変更の可能性あり)いろいろ覚書。

使用しているeclipse
Version: Kepler Service Release 1
Build id: 20130919-0819

Aptana Pluginは別途インストール。

ワークスペース(Location)の変更

File > Switch Workspace > other...


テキストエンコードを変更

全体設定

Window > Preference > General > Content Types

  • File associations > *.html
  • Default encoding > sjis(euc-jp)
プロジェクトごとの設定

ProjectExplorerで、該当プロジェクトでディレクトリもしくはフォルダを右クリック > Propeties

  • Resource > Text file encoding
  • Other > sjis(euc-jp)

ChromeをRun/Debugに設定

Run Configurations > Web Browserを右クリック > New

  • Browser exucutable > Browse...


とりあえず、現状こんなところの設定で終わり。
ただ、sjisでの表示編集はできるようにはなったけど、保存できないといふ・・・。