 | InDesign SDK 20.5 |
27 #ifndef __TxtImpID_h__ 28 #define __TxtImpID_h__ 33 #define kTxtImpCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 34 #define kTxtImpCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 37 #define kTxtImpPluginName "TextImportFilter" // Name of this plug-in. 38 #define kTxtImpPrefixNumber 0x42100 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 39 #define kTxtImpVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 40 #define kTxtImpAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 43 #define kTxtImpPrefix RezLong(kTxtImpPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 44 #define kTxtImpStringPrefix SDK_DEF_STRINGIZE(kTxtImpPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 63 #define kTxtImpAboutMenuKey kTxtImpStringPrefix "kTxtImpAboutMenuKey" 64 #define kTxtImpAboutMenuPath kSDKDefStandardAboutMenuPath kTxtImpCompanyKey 67 #define kTxtImpPluginsMenuKey kTxtImpStringPrefix "kTxtImpPluginsMenuKey" 68 #define kTxtImpPluginsMenuPath kSDKDefPlugInsStandardMenuPath kTxtImpCompanyKey kSDKDefDelimitMenuPath kTxtImpPluginsMenuKey 73 #define kTxtImpAboutBoxStringKey kTxtImpStringPrefix "kTxtImpAboutBoxStringKey" 74 #define kTxtImpTargetMenuPath kTxtImpPluginsMenuPath 75 #define kTxtImpFormatNameKey kTxtImpStringPrefix "kTxtImpFormatName" 76 #define kTxtImpProgressBarTitleKey kTxtImpStringPrefix "kTxtImpProgressBarTitleKey" 77 #define kTxtImpInProgressStringKey kTxtImpStringPrefix "kTxtImpInProgressStringKey" 78 #define kTxtImpEncodingASCIIKey kTxtImpStringPrefix "kTxtImpEncodingASCIIKey" 79 #define kTxtImpEncodingUNICODEKey kTxtImpStringPrefix "kTxtImpEncodingUNICDEKey" 80 #define kTxtImpEncodingShiftJISKey kTxtImpStringPrefix "kTxtImpEncodingShiftJISKey" 81 #define kTxtImpEncodingJISKey kTxtImpStringPrefix "kTxtImpEncodingJISKey" 84 #define kTxtImpFileExtensionKey "CPP" 87 #define kTxtImpFileType 'TEXT' 90 #define kTxtImpFirstMajorFormatNumber kSDKDef_30_PersistMajorVersionNumber 91 #define kTxtImpFirstMinorFormatNumber kSDKDef_30_PersistMinorVersionNumber 94 #define kTxtImpCurrentMajorFormatNumber kTxtImpFirstMajorFormatNumber // most recent major format change 95 #define kTxtImpCurrentMinorFormatNumber kTxtImpFirstMinorFormatNumber // most recent minor format change 97 #endif // __TxtImpID_h__