Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在查看 SDK 文档,这似乎是可能的,但我更愿意听取可能已经研究过这个或已经为其他 Adobe 应用程序做过这个的人的意见。基本上我想创建一个插件来完全破坏 GUI,我会创建自己的 UI 框架以用于 Illustrator。
您可以为 Illustrator 创建插件,以添加工具、菜单项、模式对话框和面板。但是,您不能编写删除任何 Adobe 用户界面的插件。删除 Adobe 功能的唯一方法是删除它们的插件。问题是它们中的许多是相互依赖的,因此删除一个可能会导致另一个无法工作或可能崩溃。因此,一般来说,您可以添加到 Illustrator,但不能从 Illustrator 中删除。