eclipse plugin - Get the current editor's CTabFolder -
how can ctabfolder
current e4 editor on? in e3 following worked:
iworkbenchpartsite site = getsite(); partpane currenteditorpartpane = ((partsite) site).getpane(); partstack stack = currenteditorpartpane.getstack(); control control = stack.getcontrol(); ctabfolder tabfolder = (ctabfolder) control;
and since there questions why need this:
but customer wants have stack of editors first tab being non-closable overview part.
Comments
Post a Comment