RoyAwesome / WorldSmith

Open source Dota 2 Mod Editor
MIT License
59 stars 28 forks source link

Opening more than one project gives duplicate dockable forms #75

Closed SinZ163 closed 9 years ago

SinZ163 commented 9 years ago

A solution would be to nuke the two forms before creating again, or to reset the Document rather than a new form

Proof

![Alt Text](http://i.imgur.com/bkFNTPr.png Preview)

AntonAderum commented 9 years ago

I'm guessing this happens when you open an addon without closing the first one?

Easy solution is of course to just call the close addon function when you load an addon, however there might be use for being able to have two addons open (copying stuff from one to the other). But then we need a nice way to deal with that.

Maybe we should label it an enhancement and figure out what we want to do?

SinZ163 commented 9 years ago

Currently, having a new project / Object view set per open addon doesn't look good and for this case, it was the same addon

SinZ163 commented 9 years ago

Also, in each Project tab, it will have both addons units / abilities / heroes / stuff in the same tree