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

Rendering JButton to get the JCheckBox behavior in a JTable by using images does not update my table -

javascript - Using jquery append to add option values into a select element not working -

Android soft keyboard reverts to default keyboard on orientation change -