eric6/Documentation/Source/eric6.Plugins.PluginVcsPySvn.html

changeset 7989
a21d673a8f99
parent 7273
391d6b7b1eff
equal deleted inserted replaced
7988:c4c17121eff8 7989:a21d673a8f99
163 163
164 <p> 164 <p>
165 Public method to activate this plugin. 165 Public method to activate this plugin.
166 </p> 166 </p>
167 <dl> 167 <dl>
168 <dt>Returns:</dt> 168 <dt>Return:</dt>
169 <dd> 169 <dd>
170 tuple of reference to instantiated viewmanager and 170 tuple of reference to instantiated viewmanager and
171 activation status (boolean) 171 activation status (boolean)
172 </dd> 172 </dd>
173 </dl> 173 </dl>
184 184
185 <p> 185 <p>
186 Public method to get the filename of the config file. 186 Public method to get the filename of the config file.
187 </p> 187 </p>
188 <dl> 188 <dl>
189 <dt>Returns:</dt> 189 <dt>Return:</dt>
190 <dd> 190 <dd>
191 filename of the config file (string) 191 filename of the config file (string)
192 </dd> 192 </dd>
193 </dl> 193 </dl>
194 <a NAME="VcsPySvnPlugin.getPreferences" ID="VcsPySvnPlugin.getPreferences"></a> 194 <a NAME="VcsPySvnPlugin.getPreferences" ID="VcsPySvnPlugin.getPreferences"></a>
204 <dd> 204 <dd>
205 the key of the value to get 205 the key of the value to get
206 </dd> 206 </dd>
207 </dl> 207 </dl>
208 <dl> 208 <dl>
209 <dt>Returns:</dt> 209 <dt>Return:</dt>
210 <dd> 210 <dd>
211 the requested refactoring setting 211 the requested refactoring setting
212 </dd> 212 </dd>
213 </dl> 213 </dl>
214 <a NAME="VcsPySvnPlugin.getProjectHelper" ID="VcsPySvnPlugin.getProjectHelper"></a> 214 <a NAME="VcsPySvnPlugin.getProjectHelper" ID="VcsPySvnPlugin.getProjectHelper"></a>
217 217
218 <p> 218 <p>
219 Public method to get a reference to the project helper object. 219 Public method to get a reference to the project helper object.
220 </p> 220 </p>
221 <dl> 221 <dl>
222 <dt>Returns:</dt> 222 <dt>Return:</dt>
223 <dd> 223 <dd>
224 reference to the project helper object 224 reference to the project helper object
225 </dd> 225 </dd>
226 </dl> 226 </dl>
227 <a NAME="VcsPySvnPlugin.getServersPath" ID="VcsPySvnPlugin.getServersPath"></a> 227 <a NAME="VcsPySvnPlugin.getServersPath" ID="VcsPySvnPlugin.getServersPath"></a>
230 230
231 <p> 231 <p>
232 Public method to get the filename of the servers file. 232 Public method to get the filename of the servers file.
233 </p> 233 </p>
234 <dl> 234 <dl>
235 <dt>Returns:</dt> 235 <dt>Return:</dt>
236 <dd> 236 <dd>
237 filename of the servers file (string) 237 filename of the servers file (string)
238 </dd> 238 </dd>
239 </dl> 239 </dl>
240 <a NAME="VcsPySvnPlugin.initToolbar" ID="VcsPySvnPlugin.initToolbar"></a> 240 <a NAME="VcsPySvnPlugin.initToolbar" ID="VcsPySvnPlugin.initToolbar"></a>
304 <dd> 304 <dd>
305 reference to the configuration dialog (QDialog) 305 reference to the configuration dialog (QDialog)
306 </dd> 306 </dd>
307 </dl> 307 </dl>
308 <dl> 308 <dl>
309 <dt>Returns:</dt> 309 <dt>Return:</dt>
310 <dd> 310 <dd>
311 reference to the configuration page 311 reference to the configuration page
312 </dd> 312 </dd>
313 </dl> 313 </dl>
314 <div align="right"><a href="#top">Up</a></div> 314 <div align="right"><a href="#top">Up</a></div>
320 320
321 <p> 321 <p>
322 Public function to get the display string. 322 Public function to get the display string.
323 </p> 323 </p>
324 <dl> 324 <dl>
325 <dt>Returns:</dt> 325 <dt>Return:</dt>
326 <dd> 326 <dd>
327 display string (string) 327 display string (string)
328 </dd> 328 </dd>
329 </dl> 329 </dl>
330 <div align="right"><a href="#top">Up</a></div> 330 <div align="right"><a href="#top">Up</a></div>
336 336
337 <p> 337 <p>
338 Public method to support the display of some executable info. 338 Public method to support the display of some executable info.
339 </p> 339 </p>
340 <dl> 340 <dl>
341 <dt>Returns:</dt> 341 <dt>Return:</dt>
342 <dd> 342 <dd>
343 dictionary containing the data to be shown 343 dictionary containing the data to be shown
344 </dd> 344 </dd>
345 </dl> 345 </dl>
346 <div align="right"><a href="#top">Up</a></div> 346 <div align="right"><a href="#top">Up</a></div>
352 352
353 <p> 353 <p>
354 Module function returning data as required by the configuration dialog. 354 Module function returning data as required by the configuration dialog.
355 </p> 355 </p>
356 <dl> 356 <dl>
357 <dt>Returns:</dt> 357 <dt>Return:</dt>
358 <dd> 358 <dd>
359 dictionary with key "zzz_subversionPage" containing the relevant 359 dictionary with key "zzz_subversionPage" containing the relevant
360 data 360 data
361 </dd> 361 </dd>
362 </dl> 362 </dl>
369 369
370 <p> 370 <p>
371 Public function to get the indicators for this version control system. 371 Public function to get the indicators for this version control system.
372 </p> 372 </p>
373 <dl> 373 <dl>
374 <dt>Returns:</dt> 374 <dt>Return:</dt>
375 <dd> 375 <dd>
376 dictionary with indicator as key and a tuple with the vcs name 376 dictionary with indicator as key and a tuple with the vcs name
377 (string) and vcs display string (string) 377 (string) and vcs display string (string)
378 </dd> 378 </dd>
379 </dl> 379 </dl>

eric ide

mercurial