AssistantEric/Documentation/source/Plugin_Assistant_Eric.PluginAssistantEric.html

changeset 84
67197c1f11eb
parent 66
f57b151c9761
child 97
6226cdaea3ad
equal deleted inserted replaced
83:b447f89da620 84:67197c1f11eb
163 Public method to retrieve the various refactoring settings. 163 Public method to retrieve the various refactoring settings.
164 </p><dl> 164 </p><dl>
165 <dt><i>key</i></dt> 165 <dt><i>key</i></dt>
166 <dd> 166 <dd>
167 the key of the value to get 167 the key of the value to get
168 </dd><dt><i>prefClass</i></dt>
169 <dd>
170 preferences class used as the storage area
171 </dd> 168 </dd>
172 </dl><dl> 169 </dl><dl>
173 <dt>Returns:</dt> 170 <dt>Returns:</dt>
174 <dd> 171 <dd>
175 the requested refactoring setting 172 the requested refactoring setting
184 <dd> 181 <dd>
185 the key of the setting to be set (string) 182 the key of the setting to be set (string)
186 </dd><dt><i>value</i></dt> 183 </dd><dt><i>value</i></dt>
187 <dd> 184 <dd>
188 the value to be set 185 the value to be set
189 </dd><dt><i>prefClass</i></dt>
190 <dd>
191 preferences class used as the storage area
192 </dd> 186 </dd>
193 </dl> 187 </dl>
194 <div align="right"><a href="#top">Up</a></div> 188 <div align="right"><a href="#top">Up</a></div>
195 <hr /><hr /> 189 <hr /><hr />
196 <a NAME="createAutoCompletionPage" ID="createAutoCompletionPage"></a> 190 <a NAME="createAutoCompletionPage" ID="createAutoCompletionPage"></a>
197 <h2>createAutoCompletionPage</h2> 191 <h2>createAutoCompletionPage</h2>
198 <b>createAutoCompletionPage</b>(<i>configDlg</i>) 192 <b>createAutoCompletionPage</b>(<i>configDlg</i>)
199 <p> 193 <p>
200 Module function to create the autocompletion configuration page. 194 Module function to create the autocompletion configuration page.
201 </p><dl> 195 </p><dl>
196 <dt><i>configDlg</i></dt>
197 <dd>
198 reference to the configuration dialog
199 </dd>
200 </dl><dl>
202 <dt>Returns:</dt> 201 <dt>Returns:</dt>
203 <dd> 202 <dd>
204 reference to the configuration page 203 reference to the configuration page
205 </dd> 204 </dd>
206 </dl> 205 </dl>
210 <h2>createCallTipsPage</h2> 209 <h2>createCallTipsPage</h2>
211 <b>createCallTipsPage</b>(<i>configDlg</i>) 210 <b>createCallTipsPage</b>(<i>configDlg</i>)
212 <p> 211 <p>
213 Module function to create the calltips configuration page. 212 Module function to create the calltips configuration page.
214 </p><dl> 213 </p><dl>
214 <dt><i>configDlg</i></dt>
215 <dd>
216 reference to the configuration dialog
217 </dd>
218 </dl><dl>
215 <dt>Returns:</dt> 219 <dt>Returns:</dt>
216 <dd> 220 <dd>
217 reference to the configuration page 221 reference to the configuration page
218 </dd> 222 </dd>
219 </dl> 223 </dl>

eric ide

mercurial