Top / Eclipse / TIPS集

プロクシサーバを指定する

C:\eclipse\eclipse.exe -vmargs -DproxySet=true -DproxyHost=[IPAddress] -DproxyPort=[port]

これでもよいかも

C:\eclipse\eclipse.exe -vmargs -Dhttp.proxyHost=[HOST] -Dhttp.proxyPort=[port]
-Dhttp.proxyUser=[ID] -Dhttp.proxyPassword=[pass]

SWT Component Development Resources

SWTのサンプルコーディング集。これは役に立つかも。
http://dev.eclipse.org/viewcvs/index.cgi/%7Echeckout%7E/platform-swt-home/dev.html

Eclipseでメソッドだけの表示になってしまう場合の対処

${ECLIPSE_HOME}\workspace\.metadata\.plugins\org.eclipse.jdt.ui\pref_store.ini

の org.eclipse.jdt.ui.editor.showSegments が、

org.eclipse.jdt.ui.editor.showSegments=true

となっている場合にバグる。

これをfalseにしよう。

エクスポートしたファイルの、キーバインドの設定箇所

org.eclipse.ui.workbench/org.eclipse.ui.commands= がキーバインド


この記事は

選択肢 投票
おもしろかった 3  
そうでもない 0  

Top / Eclipse / TIPS集

現在のアクセス:7234


トップ   編集 凍結 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 単語検索 最終更新   ヘルプ   最終更新のRSS
Last-modified: 2007-06-30 (土) 13:14:06 (6138d)