--- a/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterBase.html Wed Dec 20 19:28:22 2023 +0100 +++ b/src/eric7/Documentation/Source/eric7.QScintilla.Exporters.ExporterBase.html Thu Dec 21 12:03:40 2023 +0100 @@ -82,13 +82,13 @@ </p> <dl> -<dt><i>editor</i></dt> +<dt><i>editor</i> (QScintilla.Editor.Editor)</dt> <dd> -reference to the editor object (QScintilla.Editor.Editor) +reference to the editor object </dd> -<dt><i>parent</i></dt> +<dt><i>parent</i> (QObject)</dt> <dd> -parent object of the exporter (QObject) +parent object of the exporter </dd> </dl> <a NAME="ExporterBase._getFileName" ID="ExporterBase._getFileName"></a> @@ -100,16 +100,22 @@ </p> <dl> -<dt><i>fileFilter</i></dt> +<dt><i>fileFilter</i> (str)</dt> <dd> -the filter string to be used (string). The filter for - "All Files (*)" is appended by this method. +filter string to be used. The filter for "All Files (*)" + is appended by this method. </dd> </dl> <dl> <dt>Return:</dt> <dd> -file name entered by the user (string) +file name entered by the user +</dd> +</dl> +<dl> +<dt>Return Type:</dt> +<dd> +str </dd> </dl> <a NAME="ExporterBase.exportSource" ID="ExporterBase.exportSource"></a>