SlideShare ist ein Scribd-Unternehmen logo
1 von 9
허광남
  kenu@mobigen.com
㈜모비젠 TI연구소 MA연구팀
      2010.09.30
   http://www.eclipse.org/
   http://developer.bada.com/
Perspective
Menu                           Selector
        Tool Bar
                   Editor
 View                                View




 View


                   View
   Create Project
   Build
   Run As Bada Simulator Application

Weitere ähnliche Inhalte

Andere mochten auch

AutoPagerize Shibuya.js 2007 9/15
AutoPagerize Shibuya.js 2007 9/15AutoPagerize Shibuya.js 2007 9/15
AutoPagerize Shibuya.js 2007 9/15swdyh
 
An Adarsha Bharatiya Naari
An Adarsha Bharatiya NaariAn Adarsha Bharatiya Naari
An Adarsha Bharatiya Naariredjamun
 
Hi! I Am Wayne Rooney
Hi! I Am Wayne RooneyHi! I Am Wayne Rooney
Hi! I Am Wayne Rooneywaynerooney
 
Human Right7777
Human Right7777Human Right7777
Human Right7777shore
 
Data Mining Protein Structures' Topological Properties to Enhance Contact Ma...
Data Mining Protein Structures' Topological Properties  to Enhance Contact Ma...Data Mining Protein Structures' Topological Properties  to Enhance Contact Ma...
Data Mining Protein Structures' Topological Properties to Enhance Contact Ma...jaumebp
 
Martin karlssons vykortssamling rådhuset
Martin karlssons vykortssamling   rådhusetMartin karlssons vykortssamling   rådhuset
Martin karlssons vykortssamling rådhusethembygdsigtuna
 
Martin karlssons vykortssamling malmen
Martin karlssons vykortssamling   malmenMartin karlssons vykortssamling   malmen
Martin karlssons vykortssamling malmenhembygdsigtuna
 
OpenScience and Citizen Inquiry
OpenScience and Citizen InquiryOpenScience and Citizen Inquiry
OpenScience and Citizen InquiryMike Sharples
 
Delegation Movie Ppt Version Sample
Delegation Movie Ppt Version SampleDelegation Movie Ppt Version Sample
Delegation Movie Ppt Version SampleAndrew Schwartz
 
Web 2.0 Session introduction
Web 2.0 Session introductionWeb 2.0 Session introduction
Web 2.0 Session introductionCindy Kendall
 

Andere mochten auch (12)

AutoPagerize Shibuya.js 2007 9/15
AutoPagerize Shibuya.js 2007 9/15AutoPagerize Shibuya.js 2007 9/15
AutoPagerize Shibuya.js 2007 9/15
 
An Adarsha Bharatiya Naari
An Adarsha Bharatiya NaariAn Adarsha Bharatiya Naari
An Adarsha Bharatiya Naari
 
Hi! I Am Wayne Rooney
Hi! I Am Wayne RooneyHi! I Am Wayne Rooney
Hi! I Am Wayne Rooney
 
My Picxs
My PicxsMy Picxs
My Picxs
 
Berufsreife Englisch
Berufsreife EnglischBerufsreife Englisch
Berufsreife Englisch
 
Human Right7777
Human Right7777Human Right7777
Human Right7777
 
Data Mining Protein Structures' Topological Properties to Enhance Contact Ma...
Data Mining Protein Structures' Topological Properties  to Enhance Contact Ma...Data Mining Protein Structures' Topological Properties  to Enhance Contact Ma...
Data Mining Protein Structures' Topological Properties to Enhance Contact Ma...
 
Martin karlssons vykortssamling rådhuset
Martin karlssons vykortssamling   rådhusetMartin karlssons vykortssamling   rådhuset
Martin karlssons vykortssamling rådhuset
 
Martin karlssons vykortssamling malmen
Martin karlssons vykortssamling   malmenMartin karlssons vykortssamling   malmen
Martin karlssons vykortssamling malmen
 
OpenScience and Citizen Inquiry
OpenScience and Citizen InquiryOpenScience and Citizen Inquiry
OpenScience and Citizen Inquiry
 
Delegation Movie Ppt Version Sample
Delegation Movie Ppt Version SampleDelegation Movie Ppt Version Sample
Delegation Movie Ppt Version Sample
 
Web 2.0 Session introduction
Web 2.0 Session introductionWeb 2.0 Session introduction
Web 2.0 Session introduction
 

프레젠테이션1

  • 1. 허광남 kenu@mobigen.com ㈜모비젠 TI연구소 MA연구팀 2010.09.30
  • 2. http://www.eclipse.org/
  • 3. http://developer.bada.com/
  • 4.
  • 5.
  • 6.
  • 7.
  • 8. Perspective Menu Selector Tool Bar Editor View View View View
  • 9. Create Project  Build  Run As Bada Simulator Application
  • 10.
  • 11. • Reading Code • Readability • Find • Open Resource • Definition • References
  • 12. • ctrl : ^ • alt : @ • shift : ~
  • 13. 찾기/바꾸기 • ^+F • 파일 찾기 • ^ + ~ + R, @ + n u • 문자열 포함된 소스 찾기 • contextMenu + find • ^+H
  • 14. 코드 패턴 찾기 • ^ + j, ^~ + j ; incremental find • ^ + k, ^~ + k ; selection find • 상속 관계 찾기 • ^+t • 메소드 찾기 • ^ + o ; Outline
  • 15. 선언부 찾기 • ^ + leftClick • f3 • 참조 소스 목록 • ctrl + shift + g • contextMenu > References > Project • 같은 변수 찾기 • 형광펜
  • 16. • 라인번호로 이동 • ^+L • 중괄호({} brace) 처음과 끝 • ctrl + shift + p • @ + ~ + 좌우화살표
  • 17. • 파일과 파일 사이 이동 • ^ + f6 • 뒤로/앞으로 • @ + 좌우 화살표
  • 18. • compare with... • replace with...
  • 19. • copy & paste • ^ + insert / ~ + insert • ^+c/^+v • ^ + @ + 상하 화살표 • method copy/remove • outline view에서 copy/remove
  • 20. Create Project  Sample Project Navigation  Build  Run