https://bugs.kde.org/show_bug.cgi?id=472334

--- Comment #14 from Igor Kushnir <igor...@gmail.com> ---
(In reply to Igor Kushnir from comment #13)
> I'm going to create a merge request that shares tool view widgets between
> areas (code/debug/review) soon. But since ToolDocument instances are owned
> by the UiController, a QHash<const QMainWindow*, ToolViewWidgetData> would
> have to be stored in ToolDocumentPrivate to give each main window separate
> tool view widgets and even distinct sets of tool views.
Now that I thought about this some more, I plan to store the tool view widget
cache in IdealController instead of ToolDocument. Each main window has its own
IdealController, which is correct, because this controller manages the
per-main-window tool view UI.

> So it would be like having a second main window, but without the toolbar, 
> menu, etc,... 
I think we should keep the existing full-featured multi-window concept. You
would still be able to achieve your preference of minimal UI. The configuration
of each main window will be stored in a separate config group. Toolbars and
tool views can already be removed. Preferences for hiding the main menu and the
status bar can be implemented.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to