Header

  1. View current page

    Develop with pleasure!

Profile_image?t=1224205604&type=big
79

eclipse 에디터

eclipse의 컨벤션이 "I"로 시작하면 인터페이스이니 클래스와 인터페이스를 따로 구별하지는 않는다.


Part

MultiPageEditorPart: Multi-page 에디터를 구현하기 위해서 확장


Editor

AbstractDecoratedTextEditor

TextEditor


Completion

IContentAssistProcessor

A content assist processor proposes completions and computes context information for a particular content type. A content assist processor is a IContentAssistant plug-in.

This interface must be implemented by clients. Implementers should be registered with a content assistant in order to get involved in the assisting process.


eclipse 에디터 프로젝트

eclipse의 에디터 확장과 관련해서 깊이 있게 설명하고 있는 자료가 부족한다. 하지만 다양한 오픈소스 프로젝트로부터 사용법을 익힐 수 있다. eclipse 에디터 확장과 관련해 소스코트를 참조할 수 있는 프로젝트 목록을 정리한다. 처음부터 JDT와 같이 복잡한 에디터를 참조하는 것 보다는 단순한 프로젝트를 참조하는게 좋을 것 이다.

  • Elcipse Text Editor Extensions

    • http://eclipseexeditor.sourceforge.net/
  • color editor: syntax coloring for eclipse

    • http://gstaff.org/colorEditor/
  • Aptana IDE

    • http://aptana.com/dev/index.php/Main_Page#Accessing_the_Aptana_Source
  • Eclispe JDT/CDT
  • Eclipse WTP
  • Eclipse HTML Editor

    • http://amateras.sourceforge.jp/cgi-bin/fswiki_en/wiki.cgi?page=EclipseHTMLEditor
  • VEX - Visual Editor for XML

    • http://vex.sourceforge.net/
  • CSS Editor

    • http://csseditor.sourceforge.net/

Tags

History

Last edited on 10/15/2007 00:48 by 김성안

Comments (0)

You must log in to leave a comment. Please sign in.