I want to add a menu item to all text field's contextual menu. I can do it if I get a hold of the internal field editor of type NSTextView used by all NSTextField's through out the application. The thing is the only way I can think of getting it, is by accessing it from [window firstResponder]. Does anyone know another way ?