https://bugs.kde.org/show_bug.cgi?id=472334
--- Comment #12 from John Sennesael <john-...@adminking.com> --- Small update: I tested newWindow() and it pretty much behaved as I figured it would - it spawns a new /main/ window. It creates a new MainWindow instance, which is basically the same as running 2 kdevelop processes (but within the same process space). That makes sense, given what I saw when I looked at this the first time around, as mentioned in the initial bug report. Currently a 'window' is basically holding the entire application state, and that all would have to be moved into a proper application class, with a fairly minimal window/editor class holding only the state needed for editing whatever tabs are open in it. -- You are receiving this mail because: You are watching all bug changes.