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
For NSBrowser and NSTreeController/NSOutlineView, and other classes bindings have been implemented. However, the implementation is not as clean as we want. The functionality works and passes testing, but is not as elegant as it should be. Testing has indicated that there is an "adapter" pattern that is being used. This might clean up the implementation.
The acceptance criteria of this is:
Implement GSBindingsAdapter class
Clean up existing implementation of bindings in NSOutlineView, NSTreeController, and NSBrowser
GC
The text was updated successfully, but these errors were encountered:
For NSBrowser and NSTreeController/NSOutlineView, and other classes bindings have been implemented. However, the implementation is not as clean as we want. The functionality works and passes testing, but is not as elegant as it should be. Testing has indicated that there is an "adapter" pattern that is being used. This might clean up the implementation.
The acceptance criteria of this is:
GC
The text was updated successfully, but these errors were encountered: