--- a/src/eric7/Documentation/Source/eric7.Preferences.ToolConfigurationDialog.html Wed Dec 20 11:06:38 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.Preferences.ToolConfigurationDialog.html Wed Dec 20 14:58:58 2023 +0100 @@ -146,13 +146,13 @@ </p> <dl> -<dt><i>toollist</i></dt> +<dt><i>toollist</i> (list)</dt> <dd> list of configured tools </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QWidget)</dt> <dd> -parent widget (QWidget) +parent widget </dd> </dl> <a NAME="ToolConfigurationDialog.__findModeIndex" ID="ToolConfigurationDialog.__findModeIndex"></a> @@ -164,15 +164,21 @@ </p> <dl> -<dt><i>shortName</i></dt> +<dt><i>shortName</i> (str)</dt> <dd> -short name of the mode (string) +short name of the mode </dd> </dl> <dl> <dt>Return:</dt> <dd> -index of the mode (integer) +index of the mode +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +int </dd> </dl> <a NAME="ToolConfigurationDialog.__swap" ID="ToolConfigurationDialog.__swap"></a> @@ -184,13 +190,13 @@ </p> <dl> -<dt><i>itm1</i></dt> +<dt><i>itm1</i> (int)</dt> <dd> -index of first entry (int) +index of first entry </dd> -<dt><i>itm2</i></dt> +<dt><i>itm2</i> (int)</dt> <dd> -index of second entry (int) +index of second entry </dd> </dl> <a NAME="ToolConfigurationDialog.__toolEntryChanged" ID="ToolConfigurationDialog.__toolEntryChanged"></a> @@ -214,6 +220,12 @@ the executables arguments and a redirection flag </dd> </dl> +<dl> +<dt>Return Type:</dt> +<dd> +list of [tuple of (str, str, list of str, bool)] +</dd> +</dl> <a NAME="ToolConfigurationDialog.on_addButton_clicked" ID="ToolConfigurationDialog.on_addButton_clicked"></a> <h4>ToolConfigurationDialog.on_addButton_clicked</h4> <b>on_addButton_clicked</b>(<i></i>) @@ -230,9 +242,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -the new text (string) (ignored) +the new text (ignored) </dd> </dl> <a NAME="ToolConfigurationDialog.on_changeButton_clicked" ID="ToolConfigurationDialog.on_changeButton_clicked"></a> @@ -279,9 +291,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -the new text (string) (ignored) +the new text (ignored) </dd> </dl> <a NAME="ToolConfigurationDialog.on_iconPicker_textChanged" ID="ToolConfigurationDialog.on_iconPicker_textChanged"></a> @@ -293,9 +305,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -the new text (string) (ignored) +the new text (ignored) </dd> </dl> <a NAME="ToolConfigurationDialog.on_menuEdit_textChanged" ID="ToolConfigurationDialog.on_menuEdit_textChanged"></a> @@ -307,9 +319,9 @@ </p> <dl> -<dt><i>text</i></dt> +<dt><i>text</i> (str)</dt> <dd> -the new text (string) (ignored) +the new text (ignored) </dd> </dl> <a NAME="ToolConfigurationDialog.on_newButton_clicked" ID="ToolConfigurationDialog.on_newButton_clicked"></a> @@ -328,9 +340,9 @@ </p> <dl> -<dt><i>index</i></dt> +<dt><i>index</i> (int)</dt> <dd> -the selected mode index (integer) (ignored) +the selected mode index (ignored) </dd> </dl> <a NAME="ToolConfigurationDialog.on_separatorButton_clicked" ID="ToolConfigurationDialog.on_separatorButton_clicked"></a> @@ -349,9 +361,9 @@ </p> <dl> -<dt><i>row</i></dt> +<dt><i>row</i> (int)</dt> <dd> -the row of the selected entry (integer) +the row of the selected entry </dd> </dl> <a NAME="ToolConfigurationDialog.on_upButton_clicked" ID="ToolConfigurationDialog.on_upButton_clicked"></a>