eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDialog.html

branch
maintenance
changeset 8043
0acf98cd089a
parent 7989
a21d673a8f99
equal deleted inserted replaced
7991:866adc8c315b 8043:0acf98cd089a
248 248
249 <p> 249 <p>
250 Public method to check, if the last action contained an add or delete. 250 Public method to check, if the last action contained an add or delete.
251 </p> 251 </p>
252 <dl> 252 <dl>
253 <dt>Returns:</dt> 253 <dt>Return:</dt>
254 <dd> 254 <dd>
255 flag indicating the presence of an add or delete (boolean) 255 flag indicating the presence of an add or delete (boolean)
256 </dd> 256 </dd>
257 </dl> 257 </dl>
258 <a NAME="GitDialog.keyPressEvent" ID="GitDialog.keyPressEvent"></a> 258 <a NAME="GitDialog.keyPressEvent" ID="GitDialog.keyPressEvent"></a>
275 275
276 <p> 276 <p>
277 Public method to check for a normal process termination. 277 Public method to check for a normal process termination.
278 </p> 278 </p>
279 <dl> 279 <dl>
280 <dt>Returns:</dt> 280 <dt>Return:</dt>
281 <dd> 281 <dd>
282 flag indicating normal process termination (boolean) 282 flag indicating normal process termination (boolean)
283 </dd> 283 </dd>
284 </dl> 284 </dl>
285 <a NAME="GitDialog.normalExitWithoutErrors" ID="GitDialog.normalExitWithoutErrors"></a> 285 <a NAME="GitDialog.normalExitWithoutErrors" ID="GitDialog.normalExitWithoutErrors"></a>
289 <p> 289 <p>
290 Public method to check for a normal process termination without 290 Public method to check for a normal process termination without
291 error messages. 291 error messages.
292 </p> 292 </p>
293 <dl> 293 <dl>
294 <dt>Returns:</dt> 294 <dt>Return:</dt>
295 <dd> 295 <dd>
296 flag indicating normal process termination (boolean) 296 flag indicating normal process termination (boolean)
297 </dd> 297 </dd>
298 </dl> 298 </dl>
299 <a NAME="GitDialog.on_buttonBox_clicked" ID="GitDialog.on_buttonBox_clicked"></a> 299 <a NAME="GitDialog.on_buttonBox_clicked" ID="GitDialog.on_buttonBox_clicked"></a>
349 349
350 <dt><i>args</i></dt> 350 <dt><i>args</i></dt>
351 <dd> 351 <dd>
352 list of arguments for the process (list of strings) 352 list of arguments for the process (list of strings)
353 </dd> 353 </dd>
354 <dt><i>workingDir=</i></dt> 354 <dt><i>workingDir</i></dt>
355 <dd> 355 <dd>
356 working directory for the process (string) 356 working directory for the process (string)
357 </dd> 357 </dd>
358 <dt><i>showArgs=</i></dt> 358 <dt><i>showArgs</i></dt>
359 <dd> 359 <dd>
360 flag indicating to show the arguments (boolean) 360 flag indicating to show the arguments (boolean)
361 </dd> 361 </dd>
362 <dt><i>environment=</i></dt> 362 <dt><i>environment</i></dt>
363 <dd> 363 <dd>
364 dictionary of environment settings to add 364 dictionary of environment settings to add
365 or change for the git process (dict of string and string) 365 or change for the git process (dict of string and string)
366 </dd> 366 </dd>
367 </dl> 367 </dl>
368 <dl> 368 <dl>
369 <dt>Returns:</dt> 369 <dt>Return:</dt>
370 <dd> 370 <dd>
371 flag indicating a successful start of the process (boolean) 371 flag indicating a successful start of the process (boolean)
372 </dd> 372 </dd>
373 </dl> 373 </dl>
374 <div align="right"><a href="#top">Up</a></div> 374 <div align="right"><a href="#top">Up</a></div>

eric ide

mercurial