Changes between Version 6 and Version 7 of wade/eclipse
- Timestamp:
- Oct 2, 2011, 10:07:50 AM (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
wade/eclipse
v6 v7 24 24 * http://stackoverflow.com/questions/407929/how-do-i-change-eclipse-to-use-spaces-instead-of-tabs 25 25 26 = 熱鍵 = 27 * ctrl + shift + L 顯示按鍵輔助 28 29 alt + ↑ 上移 30 alt + ↓ 下移 31 -- 可以快速的移動一行或一個段落 32 33 alt + → 縮排 34 alt + ← 凸排 35 36 ctrl + / 單行註解 37 ctrl + D 單行刪除 38 shift + ctrl + F 文件格式化 39 -- 可以快速的整個文件縮排(phpEclipse) 40 41 ctrl + L 移至指定行 42 43 ctrl + shift + enter 在現行上加一行 44 shift + enter 在現行下加一行 45 46 ctrl + shift + X 換成大寫 47 ctrl + shift + Y 換成小寫 48 49 ctrl + shift + S 全部儲存 50 51 ctrl + alt + ↑ 向上複製選取行 52 ctrl + alt + ↓ 向下複製選取行 53 -- 可以快速的複製一行或一個段落 54 55 alt + / 內容輔助 56 ctrl + alt + / 單字完成 57 -- 與『內容輔助』一樣是可以補齊單字的功能,不過這些單字必須是已經在文件中出現的才行 58 59 ctrl + K 快速搜尋下一個 60 ctrl + shift + K 快速搜尋上一個 61 62 紅色的是我覺得蠻好用的快捷鍵,其他的在喜好設定裡有更多的清單 63 (喜好設定 → 一般 → 按鍵) 64 或者是快捷鍵(ctrl + shift + L) 65 26 66 == link == 27 67 * http://www.eclipse.org/