 | InDesign SDK 20.5 |
29 #ifndef __CustomHttpLinkID_h__ 30 #define __CustomHttpLinkID_h__ 35 #define kCustomHttpLinkCompanyKey kSDKDefPlugInCompanyKey // Company name used internally for menu paths and the like. Must be globally unique, only A-Z, 0-9, space and "_". 36 #define kCustomHttpLinkCompanyValue kSDKDefPlugInCompanyValue // Company name displayed externally. 39 #define kCustomHttpLinkPluginName "CustomHttpLink.sdk" // Name of this plug-in. 40 #define kCustomHttpLinkPrefixNumber 0x1DCE00 // Unique prefix number for this plug-in(*Must* be obtained from Adobe Developer Support). 41 #define kCustomHttpLinkVersion kSDKDefPluginVersionString // Version of this plug-in (for the About Box). 42 #define kCustomHttpLinkAuthor "Adobe Developer Technologies" // Author of this plug-in (for the About Box). 45 #define kCustomHttpLinkPrefix RezLong(kCustomHttpLinkPrefixNumber) // The unique numeric prefix for all object model IDs for this plug-in. 46 #define kCustomHttpLinkStringPrefix SDK_DEF_STRINGIZE(kCustomHttpLinkPrefixNumber) // The string equivalent of the unique prefix number for this plug-in. 49 #define kCustomHttpLinkMissingPluginURLValue kSDKDefPartnersStandardValue_enUS // URL displayed in Missing Plug-in dialog 50 #define kCustomHttpLinkMissingPluginAlertValue kSDKDefMissingPluginAlertValue // Message displayed in Missing Plug-in dialog - provide a string that instructs user how to solve their missing plug-in problem 54 #define username_key "username" 55 #define password_key "password" 56 #define token_key "token" 77 #define kCustomHttpLinkAboutMenuKey kCustomHttpLinkStringPrefix "kCustomHttpLinkAboutMenuKey" 78 #define kCustomHttpLinkAboutMenuPath kSDKDefStandardAboutMenuPath kCustomHttpLinkCompanyKey 81 #define kCustomHttpLinkPluginsMenuKey kCustomHttpLinkStringPrefix "kCustomHttpLinkPluginsMenuKey" 82 #define kCustomHttpLinkPluginsMenuPath kSDKDefPlugInsStandardMenuPath kCustomHttpLinkCompanyKey kSDKDefDelimitMenuPath kCustomHttpLinkPluginsMenuKey 87 #define kCustomHttpLinkAboutBoxStringKey kCustomHttpLinkStringPrefix "kCustomHttpLinkAboutBoxStringKey" 88 #define kCustomHttpLinkTargetMenuPath kCustomHttpLinkPluginsMenuPath 94 #define kCustomHttpLinkFirstMajorFormatNumber RezLong(1) 95 #define kCustomHttpLinkFirstMinorFormatNumber RezLong(0) 98 #define kCustomHttpLinkCurrentMajorFormatNumber kCustomHttpLinkFirstMajorFormatNumber 99 #define kCustomHttpLinkCurrentMinorFormatNumber kCustomHttpLinkFirstMinorFormatNumber 101 #define kCusHttpLnkScheme "myhost" 102 #define kCusHttpLnkAuthority "localhost:3000" 103 #define kCusHttpLnkServerURL "http://localhost:3000" 105 #endif // __CustomHttpLinkID_h__