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

php - Vagrant up error - Uncaught Reflection Exception: Class DOMDocument does not exist -

vue.js - Create hooks for automated testing -

Add new key value to json node in java -