2

I've built a Photoshop extension before. That API lets me listen for document events, so my extension can perform work in response to what the user is doing in the document.

I'm seeing some mention of HTML events (like event handling for buttons). With this, my plugin can handle events within the context of the plugin's modal UI.

But what I'm wondering is if there is a way for my plugin to react to user-initiated events in the document. Say, for example, if the user changes a font in a text object, I'd like my plugin to be notified of the change. Is this possible?

4

1 回答 1

3

不是这个时候。目前插件只能在用户从插件菜单调用它时运行。

不过,它在未来的可扩展性路线图上

于 2018-11-08T18:45:09.353 回答