Scripting-specific PiPL Properties

These PiPL properties are only applicable for any plug-in modules that use scripting. More...

PiPL Scripting Keys

#define PIHasTerminologyProperty   0x6873746DL
 Indicates whether an 'aete' resource is present, and whether a plug-in is scripting-aware for Photoshop and AppleScript; key value is 'hstm'.
#define PITerminologyProperty   0x74726D6EL
 Used internally as terminology cache; key value is 'trmn'.

Detailed Description

These PiPL properties are only applicable for any plug-in modules that use scripting.


Define Documentation

#define PIHasTerminologyProperty   0x6873746DL

Indicates whether an 'aete' resource is present, and whether a plug-in is scripting-aware for Photoshop and AppleScript; key value is 'hstm'.

This property key reflects the HasTerminology property in the PiPL resource file; any plug-in that contains a terminology resource must have the HasTerminology property in its PiPL resource file. The data type for the property is PITerminology. For any plug-in that contains a terminology resource, the PiPL resource file must have the HasTerminology property.

#define PITerminologyProperty   0x74726D6EL

Used internally as terminology cache; key value is 'trmn'.

If present, it is used instead of an aete resource. The data type for the property is PITerminology.