I'm looking for a way to implement
expandable section of code in an editor for an eclipse plugin. I've already extended the CompilationUnitEditor
class but I don't know how to add expandable sections.
Could anyone help me ??
Or at least address me to valid documentation with which I could understand the solution?