Hello,
i've been reading through some articles because i wanted to make some of my views not closeable.
i saw Vogella's tutorial on rcp here (i know that this sample is based on indigo and not helios)
which contains this image:

my version of eclipse(helios) only shows me less:

thats why i looked into documentation here
which says that a view can be defined like this:
Quote:<!ATTLIST view
id IDREF #REQUIRED
relative IDREF #IMPLIED
relationship (stack|left|right|top|bottom|fast)
ratio CDATA #IMPLIED
visible (true | false)
closeable (true | false)
moveable (true | false)
standalone (true | false)
showTitle (true | false)
minimized (true | false) "false"
>
so i opened my plugin.xml
and edited the stuff just in place instead of the visual editor:
<view
allowMultiple="false"
category="myCategory"
class="package.to.DetailView"
icon="icons/siteEditor_perspective.gif"
id="detailview"
name="%ViewDetails"
closeable="false">
</view>
but when i load up my perspective the view is still closeable...
any ideas?
thanks in advance!
lumo
[Updated on: Thu, 02 February 2012 04:56] by Moderator