libs-gui icon indicating copy to clipboard operation
libs-gui copied to clipboard

NSDictionaryController branch

Open gcasa opened this issue 5 years ago • 4 comments
trafficstars

gcasa avatar Oct 06 '20 07:10 gcasa

Why not NSExcludedKeysBinding?

The dangers of coding while tired. I fixed the spelling.

gcasa avatar Oct 06 '20 07:10 gcasa

I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all. I believe the issue is in NSTableView.

gcasa avatar Oct 06 '20 07:10 gcasa

I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all. I believe the issue is in NSTableView.

"doesn't function" is not a very helpful description. What happens and what should be happening instead? There are quite a few missing features in NSTableView and as for NSArrayController I only got that working with a horrible hack, I wrote about that last winter. You are welcome to improve on both classes.

fredkiefer avatar Oct 06 '20 20:10 fredkiefer

I have an example that tests bindings. It uses NSTableView. One is NSArrayController_test and the other is NSDictionaryController_test. NSArrayController_test works on macOS10.15 but doesn't function on GNUstep at all. I believe the issue is in NSTableView.

"doesn't function" is not a very helpful description. What happens and what should be happening instead? There are quite a few missing features in NSTableView and as for NSArrayController I only got that working with a horrible hack, I wrote about that last winter. You are welcome to improve on both classes.

I will work on both of them. I saw your comment about the hack. I wrote a bug on this: https://github.com/gnustep/libs-gui/issues/87

gcasa avatar Oct 06 '20 22:10 gcasa

This PR uses a branch that has been superseded.

gcasa avatar Feb 13 '23 19:02 gcasa