Hi everybody, I have an NSTableView that allows inline editing on one of its cells (NSTextFieldCell). This actually works well, but the point is: I want to manipulate the content for the editing session. Imagine having a string with a path (say: "folder/subfolder/myfile.txt") as the content of such a cell. But when the user enters edit mode for this cell (e.g. by double clicking) I want only the string "myfile.txt" to be editable (i.e. to appear in the editor).
Does anyone have a hint for me?
Thanks for reading. Regards, Tobi