Search code examples
objective-cmacoscocoansoutlineview

Edit titles of `NSOutlineView` inline


I have an NSOutlineView and want to be able to edit the title of the entries in that list.

The list seems to support this by default but then the error is thrown as soon as I hit enter:

Exception detected while handling key input.
-[NSProxy doesNotRecognizeSelector:controlTextDidEndEditing:] called!

I tried to implement this method in my delegate but it did not get called.

I am having this problem with a PXSourceList but I think it is a general NSOutlineView issue.


Solution

  • This was a bug in PXSourceList and is now fixed in version 2.0.3:

    https://github.com/Perspx/PXSourceList/releases/tag/2.0.3