InDesign SDK  20.5
 All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Friends Groups Pages
EditorHelperID.h
1 //========================================================================================
2 //
3 // $File$
4 //
5 // Owner: Matt Ramme
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 // ADOBE CONFIDENTIAL
24 //
25 //========================================================================================
26 
27 #ifndef __EditorHelperID__
28 #define __EditorHelperID__
29 
30 #include "CrossPlatformTypes.h"
31 #include "IDFactory.h"
32 //#include "FormatNumber.h"
33 
34 #define kEditorHelperPrefix RezLong(0xfb00)
35 
36 //----------------------------------------------------------------------------------------
37 // Plug-in identifier
38 //----------------------------------------------------------------------------------------
39 
40 //PlugInID
41 #define kEditorHelperPlugInName "EditorHelper"
42 
43 //----------------------------------------------------------------------------------------
44 // Class identifiers
45 //----------------------------------------------------------------------------------------
46 
47 //gap
48 
49 //gap
50 //gap
51 //gap
52 //gap
53 //gap
54 //gap
55 //gap
56 //gap
57 
58 
59 //----------------------------------------------------------------------------------------
60 // Interface identifiers
61 //----------------------------------------------------------------------------------------
62 //gap
63 //gap
64 
65 
66 //----------------------------------------------------------------------------------------
67 // Implementation identifiers
68 //----------------------------------------------------------------------------------------
69 
70 //gap
71 // gap
72 // gap
73 //gap
74 //gap
75 //gap
76 //gap
77 //gap
78 //gap
79 //gap
80 //gap
81 
82 
83 
84 //----------------------------------------------------------------------------------------
85 // Widget identifiers
86 //----------------------------------------------------------------------------------------
87 
88 
89 
90 // <Ignore>
91 //========================================================================================
92 // ----- Tree Node ID types -----
93 //========================================================================================
94 //#define kMacroNodeID kEditorHelperPrefix + 1
95 
96 //----------------------------------------------------------------------------------------
97 // Action identifiers
98 //----------------------------------------------------------------------------------------
99 
100 
101 //----------------------------------------------------------------------------------------
102 // Scripting
103 //----------------------------------------------------------------------------------------
104 
105 
106 //GUIDS
107 // {1D8C91B4-A1BE-4fa8-9324-2D97E82DDD1A}
108 #define kTextMacro_CLSID { 0x1d8c91b4, 0xa1be, 0x4fa8, { 0x93, 0x24, 0x2d, 0x97, 0xe8, 0x2d, 0xdd, 0x1a } }
109 // {BC69C660-538B-49db-9910-141B19A63A9C}
110 #define kTextMacros_CLSID { 0xbc69c660, 0x538b, 0x49db, { 0x99, 0x10, 0x14, 0x1b, 0x19, 0xa6, 0x3a, 0x9c } }
111 
112 // <Message ID>
113 //---------------------------------------------------------------
114 // MessageIDs
115 //---------------------------------------------------------------
116 
117 
118 // <Error ID>
119 //---------------------------------------------------------------
120 // ErrorIDs
121 //---------------------------------------------------------------
122 
123 // ---------------------------------------------------------------------------------------
124 // Schema Changes
125 // ---------------------------------------------------------------------------------------
126 #define kEditorHelperInCopy2Format (kAnnaInitialMinorFormatNumber + 1)
127 #define kEditorHelperInCopy3Format (kDragontailInitialMinorFormatNumber + 1)
128 #define kEditorHelperInCopy4Format (kFiredrakeInitialMinorFormatNumber + 1)
129 #define kEditorHelperLastFormatChange kEditorHelperInCopy4Format
130 
131 // Overall
132 #define kEditorHelperLastMajorFormatChange kFiredrakeMajorFormatNumber
133 #define kEditorHelperLastMinorFormatChange kEditorHelperLastFormatChange
134 
135 #define kEditorHelperErrorRsrcID 5000
136 
137 #endif // __AlignPanelID__
138