[Eclipse Plug-in] CSS Sprites Plug-in update...
CSS 로 큰 이미지를 쪼각내주는 CSS Sprites 가 간만에 업데이트 하였습니다.
[업데이트 내역]
ㅁ CSS Sprites Viewer 제공
- 해당 css 에 어떤 이미지 아이콘을 사용할 수 있는지 확인해주는 Viewer
딸랑 한개 바꿨습니다. ㅋㅋㅋㅋ
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | 6 | 7 |
8 | 9 | 10 | 11 | 12 | 13 | 14 |
15 | 16 | 17 | 18 | 19 | 20 | 21 |
22 | 23 | 24 | 25 | 26 | 27 | 28 |
29 | 30 | 31 |
[업데이트 내역]
ㅁ CSS Sprites Viewer 제공
- 해당 css 에 어떤 이미지 아이콘을 사용할 수 있는지 확인해주는 Viewer
아래처럼... 예전에 쓰던 것들인데 섞여 있으면 찾기도 힘들고...
그래서 나온 것이 Organize Favorites 입니다. (언제 나온지는 저도 잘... 몇 일전에 확인했습니다.)
일단 위에 보이는 Organize Favorites... 를 선택합니다.
현재는 아무 것도 없습니다. Add... 버튼을 클릭합니다.
실행 항목들이 좌르르~ 나오게 됩니다. 자주쓰는 것들을 체크체크~~
항목들이 다음과 같이 나오게 됩니다. 항목을 선택하여 Up, Down 으로 순서를 변경할 수 있습니다.
설정 후 다시 Run 옆의 화살표를 눌러보면 이쁘게 정렬된 것들을 볼 수 있습니다.
[참고사항] Run 과 Debug 는 따로 Favorites 를 관리합니다.
objectClass | description |
org.eclipse.jdt.core.ICompilationUnit | Package Explorer: Classfile level |
org.eclipse.jdt.core.IType | Package Explorer: Class level |
org.eclipse.jdt.core.IPackageFragment | Package Explorer: Package level |
org.eclipse.jdt.core.IPackageFragmentRoot | Package Explorer: Source folder level |
org.eclipse.jdt.core.IJavaProject | Package Explorer: Project level |
org.eclipse.jdt.core.IMethod | Package Explorer: Method level |
targetID | description |
#CompilationUnitEditorContext | adds an action to the context menu of Java editors |
View | id | menuId |
Ant | org.eclipse.ant.ui.views.AntView | org.eclipse.ant.ui.views.AntView |
책갈피 Bookmarks | org.eclipse.ui.views.BookmarkView | org.eclipse.ui.views.BookmarkView |
중단점 Breakpoints | org.eclipse.debug.ui.BreakpointView | org.eclipse.debug.ui.BreakpointView |
콘솔 Console | org.eclipse.ui.console.ConsoleView | org.eclipse.ui.console.ConsoleView |
디버그 Debug | org.eclipse.debug.ui.DebugView | org.eclipse.debug.ui.DebugView |
표시 Display | org.eclipse.jdt.debug.ui.DisplayView | org.eclipse.jdt.debug.ui.DisplayView |
표현식 Expressions | org.eclipse.debug.ui.ExpressionView | org.eclipse.debug.ui.VariableView.detail org.eclipse.debug.ui.Expressionview |
구성원 Members | org.eclipse.jdt.ui.MemberView | org.eclipse.jdt.ui.MemberView |
메모리 Memory | org.eclipse.debug.ui.MemoryView | org.eclipse.debug.ui.MemoryView |
네비게이터 Navigator | org.eclipse.uit.views.ResourceNavigator | org.eclipse.uit.views.ResourceNavigator |
패키지탐색기 Package Explorer |
org.eclispe.jdt.ui.PackageExplorer | org.eclispe.jdt.ui.PackageExplorer |
패키지 Packages | org.eclipse.jdt.ui.PackagesView | org.eclipse.jdt.ui.PackagesView |
문제점 Problems | org.eclipse.ui.views.ProblemView | org.eclipse.ui.views.ProblemView |
프로젝트 Projects | org.eclipse.jdt.ui.ProjectsView | org.eclipse.jdt.ui.ProjectsView |
레지스터 Registers | org.eclipse.debug.ui.RegisterView | org.eclipse.debug.ui.VariableView.detail org.eclipse.debug.ui.RegisterView |
태스크 Tasks | org.eclipse.ui.views.TaskList | org.eclipse.ui.views.TaskList |
스레드와 모니터 Theads and Monitors |
Debug 뷰에 통합?? | Debug 뷰에 통합?? |
유형 Types | org.eclipse.jdt.ui.TypesView | org.eclipse.jdt.ui.TypesView |
변수 Variables | org.eclipse.debug.ui.VariableView | org.eclipse.debug.ui.VariableView.detail org.eclipse.debug.ui.VariableView |
출처 - 이클립스 실전 플러그인 개발 (에이콘) p.242~244 |
목적 | 확장점 |
오브젝트 레이블에 텍스트나 아이콘 장식 추가 | org.eclipse.ui.decorators |
Window > Show View 메뉴 선택에 새로운 뷰 기여 | org.eclipse.ui.views |
새로 만들기 마법사 | org.eclipse.ui.newWizards |
표준 Export… 과 Import 메뉴 선택에 새로운 마법사 기여 | org.eclipse.ui.exportWizards org.eclipse.ui.importWizards |
표준 File > New 메뉴 선택에 새로운 마법사 기여 | org.eclipse.ui.newWizards |
Window > Preferences 대화상자에 설정 페이지 기여 | org.eclipse.ui.preferencePages |
오브젝트의 프로퍼티 대화상자에 페이지 기여 | org.eclipse.ui.propertyPages |
리소스에 대한 새로운 편집기 정의 Open With 메뉴 분기에 선택으로 보인다. |
org.eclipse.ui.editors |
Window > Open Perspective 메뉴 선택에 대한 새로운 퍼스 펙티브 정의. 새로운 퍼스펙티브의 숏컷, 뷰 숏컷 그리고 기 존의 퍼스펙티브에 액션 집합 추가 |
org.eclipse.ui.perspectives org.eclipse.ui.perspectiveExtentions |
워크벤치 윈도우 메뉴 바 또는 툴바에 액션 기여 | org.eclipse.ui.actionSets |
퍼스펙티브에서 지정된 뷰/편집기가 열려 있다면 웨크벤치 윈도우 메뉴 바 또는 툴바에 액션을 기여 |
org.eclipse.ui.actionSetPartAssociations |
편집기의 툴바나 메뉴 선택에 액션 기여 | org.eclipse.ui.editorActions |
편집기, 뷰 또는 객체의 콘텍스트 메뉴에 액션 기여 | org.eclipse.ui.popupMenus |
뷰의 툴바나 풀다운 메뉴에 기여 | org.eclipse.ui.viewActions |
Help > Help Contents 선택으로 활용 가능한 온라인 도움말 정의 |
org.eclipse.ui.help org.eclipse.help.contentProducer |
네비게이터 뷰의 Filter… 메뉴 선택에 대한 추가적인 필터 정의 |
org.eclipse.ui.ide.resourceFilters |
기존의 리소스 또는 새로운 리소스 타입에 대해 자신만의 점진적인 빌드 과정 정의(Project > Rebuild Project). 프로젝트 기능을 향상 |
org.eclipse.core.resources.builders org.eclipse.core.resources.natures |
사용자 정보로 리소스에 태그를 붙임. 마커는 태스크 뷰나, 텍스트 편집기의 수직 표시자와 같은 뷰나 편집기와 아웃 라인 뷰에서 레이블 장식으로 표시될 수 있다. |
org.eclipse.core.resources.markers |
만들어져 있는 텍스트 편집기, JFace Text 는 사용자의 일관 된 편집 경험을 보장하기 위해 화장 가능하고 재사용 가능 한 텍스트 편집기를 제공한다. 그것을 알맞게 조정하여 표 시자에서 유일한 텍스트 주석에 대한 추가적인 요구, 라인 숫자, 구문 강조, 내용 돕기와 같은 추가적인 정보를 알려줄 수 있다. |
org.eclipse.core.filebuffers.documentSetup org.eclipse.ui.editors.templates |
사용자의 행동에 기반하여 활용 가능한 옵션의 수 줄이기 | org.eclipse.ui.activities |
출처 - 자바 개발자를 위한 이클립스 바이블 제 2판 (피어슨에듀케이션코리아) p.287~288 |
Cause: The name is undefined. Action: Check the spelling. Action: Check that any custom tasks/types have been declared. Action: Check that any <presetdef>/<macrodef> declarations have taken place. |
템플릿이 없었다면 노가다 작업을 해야겠죠;;;
참고자료
ㅁ 이클립스 RCP / 에이콘 / 양석호 옮김