2012年4月25日 星期三

eclipse notes

1.增加下方properties
在建立android專案時,於main.xml新增元件時,可於eclipse介面下方中看到各個元件的屬性,並透過這些properties來設定。

如果沒有看到下方的properties,可以由
eclipse -> window -> show view -> others -> general -> properties 加入即可

2.增加.編輯器顯示行數
eclipse -> window -> preferences -> general -> editors -> text editors -> show line number 打勾
(還有更快的方法,在編輯畫面的左側(應該要出現行數的地方)按右鍵,並將show line number打勾)

3.自動編排
ctrl+shit+F(format)

4.自動完成(懶得寫了,用連結的
Auto activation triggers for java
改為 .abcdefghijklmnopqrstuvwxyz(,
參考

5.於eclipse下設定參數,若參數是指定目錄,則需要在VM argument執行
如run JAAS 的 example code時,需要去指定sample_jaas.config的位置,於是將其command加入VM argument即可
-Djava.security.auth.login.config==sample_jaas.config  <-- 放到VM argument

沒有留言: