OS X 中图标视图中的上下文菜单
我正在尝试将上下文菜单项添加到 Snow Leopard 和 Lion 中的 OSX Finder。我能够找到 Finder 在文件视图中调用的方法。该方法是addViewSpecificStuffToMenu。我在图标查看模式下找不到相关方法。有谁知道我应该破解什么方法?
阿米特
I am trying to add context menu item to OSX Finder in Snow Leopard and Lion. I was able to find the method Finder calls when it is in File View. The method is addViewSpecificStuffToMenu. I was not able to find the related method in icon view mode. Does anyone know what is the method I should hack ?
amit
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
addViewSpecificStuffToMenu
方法在所有相关的查找器视图中都适用于我。The
addViewSpecificStuffToMenu
method works for me in all the related finder views.