30#define kGTTxtEdtCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_".
31#define kGTTxtEdtCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally.
32
33// Plug-in:
34#define kGTTxtEdtPluginName "GoToLastTextEdit" // Name of this plug-in.
35#define kGTTxtEdtPrefixNumber 0xddb00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support).
36#define kGTTxtEdtVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box).
37#define kGTTxtEdtAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box).
38
39// Plug-in Prefix: (please change kGTTxtEdtPrefixNumber above to modify the prefix.)
40#define kGTTxtEdtPrefix RezLong(kGTTxtEdtPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in.
41#define kGTTxtEdtStringPrefix SDK_DEF_STRINGIZE(kGTTxtEdtPrefixNumber) // The string equivalent of the unique prefix number for this plug-in.
42
43// Missing plug-in: (see ExtraPluginInfo resource)
44#define kGTTxtEdtMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog
45#define kGTTxtEdtMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem