eclipse 플러그인 개발
그동안 여기저기 끄적여둔 eclipse 관련 내용을 모아서 정리합니다. 아직 내용이 부족하고 정리되지 않았지만 앞으로 계속 추가할 생각입니다. 내용이 어느 정도 정리되면 개인적인 경험에 기반한 eclipse 플러그인/RCP 어플리케이션 개발 학습 로드맵을 작성할 예정입니다. 책은 어느게 좋았고 어느 시점에 어떤 문서가 도움이 됐는지 부족하지만 정리할 생각입니다.
플러그인 개발 일반
플러그인 Manifest
eclispe 뷰
주요 API
기타
SWT/JFace
기술문서
외부 문서
eclipse articles에서 개인적 필요로 참조한 문서 목록 (추후 번역/정리할 가능성 있는 문서들)
- Splash와 함께 ProgressBar 띄우기
- How You've Changed!: Responding to resource changes in the Eclipse workspace
- Eclipse Forms: New in 3.3
- How to Correctly and Uniformly Use Progress Monitors
예제코드
-
- SWT의 일반적인 사용법이라면 기초서적을 활용하는 것이 도움이 되겠지만 Table에 ProgressBar를 넣는다던지 하는 일반적이지 않지만 필요한 상황에 대한 풍부한 예제를 제공한다.
- embed images in StyledText
- use bulleted lists in StyledText
- change font style, foreground and background colors of StyledText
- use rise and font with StyleRange
- use indent, alignment and justify
- JFace Snippets
-
Forms UI Example
- eclipse CVS 계정 설정
- org.eclipse.ui.forms.examples 받기
-
The Java Developer's Guide to eclipse, 2nd의 SQL Editor 예제를 eclipse 3.3.x 환경에서 동작하도록 변경했다.
즐겨찾기 (RSS 구독 사이트)
필요할 때 마다 얼추 비슷한 내용이면 추가해 두었기 때문에 더 이상 업데이트 되지 않거나 별내용 없는 블로그도 다수임을 감안한다.
- Kim's Eclipse Musings: eclipse/platform 프로젝트 커미터
- Tod Creasey's Eclipse Blog: platform UI팀 커미터
- Ed Burnette's Dev Connection: platform UI팀 커미터
- wagenknecht.org: platform UI팀 커미터
- Jeff on Eclipse: eclipse 커미터
- Eclipse hints, tips, and random musings: eclipse 커미터인 wayne의 블로그
- Tianchao’s Blog on Eclipse PTP: eclipse 커미터
- http://stefeclipse.free.fr/blog/
- http://www.eclipse-blog.org/
- http://gopickmybrain.blogspot.com
- http://gnu.wildebeest.org/diary-man-di/ : eclipse linux 배포 프로젝트 커미터 (eclipse에 관련된 포스팅 많이 하지 않음)
- http://pweclipse.blogspot.com/
- http://eclipse-projects.blogspot.com/
- http://bluxte.net/
0 comments