I would like to have a text box, such as an expression editor text box, in Numbers:

It is very similar to NSTokenField , but NSTokenField only supports a delimited list of tokens, for example, the To: field in Mail.app.

I need to insert these tokens into the text in certain places, but otherwise they work exactly the same as NSTokenField (backspace removes the token, you can drag them, etc.).
Is there any 1st or 3rd party control that does something like this? I did not find anything.
If not, how would you recommend implementing it? Use Core Text and reinvent the wheel (implement NSTextField with better token support)? Or is there a better solution?
Drummerb
source share