Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.56 KB

File metadata and controls

37 lines (24 loc) · 1.56 KB

Eclipse frontend plugin code, making use of the backend to provide source code edition tools.

File system layout

  • README.md: this current file
  • poc: the root package of the Eclipse plugin code

Versioning

To version: everything.

Documentation

There is nothing particular in this folder, as the Java conventions require a somehow deeply nested file system structure to organize packages: this is the concept of classpath.

The classpath of the root package is: poc.

References

Tutorials

Eclipse documentation

Juno documentation

  • org.eclipse.ui.texteditor.AbstractTextEditor, createPartControl, getAdapter
  • org.eclipse.ui.editors.text.FileDocumentProvider
  • org.eclipse.ui.views.contentoutline.ContentOutlinePage, getTreeViewer
  • org.eclipse.jface.viewers.StructuredViewer, setInput
  • org.eclipse.jface.viewers.TreeNodeContentProvider, getElements
  • org.eclipse.jface.viewers.TreeNode