Community
Participate
Working Groups
A perspective's windows do not currently show up in the editor. The perspective should return its list of windows and its children when asked for its child list. PerspectiveEditor: public IObservableList getChildList(Object element) { return ELEMENT_CONTAINER__CHILDREN.observe(element); }
released changes to head