diff -r 2f70ca07f0af -r 4cd7e5a8b3cf src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html --- a/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html Fri Dec 22 19:45:17 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html Sat Dec 23 15:40:23 2023 +0100 @@ -108,13 +108,13 @@ </p> <dl> -<dt><i>vcs</i></dt> +<dt><i>vcs</i> (Git)</dt> <dd> reference to the vcs object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="GitDiffDialog.__generatorFinished" ID="GitDiffDialog.__generatorFinished"></a> @@ -133,7 +133,7 @@ </p> <dl> -<dt><i>fileSeparators</i></dt> +<dt><i>fileSeparators</i> (list of str)</dt> <dd> list of file separator entries to be merged </dd> @@ -144,6 +144,12 @@ merged list of file separator entries </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of str +</dd> +</dl> <a NAME="GitDiffDialog.closeEvent" ID="GitDiffDialog.closeEvent"></a> <h4>GitDiffDialog.closeEvent</h4> <b>closeEvent</b>(<i>e</i>) @@ -153,9 +159,9 @@ </p> <dl> -<dt><i>e</i></dt> +<dt><i>e</i> (QCloseEvent)</dt> <dd> -close event (QCloseEvent) +close event </dd> </dl> <a NAME="GitDiffDialog.on_buttonBox_clicked" ID="GitDiffDialog.on_buttonBox_clicked"></a> @@ -167,9 +173,9 @@ </p> <dl> -<dt><i>button</i></dt> +<dt><i>button</i> (QAbstractButton)</dt> <dd> -button that was clicked (QAbstractButton) +button that was clicked </dd> </dl> <a NAME="GitDiffDialog.on_filesCombo_activated" ID="GitDiffDialog.on_filesCombo_activated"></a> @@ -181,9 +187,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -activated row (integer) +activated row </dd> </dl> <a NAME="GitDiffDialog.on_refreshButton_clicked" ID="GitDiffDialog.on_refreshButton_clicked"></a> @@ -213,16 +219,15 @@ </p> <dl> -<dt><i>fn</i></dt> +<dt><i>fn</i> (str)</dt> <dd> -filename to be diffed (string) +filename to be diffed </dd> -<dt><i>versions</i></dt> +<dt><i>versions</i> (list of up to 2 str or None)</dt> <dd> -list of versions to be diffed (list of up to 2 strings - or None) +list of versions to be diffed </dd> -<dt><i>diffMode</i></dt> +<dt><i>diffMode</i> (str)</dt> <dd> indication for the type of diff to be performed ( 'work2repo' compares the working tree with the HEAD commit, @@ -232,13 +237,13 @@ and the staging area with the HEAD commit, 'stash' shows the diff for a stash) </dd> -<dt><i>stashName</i></dt> +<dt><i>stashName</i> (str)</dt> <dd> -name of the stash to show a diff for (string) +name of the stash to show a diff for </dd> -<dt><i>refreshable</i></dt> +<dt><i>refreshable</i> (bool)</dt> <dd> -flag indicating a refreshable diff (boolean) +flag indicating a refreshable diff </dd> </dl> <dl>