11

I've just installed the Rubberduck add-in.

If I configure my vbe windows so I can see your duck-windows it all looks lovely but when I restart Excel it is back the way it was before: is there a way around this so my configuration of the vbe persists?

Community
  • 1
  • 1
whytheq
  • 34,466
  • 65
  • 172
  • 267

1 Answers1

9

Yes, it is possible to configure this, but no, it has not been implemented yet. Essentially, this would involve remembering whether the dockable windows are currently displayed when the add-in is unloaded.

In order to do this, Rubberduck could store these positions in the settings file and display them when it is loaded.

If you wish, you can create an issue for this, and the team may implement it in time for the next release if it has enough support.

Full Disclosure: I am currently working on the Rubberduck Team.

  • 1
    The window positions themselves should save. It's just the visibility that doesn't persist. – RubberDuck Feb 05 '16 at 23:11
  • @RubberDuck OK, then this should be easy enough. In fact, we used to do something similar when we would reload windows for different languages. –  Feb 06 '16 at 00:23