將主題改成黑色的,眼睛舒服多了,但是javascript語法區塊很多文字都變得看不見
到
Window\Preferences\JavaScript\Editor\Syntax Coloring\Element\JavaScript內的
所有設成黑色的顏色調掉即可
改前
改後
2016年9月6日 星期二
2016年3月10日 星期四
在eclipse使用多行編輯
像notepad++,UltraEdit...等文字編輯器,有提供多行編輯的功能...
多行編輯就是一次在多行寫入一樣的內容
而eclipse也有提供一樣的功能,就在工具列
如果找不到這個圖示,請確定現在所在的檔案的副檔名是不是java,只有在java檔的檔案下這個功能的按鈕才會出現,但是任何檔案都可以使用這個模式編輯
使用完畢記得關起來,才能正常編輯
多行編輯就是一次在多行寫入一樣的內容
而eclipse也有提供一樣的功能,就在工具列
如果找不到這個圖示,請確定現在所在的檔案的副檔名是不是java,只有在java檔的檔案下這個功能的按鈕才會出現,但是任何檔案都可以使用這個模式編輯
使用完畢記得關起來,才能正常編輯
2016年1月20日 星期三
notepad++ 增強模式 (換行符號替換 取代)
2015年12月26日 星期六
eclipse alt+/ 無反應的解決方法(Content Assist)
2015年12月13日 星期日
在eclipse的project explorer區塊調整字體大小
使用eclipse版本:Luna Service Release 1 (4.4.1)
確認自己的theme的樣式,Preferences\General\Appearance\theme
這裡使用windows 7,Color and Font theme:Default
相對路徑下:
\eclipse-luna\plugins\org.eclipse.ui.themes_1.0.1.v20140819-1717\css\e4_default_win7.css
在檔案最後面加上,重開eclipse
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
font-size: 10px;
}
確認自己的theme的樣式,Preferences\General\Appearance\theme
這裡使用windows 7,Color and Font theme:Default
相對路徑下:
\eclipse-luna\plugins\org.eclipse.ui.themes_1.0.1.v20140819-1717\css\e4_default_win7.css
在檔案最後面加上,重開eclipse
#org-eclipse-jdt-ui-PackageExplorer Tree,
#org-eclipse-ui-navigator-ProjectExplorer Tree,
#org-eclipse-ui-views-ContentOutline Tree,
#PerspectiveSwitcher ToolBar {
font-size: 10px;
}
訂閱:
文章 (Atom)








