I have a standard document based application whose main window has two NSViews.
- Is it possible to make NSView1 the firstresponder for Undo/Redo actions even when NSView2 is the focused view.
- Is it possible to have the context for Edit menuitem permanently set to NSView1's context. E.g. if an NSTextField in NSView2 has focus and the Edit menu item is opened, by default it opens in the context of NSTexfield's current state, can this be overriden?
If either is possible, how does one go about achieving this?
C.