list.add(createSectionDescriptor());
return list;
}
protected ISectionDescriptor createSectionDescriptor() {
return new AbstractSectionDescriptor() {
@Override
public boolean appliesTo(IWorkbenchPart part, ISelection selection) {
// lets cheat :)
return true;