| [platform-dev] Hiding/removing default IDE options in eclipse application |
|
Hello, In eclipse
application, Window->Open
Perspective -> Custom_ABC Perspective Apart
from this by default we get resource perspective. I tried removing the
perspective from registry(reg.deletePerspective(desc)).
IPerspectiveDescriptor
desc = reg.getPerspectives()[1]; reg.deletePerspective(desc);
But
deletePerspective does work as it is checking for predefined flag(PerspectiveRegistry.java).
The
requirement is to supress all default options like 1) Hiding
resource perpective as discussed above 2) Hide
File - > New ->Other menu , shows up "Simple" folder apart from
the default one. 3) And to
disable shortcuts Can
anybody throw some light on hiding/removing these default IDE options. Thanks Chetu _______________ |