| [news.eclipse.platform.rcp] Re: HowTo: Editor --> Perspective |
Daniel wrote:
Hi !!
Im new to working with RCP i was wondering how can i add an Editor to a Perspective i have been able to do all other steps like create single perspectives, views /etc but the editor are giving me troubles everytime i try to do this i get a NullPointer Exception
My first guess is that the editorArea is associated with the perspective, but editors themselves aren't. You can't place editors when creating your perspective the way you can place views.
You can open editor programmatically from IWorkbenchPage#openEditor(...)
Later, PW
Thanks that starts to give me an idea of what im doing wrong ....
att,
Daniel Quintero