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

Popular posts from this blog

service - Android MediaPlayer calls onCompletion before it already finished -

javascript - Training Neural Network to play flappy bird with genetic algorithm - Why can't it learn? -

javascript - Create a stacked percentage column -