InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
GTTxtEdtID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Adrian O'Lenskie
6 //
7 // $Author$
8 //
9 // $DateTime$
10 //
11 // $Revision$
12 //
13 // $Change$
14 //
15 // Copyright 1997-2010 Adobe Systems Incorporated. All rights reserved.
16 //
17 // NOTICE: Adobe permits you to use, modify, and distribute this file in accordance
18 // with the terms of the Adobe license agreement accompanying it. If you have received
19 // this file from a source other than Adobe, then your use, modification, or
20 // distribution of it requires the prior written permission of Adobe.
21 //
22 //========================================================================================
23 
24 #ifndef __GTTxtEdtID_h__
25 #define __GTTxtEdtID_h__
26 
27 #include "SDKDef.h"
28 
29 // Company:
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
46 
47 // PluginID:
48 
49 // ClassIDs:
50 
51 
52 // InterfaceIDs:
53 
54 
55 // ImplementationIDs:
56 
57 
58 // ActionIDs:
59 
60 
61 
62 // WidgetIDs:
63 
64 // InvalHandlerTypeID
65 
66 // "About Plug-ins" sub-menu:
67 #define kGTTxtEdtAboutMenuKey kGTTxtEdtStringPrefix "kGTTxtEdtAboutMenuKey"
68 #define kGTTxtEdtAboutMenuPath kSDKDefStandardAboutMenuPath kGTTxtEdtCompanyKey
69 
70 // "Plug-ins" sub-menu:
71 #define kGTTxtEdtPluginsMenuKey kGTTxtEdtStringPrefix "kGTTxtEdtPluginsMenuKey"
72 #define kGTTxtEdtPluginsMenuPath kSDKDefPlugInsStandardMenuPath kGTTxtEdtCompanyKey kSDKDefDelimitMenuPath kGTTxtEdtPluginsMenuKey
73 
74 // Menu item keys:
75 
76 // Other StringKeys:
77 #define kGTTxtEdtAboutBoxStringKey kGTTxtEdtStringPrefix "kGTTxtEdtAboutBoxStringKey"
78 #define kGTTxtEdtTargetMenuPath kGTTxtEdtPluginsMenuPath
79 #define kGTTxtEdtGoToTextButtonTipKey kGTTxtEdtStringPrefix "kGTTxtEdtGoToTextButtonTipKey"
80 #define kNoLastStoryKey kGTTxtEdtStringPrefix "kNoLastStoryKey"
81 // Menu item positions:
82 
83 // control strip priority
84 const PMReal kGTTxtEdtControlStripPriority = 8047;
85 
86 // Initial data format version numbers
87 #define kGTTxtEdtFirstMajorFormatNumber kSDKDef_50_PersistMajorVersionNumber
88 #define kGTTxtEdtFirstMinorFormatNumber kSDKDef_50_PersistMinorVersionNumber
89 
90 // Data format version numbers for the PluginVersion resource
91 #define kGTTxtEdtCurrentMajorFormatNumber kGTTxtEdtFirstMajorFormatNumber
92 #define kGTTxtEdtCurrentMinorFormatNumber kGTTxtEdtFirstMinorFormatNumber
93 
94 #endif // __GTTxtEdtID_h__
95 
96 // Code generated by DollyXs code generator