I have a NSTextVew which I want to add a few menu items to it's default menu it shows when you right click on the text view (the cut copy past etc menu).
I have tried attaching my custom menu to the NSTextView menu outlet in IB, and it correctly adds my items, but it gets rid of all the other menu items except for Search in Spotlight, Search in Google, and Lookup in Dictionary.
How can I got about adding my items without removing any of the default items in the menu?
I have tried attaching my custom menu to the NSTextView menu outlet in IB, and it correctly adds my items, but it gets rid of all the other menu items except for Search in Spotlight, Search in Google, and Lookup in Dictionary.
How can I got about adding my items without removing any of the default items in the menu?