objective c - NSTableView double-clicking/renaming -
By default, double click triggers in NSTableView.
I instead trigger double click on my own custom code (such as to open a double-clicked file)?
Anything else: How do I change the name in the firefire, where do you click one for the first time, and then click again and quickly move the mouse pointer away? Similarly, the name has changed in the searcher, I would prefer it in NSTableView.
According to the document, NSTableView is selected to select a line once clicked, then Clicking the reader to behave like a finder by default (and neither this nor the searcher has to do something with the pointer moving forward quickly - try it out).
To select once click again, then click again to start renaming. Double click (enough enough to double-click) and it handles the "double" action.
Comments
Post a Comment