I'm currently programming a RCP application. What I now want to do is to
activate the Resource perspective of Eclipse in my RCP application. What I
want is that exactly the same alignment of the views resourcenavigator,
editor and outline show up in my perspective in the RCP application.
Unfortunately this doesn't seem to work. I guess, that I have to
reprogramm the alignment of the perspective so it's shown up. Does anyone
know how to do this? Does anyone know where exactly it's programmed inside
Eclipse so I may copy some code to my application (a link to the source
will be great)? Maybe a tutorial exists for this issue. I googled a lot
but I wasn't able to find one.