110 <p> |
110 <p> |
111 Private method to display a dialog and get the code. |
111 Private method to display a dialog and get the code. |
112 </p> |
112 </p> |
113 <dl> |
113 <dl> |
114 |
114 |
115 <dt><i>editor</i></dt> |
115 <dt><i>editor</i> (Editor)</dt> |
116 <dd> |
116 <dd> |
117 reference to the current editor |
117 reference to the current editor |
118 </dd> |
118 </dd> |
119 </dl> |
119 </dl> |
120 <dl> |
120 <dl> |
121 <dt>Return:</dt> |
121 <dt>Return:</dt> |
122 <dd> |
122 <dd> |
123 the generated code (string) |
123 the generated code |
|
124 </dd> |
|
125 </dl> |
|
126 <dl> |
|
127 <dt>Return Type:</dt> |
|
128 <dd> |
|
129 str |
124 </dd> |
130 </dd> |
125 </dl> |
131 </dl> |
126 <a NAME="MessageBoxWizard.__handle" ID="MessageBoxWizard.__handle"></a> |
132 <a NAME="MessageBoxWizard.__handle" ID="MessageBoxWizard.__handle"></a> |
127 <h4>MessageBoxWizard.__handle</h4> |
133 <h4>MessageBoxWizard.__handle</h4> |
128 <b>__handle</b>(<i></i>) |
134 <b>__handle</b>(<i></i>) |
152 Public method to activate this plugin. |
158 Public method to activate this plugin. |
153 </p> |
159 </p> |
154 <dl> |
160 <dl> |
155 <dt>Return:</dt> |
161 <dt>Return:</dt> |
156 <dd> |
162 <dd> |
157 tuple of None and activation status (boolean) |
163 tuple of None and activation status |
|
164 </dd> |
|
165 </dl> |
|
166 <dl> |
|
167 <dt>Return Type:</dt> |
|
168 <dd> |
|
169 bool |
158 </dd> |
170 </dd> |
159 </dl> |
171 </dl> |
160 <a NAME="MessageBoxWizard.deactivate" ID="MessageBoxWizard.deactivate"></a> |
172 <a NAME="MessageBoxWizard.deactivate" ID="MessageBoxWizard.deactivate"></a> |
161 <h4>MessageBoxWizard.deactivate</h4> |
173 <h4>MessageBoxWizard.deactivate</h4> |
162 <b>deactivate</b>(<i></i>) |
174 <b>deactivate</b>(<i></i>) |