java - Eclipse add XText editor to perspective -


i have own perspective want add xtext generated editor @ special location.

currently, opens @ editor area (hard coded eclipse org.eclipse.ui.editorss). however, xtext editor should open @ special location , not @ editor area. achieve behavior either adding view direct or adding placeholder id of view. generated xtext editor not view , cannot added using view mechanisms.

i prefer way plugin.xml's perspectiveextensions extension.

how can add xtext editor @ own location perspective?

in eclipse 3.x compatibility mode rcp editors shown in editor area, there no way change this.


Comments

Popular posts from this blog

searchKeyword not working in AngularJS filter -

sequelize.js - Sequelize: sort by enum cases -

user interface - how to replace an ongoing process of image capture from another process call over the same ImageLabel in python's GUI TKinter -