Miklos Espak
8 years ago
Hi,
I noticed that the BlueBerry framework allows saving perspective with a
given name. This feature would be quite handy for us.
Is there a way to make BlueBerry create a Save Perspective action?
As I see, it is enabled only if the command contributions are enabled, and
for that you would need to change the
USE_EXPERIMENTAL_COMMAND_CONTRIBUTIONS static variable to true in an MITK
source file.
We have a customised workbench window advisor that derives from
QmitkExtWorkbenchWindowAdvisor. We can add new actions in
PostWindowCreate().
Cheers,
Miklos
I noticed that the BlueBerry framework allows saving perspective with a
given name. This feature would be quite handy for us.
Is there a way to make BlueBerry create a Save Perspective action?
As I see, it is enabled only if the command contributions are enabled, and
for that you would need to change the
USE_EXPERIMENTAL_COMMAND_CONTRIBUTIONS static variable to true in an MITK
source file.
We have a customised workbench window advisor that derives from
QmitkExtWorkbenchWindowAdvisor. We can add new actions in
PostWindowCreate().
Cheers,
Miklos