You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
on refactor/node-structure I have removed slots. As discussed, we can
change the foreach on Enter and Exit to invoke callbacks set during
initialization of layoutserver. Another option is expecting the parent to
implement an interface like addWindow or rmWindow and having layoutServer
call this function if it exists on parent. You brought up good reasons why
we may want to avoid this.
Bikeshedding, but in terms of following the code, would love for
layoutserver to be renamed to something more intuitive; perhaps
WindowManager (since tiling window managers generally specify this type of
role). When I as a new user see layoutsever, it's not intuitive to me what
it does, other than "serve layouts", which isn't exactly correct -- it
organizes / manages your layout as you make modifications and dispatches to
d3 for rendering. WindowManager This would be my vote.
No description provided.
The text was updated successfully, but these errors were encountered: