docsforadobe / Types-for-Adobe

TypeScript types for Adobe: AfterEffects, Animate, Audition, Illustrator, InDesign, Photoshop, Premiere, ScriptUI.
517 stars 124 forks source link

Photoshop stringIDToTypeID/charIDToTypeID/executeAction etc? #84

Closed Dariusz1989 closed 9 months ago

Dariusz1989 commented 2 years ago

Hey

Any idea where I can get declaration/info on stringIDToTypeID charIDToTypeID executeAction etc?

bioRex21 commented 2 years ago

I found this official PDF where those are mentioned: https://www.adobe.com/content/dam/acom/en/devnet/photoshop/pdfs/photoshop-javascript-ref-2020.pdf

And there's this other project (uses other language) that might serve as reference: https://github.com/SlavaRa/haxelib-extendscript/blob/master/extendscript/photoshop/Application.hx#L249

Hope this helps.

zlovatt commented 9 months ago

Closing this ticket; those methods are present in this repo, and usage info is found in the scripting guides; seems there's nothing actionable here.