 | InDesign SDK 20.5 |
33 #define kBscTACompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 34 #define kBscTACompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 37 #define kBscTAPluginName "BasicTextAdornment" // Name of this plug-in. 38 #define kBscTAPrefixNumber 0x55100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 39 #define kBscTAVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 40 #define kBscTAAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 43 #define kBscTAPrefix RezLong(kBscTAPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 44 #define kBscTAStringPrefix SDK_DEF_STRINGIZE(kBscTAPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 47 #define kBscTAMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 48 #define kBscTAMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 71 #define kBscTAFailureErrorCodeStringKey kBscTAStringPrefix "kBscTAFailureErrorCodeStringKey" 72 #define kBscTADataAccessErrorCodeStringKey kBscTAStringPrefix "kBscTADataAccessErrorCodeStringKey" 75 #define kBscTAAboutMenuKey kBscTAStringPrefix "kBscTAAboutMenuKey" 76 #define kBscTAAboutMenuPath kSDKDefStandardAboutMenuPath kBscTACompanyKey 79 #define kBscTAPluginsMenuKey kBscTAStringPrefix "kBscTAPluginsMenuKey" 80 #define kBscTAPluginsMenuPath kSDKDefPlugInsStandardMenuPath kBscTACompanyKey kSDKDefDelimitMenuPath kBscTAPluginsMenuKey 83 #define kBscTAAddTextAdornmentMenuItemKey kBscTAStringPrefix "kBscTAAddTextAdornmentMenuItemKey" 84 #define kBscTARemoveTextAdornmentMenuItemKey kBscTAStringPrefix "kBscTARemoveTextAdornmentMenuItemKey" 87 #define kBscTAAboutBoxStringKey kBscTAStringPrefix "kBscTAAboutBoxStringKey" 88 #define kBscTAAddTextAdornmentStringKey kBscTAStringPrefix "kBscTAAddTextAdornmentStringKey" 89 #define kBscTARemoveTextAdornmentStringKey kBscTAStringPrefix "kBscTARemoveTextAdornmentStringKey" 90 #define kBscTACharAttrDescrStringKey kBscTAStringPrefix "kBscTACharAttrDescrString" 92 #define kBscTATargetMenuPath kBscTAPluginsMenuPath 95 #define kBscTAAddTextAdornmentMenuItemPosition 1.0 96 #define kBscTARemoveTextAdornmentMenuItemPosition 2.0 99 #define kBscTAInitialMajorFormat kSDKDef_20_PersistMajorVersionNumber 100 #define kBscTAInitialMinorFormat kSDKDef_20_PersistMinorVersionNumber 104 #define kBscTALastMajorFormatChange kBscTAInitialMajorFormat // Last major format change 105 #define kBscTALastMinorFormatChange kBscTAInitialMinorFormat // Last minor format change 108 #endif // __BscTAID_h__