사용자 도구

사이트 도구


eclipse

차이

문서의 선택한 두 판 사이의 차이를 보여줍니다.

차이 보기로 링크

양쪽 이전 판 이전 판
다음 판
이전 판
eclipse [2012/05/16 12:08]
kwon37xi
eclipse [2022/07/24 11:23] (현재)
kwon37xi
줄 2: 줄 2:
   * [[eclipse:config|설정 및 성능 최적화]]   * [[eclipse:config|설정 및 성능 최적화]]
   * [[http://java.dzone.com/articles/10-best-eclipse-shortcuts|10 Best Eclipse Shortcuts | Javalobby]]   * [[http://java.dzone.com/articles/10-best-eclipse-shortcuts|10 Best Eclipse Shortcuts | Javalobby]]
 +  * [[http://ldg.pe.kr/Wiki.jsp?page=EclipseDebug|Eclipse Debug]]
 +  * [[http://eclipsesource.com/blogs/2013/06/26/top-10-eclipse-kepler-features/|Top 10 Eclipse Kepler Features « EclipseSource Blog]]
 +
 +===== Linux Dark / Yaru Dark =====
 +  * Linux 에서 dark 테마 특히 ''Yaru Dark'' 사용시에 eclipse 에서 매우 보기 안좋은 상태가 된다. Light 테마로 강제하면 볼만하다.
 +
 +<code sh>
 +GTK_THEME=Yaru ./eclipse
 +</code>
 +  * ''*.desktop'' 파일 사용시에는 아래처럼 환경변수를 추가해준다.
 +<code>
 +Exec=env GTK_THEME=Yaru env GTK_IM_MODULE=ibus /path/to/eclipse
 +</code>
  
 ===== Plugins ===== ===== Plugins =====
-  * [[eclipse:m2|Eclipse M2]]+  * [[eclipse:mylyn|Eclipse Mylyn]]
   * [[http://www.eclipsecolorthemes.org/|Eclipse Color Themes]]   * [[http://www.eclipsecolorthemes.org/|Eclipse Color Themes]]
   * [[eclipse:ajdt|AJDT]]   * [[eclipse:ajdt|AJDT]]
줄 17: 줄 30:
   * [[http://code.google.com/p/alvor/|Alvor]] : SQL 문법 검사   * [[http://code.google.com/p/alvor/|Alvor]] : SQL 문법 검사
   * [[http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html|QuickREx]] : 정규표현식검사 플러그인   * [[http://www.bastian-bergerhoff.com/eclipse/features/web/QuickREx/toc.html|QuickREx]] : 정규표현식검사 플러그인
-  * [[eclipse:grepconsole|Eclipse Grep Console]]+  * [[eclipse:grepconsole|Eclipse Grep Console]] : 콘솔에서 특정 내용이 포함된 곳을 색으로 강조 
 +  * [[http://grepclipse.sourceforge.net/|GrepClipse]] : 콘솔에서 특정 내용을 grep 형태로 그 부분만 뽑아서 새로운 콘솔로 만들어줌
   * [[http://pydev.org/|PyDev]] Python IDE   * [[http://pydev.org/|PyDev]] Python IDE
   * [[http://vrapper.sourceforge.net/|VRapper]] : Vi Wrapper   * [[http://vrapper.sourceforge.net/|VRapper]] : Vi Wrapper
줄 26: 줄 40:
   * [[http://github.eclipsesource.com/jshint-eclipse/|jshint-eclipse]]   * [[http://github.eclipsesource.com/jshint-eclipse/|jshint-eclipse]]
   * [[https://github.com/happygiraffe/jslint4java-eclipse|jslint4java-eclipse]]   * [[https://github.com/happygiraffe/jslint4java-eclipse|jslint4java-eclipse]]
 +  * [[https://github.com/YA2O/Eclipse_Plugin_Target_Derivator|YA2O/Eclipse_Plugin_Target_Derivator]] Eclipse에서 Maven의 target 디렉토리를 Derived상태로 만들어줌.
 +  * [[http://code.google.com/p/elt/|Local Terminal]] Linux/Mac 에서 돌아가는 이클립스 터미널.
 +  * [[http://code.google.com/p/eclipse-fullscreen/|Eclipse Full Screen]]
 +  * [[http://sourceforge.net/p/mybatislink/wiki/Home/|MyBatisLink]]
 +  * [[eclipse:m2|Eclipse M2]]
 +  * [[http://jautodoc.sourceforge.net/|JAutodoc]]
 +  * [[http://www.objectaid.com/|ObjectAid UML Explorer]]
 +  * [[http://atlanto.github.io/IndentGuide/|IndentGuide]] : 소스 인덴트가 맞는지 표시
 +  * [[http://editbox.sourceforge.net/|EditBox - Eclipse plugin, highlighter of the source code background]] 소스 인덴트에 따라 박스 표시
 +  * [[http://colorer.sourceforge.net/|Eclipse Coloror]] 문법 하이라이팅
 +  * [[https://github.com/jbosstools/m2e-apt/|m2e-apt]] Maven의 Annotation Processor 설정을 자동으로 Eclipse에 반영한다.
eclipse.1337137683.txt.gz · 마지막으로 수정됨: 2012/05/16 12:08 저자 kwon37xi