Skip to content

this is the Extension for Illustrator. the Extension watches and detects your activity on AI.

Notifications You must be signed in to change notification settings

tokyosheep/IllustratorEventManager

Repository files navigation

IllustratorEventManager

japanese explanation is here

I developed the Extension to managemnt event on Illustrator like Photoshop script event manager. I refered to Photoshop event manager. so this is similar with it. but Illustrator doen't have event system like Photoshop. so I use AIHostAdapter plugin. you can get plugin from here and developed panel.

panel

How install it

first you need AIHostAdapter plugin. if you don't have, get it and put it in plugin folder

on Mac OS directory is like this application -> Illustrator folder -> plugin

in case of Windows PC->ProgramFiles->Adobe->Illustrator->plugin

and install this Extension zxp or clone git.

How to use it

it almost same with Photoshop script event manager. select event , and action or script , and register it. switch the dispatch button , it watches your activity and detective event you chose.

  1. preset you can save preset you registered. and you can load it later.

  2. events plugin has tons of events. but actually I don't grasp all of events. but you can see how each event work here

as I said still I don't grasp all of events so before use it , so I definitely recommend to test before use for your actual work. I can't guarantee stable condition on the Extension.

download Extension

update version 0.9.1
fixed bug that Extension detectes event even while action or script is processing. added search box to find event.

ver 0.9.0

new ver 0.9.1

about more AIHostAdapter plugin

Adobe distributes this plugin. but I'm not sure how long Adobe supports this plugin. and this Extension works based on the plugin. if Adobe stopped to support this plugin . it won't work and I'll need alternative method.

Appendix for developer

I suppose you hard to find any information about AIHostAdapter. (I googled a lot in english but I haven't found at all) AIHostAdapter plugin just detects event. there's no explanation or hint to develop code on Extension. so you need cs_host_adapter-2.0.js. this JavaScript file has Object and Constructor to access plugin. you'll understand just see comments in the code. (for web developer, really easy just use like event.target on browser) I suppose Adobe used to distribute it but now I can't find anywhere. if you want to use the plugin,cs_host_adapter-2.0.js is necessity.

another plugin

developer ten-A developed similar one. even he published code here. it can help us to understand how plugin works.

About

this is the Extension for Illustrator. the Extension watches and detects your activity on AI.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published