[ Eclipse ] 테마

Eclipse 2013. 7. 12. 12:42

http://eclipsecolorthemes.org/



테마 xml 양식


Eclipse_theme.xml


'Eclipse' 카테고리의 다른 글

리눅스에서 eclipse cdt 쓸때 디버깅할때 이쁘게 보기  (0) 2014.12.23
[ Subclipse ] Failed to load JavaHL Library.  (0) 2013.09.16
개발용 폰트  (0) 2013.07.12
formatter xml 파일  (0) 2013.07.10
Posted by LeeSh217
,

[GWT] Open with Designer 로 열때 에러 날때...



java.lang.ClassNotFoundException: org.eclipse.wb.internal.core.editor.multi.DesignerEditor


와 같은 에러가 날때....


http://www.eclipse.org/windowbuilder/download.php


위 링크에서 버전에 맞는거 눌러서 설치하면 됌.

Posted by LeeSh217
,

formatter xml 파일

Eclipse 2013. 7. 10. 10:38

수정법


이클립스 메뉴 Window -> Preferences -> Java -> Code Style -> Formatter 에서 수정.



개인적으로 만든거


Eclipse_Lsh_Formatter.xml



위에꺼에서 WhiteSpace 꽤 많이 추가한거


Eclipse_Lsh_Formatter.xml



2013/09/23


Eclipse_Lsh_Formatter.xml




회사서 쓰던거

jake_formatter.xml


'Eclipse' 카테고리의 다른 글

리눅스에서 eclipse cdt 쓸때 디버깅할때 이쁘게 보기  (0) 2014.12.23
[ Subclipse ] Failed to load JavaHL Library.  (0) 2013.09.16
개발용 폰트  (0) 2013.07.12
[ Eclipse ] 테마  (0) 2013.07.12
Posted by LeeSh217
,