Closed gcasa closed 6 months ago
As it turns out, the xib is NOT split into separate nibs as I had originally thought. It is possible to register nibs for a given identifier, but the build process does not split the xib out. I was confused by an example I encountered in my research.
If I remember correctly there is also quite some duplication in drawing the special NSOutlienView column. Could you please extract that as well?
Yep. Will do.
If I remember correctly there is also quite some duplication in drawing the special NSOutlienView column. Could you please extract that as well?
Done. I am working right now on making sure the icon for expansion and the area that the mouse is supposed to click on line up better and that the image is displayed in a more centered way.
Made some adjustments to the mouse interaction. Please take a look and see if you approve of all of the changes. Thanks @fredkiefer I hope you feel better soon.
Looks good to me
Thanks @fredkiefer 🙏
Per discussions with @fredkiefer I am working through the code here to clean up and reduce duplication.