开发者

IntelliJ OS X Services

开发者 https://www.devze.com 2023-01-08 04:50 出处:网络
I am using IntellJ IDEA 9.0.2 CE on OS X Snow Leopard. The Services menu never seems to contain any entries, even though I have installed several text services (which do show up in other applications)

I am using IntellJ IDEA 9.0.2 CE on OS X Snow Leopard. The Services menu never seems to contain any entries, even though I have installed several text services (which do show up in other applications). Is there a way to use these?

I am relativ开发者_开发知识库ely new to the Mac.

Thanks.


You need to hack IntelliJ and contribute the code back to the community.

The Service menu, to be usable, needs a bit of support code in the app. If the app is built using Cocoa, the support is built in, but for a Java app it's not automatic.

To call Objective-C methods required to support the service menu from Java, you need to use Rococoa. The Objective-C API concerning the service menu is described in this Apple document.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号