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
Post a Comment