Sat, 16 Jan 2021 16:51:23 +0100
Updated source docu.
--- a/eric6/Documentation/Help/source.qhp Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Help/source.qhp Sat Jan 16 16:51:23 2021 +0100 @@ -3711,6 +3711,7 @@ <keyword name="DocStyleChecker.__checkEricReturn" id="DocStyleChecker.__checkEricReturn" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkEricReturn" /> <keyword name="DocStyleChecker.__checkEricSignal" id="DocStyleChecker.__checkEricSignal" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkEricSignal" /> <keyword name="DocStyleChecker.__checkEricSummary" id="DocStyleChecker.__checkEricSummary" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkEricSummary" /> + <keyword name="DocStyleChecker.__checkEricYield" id="DocStyleChecker.__checkEricYield" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkEricYield" /> <keyword name="DocStyleChecker.__checkFunctionDocstring" id="DocStyleChecker.__checkFunctionDocstring" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkFunctionDocstring" /> <keyword name="DocStyleChecker.__checkImperativeMood" id="DocStyleChecker.__checkImperativeMood" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkImperativeMood" /> <keyword name="DocStyleChecker.__checkIndent" id="DocStyleChecker.__checkIndent" ref="eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html#DocStyleChecker.__checkIndent" />
--- a/eric6/Documentation/Source/compileUiFiles.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/compileUiFiles.html Sat Jan 16 16:51:23 2021 +0100 @@ -74,7 +74,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of directory name (string) and source file name (string) </dd>
--- a/eric6/Documentation/Source/create_windows_links.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/create_windows_links.html Sat Jan 16 16:51:23 2021 +0100 @@ -110,7 +110,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested registry variable </dd> @@ -149,7 +149,7 @@ Function to generate data for the Windows Desktop links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the desktop link name, the link target and the icon target @@ -172,7 +172,7 @@ Function to generate the link names for the Windows Desktop. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of desktop link names </dd> @@ -194,7 +194,7 @@ Function to generate the name of the Start Menu top entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the Start Menu top entry </dd>
--- a/eric6/Documentation/Source/eric6.CondaInterface.Conda.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.CondaInterface.Conda.html Sat Jan 16 16:51:23 2021 +0100 @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating success, the directory of the created environment (aka. prefix) and the corresponding Python @@ -218,7 +218,7 @@ Public method to get a list of all Conda environments. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the environment name and prefix </dd> @@ -237,7 +237,7 @@ Public method to get a dictionary containing information about conda. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing information about conda </dd> @@ -268,7 +268,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of installed packages. Each entry is a tuple containing the package name, version and build. @@ -308,7 +308,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of installed packages. Each entry is a tuple containing the package name, version and build. @@ -351,7 +351,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -389,7 +389,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -427,7 +427,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating success and the output of the process @@ -474,7 +474,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success and a dictionary with package name as key and list of dictionaries containing detailed data for the found @@ -519,7 +519,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -557,7 +557,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -584,7 +584,7 @@ Public method to update conda itself. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -618,7 +618,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.CondaInterface.CondaExecDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.CondaInterface.CondaExecDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -228,7 +228,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -247,7 +247,7 @@ Public method to the result of the command execution. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating success and the result data. </dd>
--- a/eric6/Documentation/Source/eric6.CondaInterface.CondaNewEnvironmentDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.CondaInterface.CondaNewEnvironmentDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the logical name of the new environment, the conda name and the requirements file name
--- a/eric6/Documentation/Source/eric6.CondaInterface.CondaPackagesWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.CondaInterface.CondaPackagesWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -259,7 +259,7 @@ Private method to get a list of all items that can be updated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items that can be updated </dd> @@ -363,7 +363,7 @@ Private method to get a list of selected items that can be updated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected items that can be updated </dd>
--- a/eric6/Documentation/Source/eric6.CondaInterface.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.CondaInterface.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -88,7 +88,7 @@ Module function to get the conda version. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the conda version </dd> @@ -110,7 +110,7 @@ Module function to get the conda version as a string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> conda version as a string </dd> @@ -132,7 +132,7 @@ Module function to check the availability of conda. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating conda availability </dd> @@ -164,7 +164,7 @@ Module function to get the root prefix. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> root prefix </dd> @@ -186,7 +186,7 @@ Module function to get the path of the user configuration file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the user configuration file </dd>
--- a/eric6/Documentation/Source/eric6.Cooperation.ChatWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Cooperation.ChatWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -362,7 +362,7 @@ Private method to determine the connection parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with hostname and port (string, integer) </dd> @@ -533,7 +533,7 @@ Public method to get a reference to the cooperation client. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the cooperation client (CooperationClient) </dd>
--- a/eric6/Documentation/Source/eric6.Cooperation.Connection.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Cooperation.Connection.html Sat Jan 16 16:51:23 2021 +0100 @@ -206,7 +206,7 @@ Private method to get the data length for the current data type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> data length (integer) </dd> @@ -226,7 +226,7 @@ Private method to check, if enough data is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of enough data (boolean) </dd> @@ -260,7 +260,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> size of data read (integer) </dd> @@ -273,7 +273,7 @@ Private method to read the protocol header. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful read (boolean) </dd> @@ -300,7 +300,7 @@ Public method to get the connection name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> connection name (string) </dd> @@ -350,7 +350,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful send (boolean) </dd> @@ -378,7 +378,7 @@ Public method to get the server port. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> server port (integer) </dd>
--- a/eric6/Documentation/Source/eric6.Cooperation.CooperationClient.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Cooperation.CooperationClient.html Sat Jan 16 16:51:23 2021 +0100 @@ -282,7 +282,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to the connection objects (list of Connection) @@ -382,7 +382,7 @@ Public method to get a reference to the chat widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the chat widget (ChatWidget) </dd> @@ -428,7 +428,7 @@ server error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> human readable error message about the last server error (string) @@ -453,7 +453,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an existing connection (boolean) </dd> @@ -466,7 +466,7 @@ Public method to check, if there are any connections established. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of connections (boolean) </dd> @@ -479,7 +479,7 @@ Public method to check, if the client is listening for connections. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the listening state (boolean) </dd> @@ -506,7 +506,7 @@ Public method to get the nick name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> nick name (string) </dd> @@ -578,7 +578,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving a flag indicating success (boolean) and the port the server listens on
--- a/eric6/Documentation/Source/eric6.Cooperation.CooperationServer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Cooperation.CooperationServer.html Sat Jan 16 16:51:23 2021 +0100 @@ -148,7 +148,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving a flag indicating success (boolean) and the port the server listens on
--- a/eric6/Documentation/Source/eric6.DataViews.CodeMetrics.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DataViews.CodeMetrics.html Sat Jan 16 16:51:23 2021 +0100 @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the value of the requested counter (int) </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a statistics object with the collected code statistics (SourceStat) </dd> @@ -411,7 +411,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the value added to the overall statistics </dd>
--- a/eric6/Documentation/Source/eric6.DataViews.CodeMetricsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DataViews.CodeMetricsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated item </dd> @@ -218,7 +218,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of values suitable for display (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.DataViews.PyCoverageDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DataViews.PyCoverageDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the list </dd>
--- a/eric6/Documentation/Source/eric6.DataViews.PyProfileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DataViews.PyProfileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -103,7 +103,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> comparison value for the first column (integer) </dd> @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.AsyncFile.html Sat Jan 16 16:51:23 2021 +0100 @@ -237,7 +237,7 @@ Public method returning the file number. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file number </dd> @@ -263,7 +263,7 @@ Public method to indicate whether a tty interface is supported. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always false </dd> @@ -282,7 +282,7 @@ Public method that returns the number of strings waiting to be written. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the number of strings to be written </dd> @@ -308,7 +308,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the bytes read </dd> @@ -327,7 +327,7 @@ Public method to read a length prefixed command string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> command string </dd> @@ -353,7 +353,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the bytes read </dd> @@ -372,7 +372,7 @@ Public method to check, if the stream is readable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a readable stream </dd> @@ -398,7 +398,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> one line read </dd> @@ -428,7 +428,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> one line of text up to size bytes </dd> @@ -454,7 +454,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines read </dd> @@ -499,7 +499,7 @@ Public method to check, if the stream is seekable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a seekable stream </dd> @@ -555,7 +555,7 @@ Public method to check, if a stream is writable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a writable stream </dd> @@ -626,7 +626,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Flag indicating if there is data waiting </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.BreakpointWatch.html Sat Jan 16 16:51:23 2021 +0100 @@ -226,7 +226,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of Breakpoint and a flag to indicate, that a temporary breakpoint may be deleted @@ -261,7 +261,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Breakpoint or None, if there is no bp </dd> @@ -423,7 +423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of watch expression and a flag to indicate, that a temporary watch expression may be deleted @@ -450,7 +450,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the watch point </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -272,7 +272,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Flag indicating a function / method with breakpoint </dd> @@ -298,7 +298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the disassembly information </dd> @@ -364,7 +364,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> exception name (string) </dd> @@ -384,7 +384,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> SystemExit code and message </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of stack frames </dd> @@ -456,7 +456,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the debugger should skip this frame </dd> @@ -536,7 +536,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the break status </dd> @@ -574,7 +574,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fixed up file name </dd> @@ -593,7 +593,7 @@ Public method to return the current frame. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the current frame </dd> @@ -621,7 +621,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> locals dictionary of the frame </dd> @@ -645,7 +645,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lists with file name (string), line number (integer) and function name (string) @@ -767,7 +767,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> exit code of the program </dd> @@ -930,7 +930,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the debugger should stop here </dd> @@ -999,7 +999,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> local trace function </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugClientBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -324,7 +324,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the test case ID, a short description and the path of the test file name @@ -344,7 +344,7 @@ Private method to determine the clients capabilities. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> client capabilities (integer) </dd> @@ -372,7 +372,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> compiled code object (None in case of errors) </dd> @@ -396,7 +396,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> compiled code object (None in case of errors) </dd> @@ -478,7 +478,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the variable text without indicators and the indicator string @@ -509,7 +509,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A tuple consisting of a list of formatted variables. Each variable entry is a tuple of three elements, the variable name, @@ -551,7 +551,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A tuple consisting of a list of formatted variables. Each variable entry is a tuple of three elements, the variable name, @@ -621,7 +621,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path list for use as sys.path (list of strings) </dd> @@ -655,7 +655,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> IP address (string) </dd> @@ -733,7 +733,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the converted filename (string) </dd> @@ -818,7 +818,7 @@ Public method to return the current coding. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> codec name (string) </dd> @@ -831,7 +831,7 @@ Public method to return the main script we are currently running. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a running debug session (boolean) </dd> @@ -869,7 +869,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entered string </dd> @@ -918,7 +918,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an error condition </dd> @@ -952,7 +952,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result of the function call </dd> @@ -1184,7 +1184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating eligibility </dd> @@ -1303,7 +1303,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> exit code of the debugged program </dd> @@ -1366,7 +1366,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result of the input() call </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -110,7 +110,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of four things, where 'args' and 'kwonlyargs' are lists of argument names, and 'varargs' and 'varkw' are the names of the @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted call signature </dd> @@ -201,7 +201,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of four things, where 'args' is a list of the argument names, 'varargs' and 'varkw' are the names of the * and ** arguments or None @@ -233,7 +233,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an executable program </dd> @@ -263,7 +263,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python interpreter or program </dd> @@ -285,7 +285,7 @@ Function to check, if this is a Windows platform. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Windows platform </dd> @@ -318,7 +318,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> patched argument string </dd> @@ -356,7 +356,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified argument list </dd> @@ -390,7 +390,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared JSON command or response string </dd> @@ -419,7 +419,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of quoted arguments </dd> @@ -448,7 +448,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of unquoted strings </dd> @@ -477,7 +477,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an existing and valid shebang line </dd> @@ -506,7 +506,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of command arguments </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.DebugVariables.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.DebugVariables.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,15 +138,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <a NAME="ArrayResolver.resolve" ID="ArrayResolver.resolve"></a> @@ -168,7 +169,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -234,7 +235,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the variable attributes </dd> @@ -264,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -326,15 +327,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <div align="right"><a href="#top">Up</a></div> @@ -396,15 +398,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <a NAME="DictResolver.keyToStr" ID="DictResolver.keyToStr"></a> @@ -422,7 +425,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the given key </dd> @@ -452,7 +455,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -518,7 +521,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the variable attributes </dd> @@ -548,7 +551,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -614,15 +617,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <a NAME="ListResolver.resolve" ID="ListResolver.resolve"></a> @@ -644,7 +648,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -710,15 +714,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <a NAME="MultiValueDictResolver.resolve" ID="MultiValueDictResolver.resolve"></a> @@ -740,7 +745,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -810,7 +815,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a numeric array </dd> @@ -836,15 +841,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <a NAME="NdArrayResolver.resolve" ID="NdArrayResolver.resolve"></a> @@ -866,7 +872,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -932,15 +938,16 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -dictionary containing the variable attributes +tuple containing the batch start index and a dictionary + containing the variable attributes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -dict +tuple of (int, dict) </dd> </dl> <a NAME="SetResolver.resolve" ID="SetResolver.resolve"></a> @@ -962,7 +969,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the attribute </dd> @@ -1001,7 +1008,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the type name, type string and resolver </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.FlexCompleter.html Sat Jan 16 16:51:23 2021 +0100 @@ -207,7 +207,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ammended word (string) </dd> @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A list of all matches. </dd> @@ -265,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The possible completions as a list of strings. </dd> @@ -285,7 +285,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A list of all keywords, built-in functions and names currently defined in self.namespace that match. @@ -309,7 +309,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A list of all names defined in the class. </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.ModuleLoader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.ModuleLoader.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the loaded module </dd> @@ -150,7 +150,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> created and patched module </dd> @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module spec object pointing to the module loader </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.MultiProcessDebugExtension.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.MultiProcessDebugExtension.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ Function to determine, if the multiprocessing patches should be done. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating patching should be performed </dd> @@ -173,7 +173,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -210,7 +210,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -245,7 +245,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -280,7 +280,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -314,7 +314,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -349,7 +349,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -386,7 +386,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -421,7 +421,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -456,7 +456,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd> @@ -491,7 +491,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function replacing the original one </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.MultiprocessingExtension.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.MultiprocessingExtension.html Sat Jan 16 16:51:23 2021 +0100 @@ -103,7 +103,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> exit code of the process </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.PyProfile.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.PyProfile.html Sat Jan 16 16:51:23 2021 +0100 @@ -186,7 +186,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fixed up file name (string) </dd> @@ -221,7 +221,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful handling (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.QProcessExtension.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.QProcessExtension.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start </dd> @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start </dd> @@ -224,7 +224,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.ThreadExtension.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.ThreadExtension.html Sat Jan 16 16:51:23 2021 +0100 @@ -356,7 +356,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> identifier of the created thread </dd> @@ -383,7 +383,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the frame which is excecuted (without debugger frames) </dd> @@ -409,7 +409,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful locking </dd> @@ -435,7 +435,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the module was processed </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.eric6dbgstub.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.eric6dbgstub.html Sat Jan 16 16:51:23 2021 +0100 @@ -73,7 +73,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -107,7 +107,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the function result </dd>
--- a/eric6/Documentation/Source/eric6.DebugClients.Python.getpass.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DebugClients.Python.getpass.html Sat Jan 16 16:51:23 2021 +0100 @@ -73,7 +73,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Password entered by the user </dd> @@ -99,7 +99,7 @@ database. This works on Windows as long as USERNAME is set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> username </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.BreakPointModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.BreakPointModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -212,7 +212,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> column count </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested data </dd> @@ -303,7 +303,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item flags for the given index </dd> @@ -329,7 +329,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> breakpoint (list of six values (filename, line number, condition, temporary flag, enabled flag, ignore count)) @@ -361,7 +361,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index </dd> @@ -387,7 +387,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of child items </dd> @@ -421,7 +421,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -455,7 +455,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested index </dd> @@ -481,7 +481,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a temporary breakpoint </dd> @@ -507,7 +507,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of parent </dd> @@ -533,7 +533,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> row count </dd> @@ -612,7 +612,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.BreakPointViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.BreakPointViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -377,7 +377,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped index </dd> @@ -396,7 +396,7 @@ Private method to get the count of items selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> count of items selected </dd> @@ -522,7 +522,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped index </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.CallTraceViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.CallTraceViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -263,7 +263,7 @@ Public method to get the state of the call trace function. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the state of the call trace function </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.DebugServer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugServer.html Sat Jan 16 16:51:23 2021 +0100 @@ -1001,7 +1001,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> associated language </dd> @@ -1028,7 +1028,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of network interface name and index </dd> @@ -1058,7 +1058,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> condition string </dd> @@ -1288,7 +1288,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of local expression (string) and special condition </dd> @@ -1515,7 +1515,7 @@ Public slot to get a reference to the breakpoint model object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the breakpoint model object </dd> @@ -1541,7 +1541,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> debug client capabilities </dd> @@ -1560,7 +1560,7 @@ Public method to get the interpreter of the debug client. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interpreter of the debug client </dd> @@ -1579,7 +1579,7 @@ Public method to get the currently running debug client type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> debug client type </dd> @@ -1598,7 +1598,7 @@ Public method to return the IDs of the connected debugger backends. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of connected debugger backend IDs </dd> @@ -1624,7 +1624,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of extensions associated with the language </dd> @@ -1651,7 +1651,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> IP address or hostname </dd> @@ -1678,7 +1678,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported languages </dd> @@ -1697,7 +1697,7 @@ Public slot to get a reference to the watch expression model object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the watch expression model object </dd> @@ -1730,7 +1730,7 @@ Public method to check, if the debug client process is up. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a running debug client process </dd> @@ -1749,7 +1749,7 @@ Public method to test, if the debug server is connected to a backend. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a connection </dd> @@ -1768,7 +1768,7 @@ Public method to test, if the debug server is debugging. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the debugging state </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugUI.html Sat Jan 16 16:51:23 2021 +0100 @@ -1298,7 +1298,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -1311,7 +1311,7 @@ Public method to get the currently selected debugger ID. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected debugger ID </dd> @@ -1337,7 +1337,7 @@ Public slot to initialize the project menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -1358,7 +1358,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated toolbars (list of QToolBar) </dd> @@ -1597,7 +1597,7 @@ This is needed to cleanly close the sockets on Win OS. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always true </dd> @@ -1617,7 +1617,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filters list </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.DebugViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebugViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -564,7 +564,7 @@ Public method to get a reference to the current widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current widget </dd> @@ -583,7 +583,7 @@ Public method to get the currently selected debugger ID. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected debugger ID </dd> @@ -602,7 +602,7 @@ Public method to get the currently selected debugger's state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected debugger's state (broken, exception, running) </dd> @@ -685,7 +685,7 @@ Public method to get the state of the call trace function. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the state of the call trace function </dd> @@ -704,7 +704,7 @@ Public method to test, if only one debugger is connected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that only one debugger is connected </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfaceNone.html Sat Jan 16 16:51:23 2021 +0100 @@ -285,7 +285,7 @@ Public method to retrieve the debug clients capabilities. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> debug client capabilities </dd> @@ -304,7 +304,7 @@ Public method to return the IDs of the connected debugger backends. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of connected debugger backend IDs </dd> @@ -323,7 +323,7 @@ Public method to test, if a debug client has connected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the connection status </dd> @@ -349,7 +349,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1176,7 +1176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> client process object, a flag to indicate a network connection and the name of the interpreter in case of a local execution @@ -1220,7 +1220,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> client process object, a flag to indicate a network connection and the name of the interpreter in case of a local execution @@ -1257,7 +1257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> instantiated debugger interface </dd> @@ -1279,7 +1279,7 @@ Module function to get characterizing data for the debugger interface. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the client type, the client capabilities, the client file type associations and a reference to the creation
--- a/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.DebuggerInterfacePython.html Sat Jan 16 16:51:23 2021 +0100 @@ -388,7 +388,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translated filename </dd> @@ -433,7 +433,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translated filename </dd> @@ -526,7 +526,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the process object </dd> @@ -563,7 +563,7 @@ Public method to retrieve the debug clients capabilities. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> debug client capabilities </dd> @@ -582,7 +582,7 @@ Public method to return the IDs of the connected debugger backends. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of connected debugger backend IDs </dd> @@ -601,7 +601,7 @@ Public method to test, if a debug client has connected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the connection status </dd> @@ -627,7 +627,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1454,7 +1454,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> client process object, a flag to indicate a network connection and the name of the interpreter in case of a local execution @@ -1498,7 +1498,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> client process object, a flag to indicate a network connection and the name of the interpreter in case of a local execution @@ -1535,7 +1535,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> instantiated debugger interface </dd> @@ -1558,7 +1558,7 @@ interfaces. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the client type, the client capabilities, the client file type associations and a reference to the creation
--- a/eric6/Documentation/Source/eric6.Debugger.EditBreakpointDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.EditBreakpointDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ Public method to retrieve the entered data for an add. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple containing the new breakpoints properties (filename, lineno, condition, temporary flag, enabled flag, @@ -159,7 +159,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple containing the breakpoints new properties (condition, temporary flag, enabled flag, ignore count)
--- a/eric6/Documentation/Source/eric6.Debugger.EditWatchpointDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.EditWatchpointDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,7 +138,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple containing the watch expressions new properties (expression, temporary flag, enabled flag, ignore count,
--- a/eric6/Documentation/Source/eric6.Debugger.ExceptionsFilterDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.ExceptionsFilterDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -133,7 +133,7 @@ Public method to retrieve the list of exception types. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of exception types (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.StartDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.StartDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -230,7 +230,7 @@ Public method to test, if histories shall be cleared. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating histories shall be cleared </dd> @@ -250,7 +250,7 @@ dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating erasure of coverage info </dd> @@ -269,7 +269,7 @@ Public method to retrieve the data entered into this dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of interpreter, argv, workdir, environment, exceptions flag, clear interpreter flag and run in console flag @@ -290,7 +290,7 @@ dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of a flag indicating, if the Python library should be traced as well, a flag indicating, that the debugger should not @@ -313,7 +313,7 @@ Public method to get the lists of histories. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the histories of command line arguments, working directories, environment settings and no debug programs @@ -335,7 +335,7 @@ dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating erasure of profiling info </dd> @@ -354,7 +354,7 @@ Public method to test for modified histories. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating modified histories </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.StartHistoryEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.StartHistoryEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to get the new list of history entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of history entries </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.VariablesFilterDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public slot to retrieve the current selections. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of lists containing the variable filters. The first list is the locals variables filter, the second the globals variables
--- a/eric6/Documentation/Source/eric6.Debugger.VariablesViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.VariablesViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -194,7 +194,7 @@ Public property to get the total number of children. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> total number of children </dd> @@ -355,7 +355,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of names denoting the path from the root </dd> @@ -404,7 +404,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next item index to request data from debugger </dd> @@ -430,7 +430,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the found variable or None if it doesn't exist </dd> @@ -470,7 +470,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns </dd> @@ -500,7 +500,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> role data of item </dd> @@ -526,7 +526,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item flags </dd> @@ -566,7 +566,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating parent has children </dd> @@ -600,7 +600,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header name </dd> @@ -634,7 +634,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new model index for child </dd> @@ -660,7 +660,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new model index for parent </dd> @@ -704,7 +704,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows </dd> @@ -838,7 +838,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag if parent has children </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.WatchPointModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.WatchPointModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -205,7 +205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> column count (integer) </dd> @@ -229,7 +229,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested data </dd> @@ -285,7 +285,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item flags for the given index (Qt.ItemFlags) </dd> @@ -305,7 +305,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> watch expression (list of six values (expression, special condition, temporary flag, enabled flag, ignore count, @@ -332,7 +332,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index (QModelIndex) </dd> @@ -352,7 +352,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of child items (boolean) </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -408,7 +408,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested index (QModelIndex) </dd> @@ -428,7 +428,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of parent (QModelIndex) </dd> @@ -448,7 +448,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> row count (integer) </dd>
--- a/eric6/Documentation/Source/eric6.Debugger.WatchPointViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Debugger.WatchPointViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -370,7 +370,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a duplicate entry (boolean) </dd> @@ -390,7 +390,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped index (QModelIndex) </dd> @@ -403,7 +403,7 @@ Private method to get the count of items selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> count of items selected (integer) </dd> @@ -503,7 +503,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped index (QModelIndex) </dd>
--- a/eric6/Documentation/Source/eric6.DocumentationTools.APIGenerator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DocumentationTools.APIGenerator.html Sat Jan 16 16:51:23 2021 +0100 @@ -190,7 +190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that object is considered private (boolean) </dd> @@ -220,7 +220,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> API information (list of strings) </dd> @@ -241,7 +241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> base classes information (dictionary of list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.DocumentationTools.IndexGenerator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DocumentationTools.IndexGenerator.html Sat Jan 16 16:51:23 2021 +0100 @@ -139,7 +139,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The name of the generated index file. </dd>
--- a/eric6/Documentation/Source/eric6.DocumentationTools.ModuleDocumentor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DocumentationTools.ModuleDocumentor.html Sat Jan 16 16:51:23 2021 +0100 @@ -239,7 +239,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the deprecation status (boolean) </dd> @@ -262,7 +262,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted entry (string) </dd> @@ -282,9 +282,9 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> -The formated contents of the documentation string. (string) +The formatted contents of the documentation string. (string) </dd> </dl> <dl> @@ -304,7 +304,7 @@ module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The classes list section. (string) </dd> @@ -318,7 +318,7 @@ classes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The classes details section. (string) </dd> @@ -343,7 +343,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The list section. (string) </dd> @@ -357,7 +357,7 @@ module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The functions list section. (string) </dd> @@ -371,7 +371,7 @@ functions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The functions details section. (string) </dd> @@ -392,7 +392,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The globals list section. (string) </dd> @@ -421,7 +421,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list section (string) </dd> @@ -449,7 +449,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> method list and method details section (tuple of two string) </dd> @@ -487,7 +487,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> methods list section (string) </dd> @@ -500,7 +500,7 @@ Private method to generate the body of the document. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The body of the document. (string) </dd> @@ -525,7 +525,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Ready formatted paragraphs. (string) </dd> @@ -546,7 +546,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted list section (string) </dd> @@ -576,7 +576,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The list section. (string) </dd> @@ -600,7 +600,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The classes list and classes details section. (tuple of two string) @@ -615,7 +615,7 @@ (Ruby only). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The modules list section. (string) </dd> @@ -629,7 +629,7 @@ Ruby modules. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The Ruby modules details section. (string) </dd> @@ -654,7 +654,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The list section. (string) </dd> @@ -678,7 +678,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The short description. (string) </dd> @@ -698,7 +698,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed line with inline tags expanded (string) </dd> @@ -718,7 +718,7 @@ Public method used to get the description of the module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The description of the module. (string) </dd> @@ -731,7 +731,7 @@ Public method to generate the source code documentation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The source code documentation. (string) </dd> @@ -744,7 +744,7 @@ Public method to retrieve the parts for the QtHelp keywords section. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the name (string) and the ref (string). The ref is without the filename part. @@ -759,7 +759,7 @@ functions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Flag indicating an empty module (i.e. __init__.py without any contents) @@ -773,7 +773,7 @@ Public method used to get the module name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The name of the module. (string) </dd> @@ -790,7 +790,7 @@ description. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> The short description of the module. (string) </dd>
--- a/eric6/Documentation/Source/eric6.DocumentationTools.QtHelpGenerator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DocumentationTools.QtHelpGenerator.html Sat Jan 16 16:51:23 2021 +0100 @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted text (string) </dd> @@ -184,7 +184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sections part (string) </dd>
--- a/eric6/Documentation/Source/eric6.DocumentationTools.TemplatesListsStyle.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DocumentationTools.TemplatesListsStyle.html Sat Jan 16 16:51:23 2021 +0100 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>authorInfoTemplate</td></tr><tr><td>classTemplate</td></tr><tr><td>constructorTemplate</td></tr><tr><td>deprecatedTemplate</td></tr><tr><td>eventsListEntryTemplate</td></tr><tr><td>eventsListTemplate</td></tr><tr><td>exceptionsListEntryTemplate</td></tr><tr><td>exceptionsListTemplate</td></tr><tr><td>footerTemplate</td></tr><tr><td>functionTemplate</td></tr><tr><td>headerTemplate</td></tr><tr><td>indexBodyTemplate</td></tr><tr><td>indexListEntryTemplate</td></tr><tr><td>indexListModulesTemplate</td></tr><tr><td>indexListPackagesTemplate</td></tr><tr><td>listEntryDeprecatedTemplate</td></tr><tr><td>listEntryNoneTemplate</td></tr><tr><td>listEntrySimpleTemplate</td></tr><tr><td>listEntryTemplate</td></tr><tr><td>listTemplate</td></tr><tr><td>methodTemplate</td></tr><tr><td>moduleTemplate</td></tr><tr><td>paragraphTemplate</td></tr><tr><td>parameterTypesListEntryTemplate</td></tr><tr><td>parametersListEntryTemplate</td></tr><tr><td>parametersListTemplate</td></tr><tr><td>rbFileTemplate</td></tr><tr><td>rbModuleTemplate</td></tr><tr><td>rbModulesClassTemplate</td></tr><tr><td>returnTypesTemplate</td></tr><tr><td>returnsTemplate</td></tr><tr><td>seeLinkTemplate</td></tr><tr><td>seeListEntryTemplate</td></tr><tr><td>seeListTemplate</td></tr><tr><td>signalsListEntryTemplate</td></tr><tr><td>signalsListTemplate</td></tr><tr><td>sinceInfoTemplate</td></tr> +<tr><td>authorInfoTemplate</td></tr><tr><td>classTemplate</td></tr><tr><td>constructorTemplate</td></tr><tr><td>deprecatedTemplate</td></tr><tr><td>eventsListEntryTemplate</td></tr><tr><td>eventsListTemplate</td></tr><tr><td>exceptionsListEntryTemplate</td></tr><tr><td>exceptionsListTemplate</td></tr><tr><td>footerTemplate</td></tr><tr><td>functionTemplate</td></tr><tr><td>headerTemplate</td></tr><tr><td>indexBodyTemplate</td></tr><tr><td>indexListEntryTemplate</td></tr><tr><td>indexListModulesTemplate</td></tr><tr><td>indexListPackagesTemplate</td></tr><tr><td>listEntryDeprecatedTemplate</td></tr><tr><td>listEntryNoneTemplate</td></tr><tr><td>listEntrySimpleTemplate</td></tr><tr><td>listEntryTemplate</td></tr><tr><td>listTemplate</td></tr><tr><td>methodTemplate</td></tr><tr><td>moduleTemplate</td></tr><tr><td>paragraphTemplate</td></tr><tr><td>parameterTypesListEntryTemplate</td></tr><tr><td>parametersListEntryTemplate</td></tr><tr><td>parametersListTemplate</td></tr><tr><td>rbFileTemplate</td></tr><tr><td>rbModuleTemplate</td></tr><tr><td>rbModulesClassTemplate</td></tr><tr><td>returnTypesTemplate</td></tr><tr><td>returnsTemplate</td></tr><tr><td>seeLinkTemplate</td></tr><tr><td>seeListEntryTemplate</td></tr><tr><td>seeListTemplate</td></tr><tr><td>signalsListEntryTemplate</td></tr><tr><td>signalsListTemplate</td></tr><tr><td>sinceInfoTemplate</td></tr><tr><td>yieldTypesTemplate</td></tr><tr><td>yieldsTemplate</td></tr> </table> <h3>Classes</h3>
--- a/eric6/Documentation/Source/eric6.DocumentationTools.TemplatesListsStyleCSS.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.DocumentationTools.TemplatesListsStyleCSS.html Sat Jan 16 16:51:23 2021 +0100 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>authorInfoTemplate</td></tr><tr><td>classTemplate</td></tr><tr><td>constructorTemplate</td></tr><tr><td>deprecatedTemplate</td></tr><tr><td>eventsListEntryTemplate</td></tr><tr><td>eventsListTemplate</td></tr><tr><td>exceptionsListEntryTemplate</td></tr><tr><td>exceptionsListTemplate</td></tr><tr><td>footerTemplate</td></tr><tr><td>functionTemplate</td></tr><tr><td>headerTemplate</td></tr><tr><td>indexBodyTemplate</td></tr><tr><td>indexListEntryTemplate</td></tr><tr><td>indexListModulesTemplate</td></tr><tr><td>indexListPackagesTemplate</td></tr><tr><td>listEntryDeprecatedTemplate</td></tr><tr><td>listEntryNoneTemplate</td></tr><tr><td>listEntrySimpleTemplate</td></tr><tr><td>listEntryTemplate</td></tr><tr><td>listTemplate</td></tr><tr><td>methodTemplate</td></tr><tr><td>moduleTemplate</td></tr><tr><td>paragraphTemplate</td></tr><tr><td>parameterTypesListEntryTemplate</td></tr><tr><td>parametersListEntryTemplate</td></tr><tr><td>parametersListTemplate</td></tr><tr><td>rbFileTemplate</td></tr><tr><td>rbModuleTemplate</td></tr><tr><td>rbModulesClassTemplate</td></tr><tr><td>returnTypesTemplate</td></tr><tr><td>returnsTemplate</td></tr><tr><td>seeLinkTemplate</td></tr><tr><td>seeListEntryTemplate</td></tr><tr><td>seeListTemplate</td></tr><tr><td>signalsListEntryTemplate</td></tr><tr><td>signalsListTemplate</td></tr><tr><td>sinceInfoTemplate</td></tr> +<tr><td>authorInfoTemplate</td></tr><tr><td>classTemplate</td></tr><tr><td>constructorTemplate</td></tr><tr><td>deprecatedTemplate</td></tr><tr><td>eventsListEntryTemplate</td></tr><tr><td>eventsListTemplate</td></tr><tr><td>exceptionsListEntryTemplate</td></tr><tr><td>exceptionsListTemplate</td></tr><tr><td>footerTemplate</td></tr><tr><td>functionTemplate</td></tr><tr><td>headerTemplate</td></tr><tr><td>indexBodyTemplate</td></tr><tr><td>indexListEntryTemplate</td></tr><tr><td>indexListModulesTemplate</td></tr><tr><td>indexListPackagesTemplate</td></tr><tr><td>listEntryDeprecatedTemplate</td></tr><tr><td>listEntryNoneTemplate</td></tr><tr><td>listEntrySimpleTemplate</td></tr><tr><td>listEntryTemplate</td></tr><tr><td>listTemplate</td></tr><tr><td>methodTemplate</td></tr><tr><td>moduleTemplate</td></tr><tr><td>paragraphTemplate</td></tr><tr><td>parameterTypesListEntryTemplate</td></tr><tr><td>parametersListEntryTemplate</td></tr><tr><td>parametersListTemplate</td></tr><tr><td>rbFileTemplate</td></tr><tr><td>rbModuleTemplate</td></tr><tr><td>rbModulesClassTemplate</td></tr><tr><td>returnTypesTemplate</td></tr><tr><td>returnsTemplate</td></tr><tr><td>seeLinkTemplate</td></tr><tr><td>seeListEntryTemplate</td></tr><tr><td>seeListTemplate</td></tr><tr><td>signalsListEntryTemplate</td></tr><tr><td>signalsListTemplate</td></tr><tr><td>sinceInfoTemplate</td></tr><tr><td>yieldTypesTemplate</td></tr><tr><td>yieldsTemplate</td></tr> </table> <h3>Classes</h3>
--- a/eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Graphics.E5ArrowItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ Public method to return the bounding rectangle. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bounding rectangle (QRectF) </dd>
--- a/eric6/Documentation/Source/eric6.E5Graphics.E5GraphicsView.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Graphics.E5GraphicsView.html Sat Jan 16 16:51:23 2021 +0100 @@ -201,7 +201,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> diagram pixmap to receive the diagram (QPixmap) </dd> @@ -221,7 +221,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of zoom factor (integer) </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the minimum rectangle (QRectF) </dd> @@ -262,7 +262,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the minimum size (QSizeF) </dd> @@ -298,7 +298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of interesting collision items (QGraphicsItem) </dd> @@ -311,7 +311,7 @@ Public method to get the configured background color. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> background color </dd> @@ -330,7 +330,7 @@ Public method to get the configured drawing colors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the foreground and background colors </dd> @@ -349,7 +349,7 @@ Public method to get the configured foreground color. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> foreground color </dd> @@ -416,7 +416,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -461,7 +461,7 @@ Public method to get the current zoom factor in percent. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current zoom factor in percent (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5Action.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5Action.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Special method returning a representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd> @@ -139,7 +139,7 @@ Special method returning a string representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd> @@ -256,7 +256,7 @@ Public method to retrieve the alternative keyboard shortcut. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the alternative accelerator (QKeySequence) </dd> @@ -372,7 +372,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created action group (QActionGroup) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5AnimatedLabel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5AnimatedLabel.html Sat Jan 16 16:51:23 2021 +0100 @@ -178,7 +178,7 @@ Public method to get the name of the animation file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path to the file containing the animation data </dd> @@ -197,7 +197,7 @@ Public method to get the interval between the animated frames. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interval in milliseconds between animation frames </dd> @@ -216,7 +216,7 @@ Public method to check, if the animation is active. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an active animation </dd> @@ -235,7 +235,7 @@ Public method to check, if the animation file was loaded. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successfully loaded animation file </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5AnimatedWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5AnimatedWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -171,7 +171,7 @@ Public method to get a reference to the animated widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the animated widget </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5Application.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5Application.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the registered object </dd> @@ -173,7 +173,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the registered plugin object </dd> @@ -206,7 +206,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the plugin object </dd> @@ -233,7 +233,7 @@ registered plugin objects. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of (name, reference) pairs </dd> @@ -321,7 +321,7 @@ background. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the use of a palette with a dark background </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ComboBox.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ComboBox.html Sat Jan 16 16:51:23 2021 +0100 @@ -171,7 +171,7 @@ Public method to get the inactive text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> inactive text (string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5Completers.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5Completers.html Sat Jan 16 16:51:23 2021 +0100 @@ -127,7 +127,7 @@ Public method to get the root path of the model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> root path of the model </dd> @@ -228,7 +228,7 @@ Public method to get the root path of the model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> root path of the model </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessage.html Sat Jan 16 16:51:23 2021 +0100 @@ -174,7 +174,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the message should be filtered out </dd> @@ -221,7 +221,7 @@ Module function to check, if a message handler was installed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an installed message handler </dd> @@ -244,7 +244,7 @@ message handler. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the message handler dialog </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ErrorMessageFilterDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ Public method to get the list of message filters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error message filters (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5FileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5FileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -95,7 +95,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the rearranged Qt file filter (string) </dd> @@ -130,7 +130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of selected directory (string) </dd> @@ -169,7 +169,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of file to be opened (string) </dd> @@ -213,7 +213,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of file to be opened and selected filter (string, string) </dd> @@ -252,7 +252,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of file names to be opened (list of string) </dd> @@ -296,7 +296,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of file names to be opened and selected filter (list of string, string) @@ -336,7 +336,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of file to be saved (string) </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of file to be saved and selected filter (string, string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5FileSaveConfirmDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5FileSaveConfirmDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -162,7 +162,7 @@ Public method to get the selected action and associated data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the selected action (cancel, rename, overwrite) and the filename (in case of 'rename' or 'overwrite') @@ -208,7 +208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the selected action (cancel, rename, overwrite) and the filename (in case of 'rename' or 'overwrite')
--- a/eric6/Documentation/Source/eric6.E5Gui.E5GenericDiffHighlighter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5GenericDiffHighlighter.html Sat Jan 16 16:51:23 2021 +0100 @@ -163,7 +163,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of matched highlighting rules (list of tuples of match object and format (QTextCharFormat)) @@ -217,7 +217,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> format definiton (QTextCharFormat) </dd> @@ -247,7 +247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> marked pattern (string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5Led.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5Led.html Sat Jan 16 16:51:23 2021 +0100 @@ -298,7 +298,7 @@ Private method to calculate the width of the LED. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new width of the LED (integer) </dd> @@ -325,7 +325,7 @@ Public method to return the LED color. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> color of the LED (QColor) </dd> @@ -338,7 +338,7 @@ Public method to return the dark factor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the current dark factor (integer) </dd> @@ -351,7 +351,7 @@ Public method to return the framed state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the current framed state (boolean) </dd> @@ -364,7 +364,7 @@ Public method to return the LED state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the light state (boolean) </dd> @@ -377,7 +377,7 @@ Public method to give a hint about our minimum size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> size hint (QSize) </dd> @@ -425,7 +425,7 @@ Public method to return the LED rectangular ratio [= width / height]. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> LED rectangular ratio (float) </dd> @@ -522,7 +522,7 @@ Public method to return the LED shape. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> LED shape (E5LedCircular, E5LedRectangular) </dd> @@ -535,7 +535,7 @@ Public method to give a hint about our desired size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> size hint (QSize) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5LineEdit.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5LineEdit.html Sat Jan 16 16:51:23 2021 +0100 @@ -275,7 +275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the event was recognized (boolean) </dd> @@ -288,7 +288,7 @@ Public method to get the inactive text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> inactive text (string) </dd> @@ -301,7 +301,7 @@ Public method to get the size of the left margin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> left margin in pixel (integer) </dd> @@ -378,7 +378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text margin (integer) </dd> @@ -391,7 +391,7 @@ Public method to get the side widget spacing. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> side widget spacing (integer) </dd> @@ -473,7 +473,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the event was recognized (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5LineEditButton.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5LineEditButton.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ Public method to get a reference to the menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the associated menu (QMenu) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ListSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ListSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -134,7 +134,7 @@ Public method to retrieve the selected items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected entries </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5MapWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5MapWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -208,7 +208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> slider rectangle (QRect) </dd> @@ -253,7 +253,7 @@ Public method to get the background color. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> background color (QColor) </dd> @@ -280,7 +280,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indicator rectangle (QRect) </dd> @@ -293,7 +293,7 @@ Public method to check the enabled state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state (boolean) </dd> @@ -307,7 +307,7 @@ master widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the map is to the right of the master widget @@ -327,7 +327,7 @@ Public method to get the line (indicator) dimensions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with border width (integer) and line height (integer) </dd> @@ -394,7 +394,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> scrollbar value (integer) </dd> @@ -415,7 +415,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> scale factor (float) </dd> @@ -518,7 +518,7 @@ Public method to give an indication about the preferred size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preferred size (QSize) </dd> @@ -543,7 +543,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position (integer) </dd> @@ -570,7 +570,7 @@ Public method to get the widget's width. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> widget width (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5MessageBox.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5MessageBox.html Sat Jan 16 16:51:23 2021 +0100 @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> button pressed by the user (QMessageBox.StandardButton) </dd> @@ -230,7 +230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> button pressed by the user (QMessageBox.StandardButton) </dd> @@ -271,7 +271,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> button pressed by the user (QMessageBox.StandardButton) </dd> @@ -311,7 +311,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that it is ok to clear the data (boolean) </dd> @@ -352,7 +352,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> button pressed by the user (QMessageBox.StandardButton) </dd> @@ -392,7 +392,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the selection of the Retry button (boolean) </dd> @@ -440,7 +440,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> button pressed by the user (QMessageBox.StandardButton) </dd> @@ -485,7 +485,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the selection of the Yes button (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ModelMenu.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ModelMenu.html Sat Jan 16 16:51:23 2021 +0100 @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created action (QAction) </dd> @@ -262,7 +262,7 @@ Public method to get the menu that is used to populate sub menu's. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu (E5ModelMenu) </dd> @@ -330,7 +330,7 @@ Public method to get the first separator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> row number of the first separator (integer) </dd> @@ -350,7 +350,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the action (QModelIndex) </dd> @@ -378,7 +378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created action (QAction) </dd> @@ -391,7 +391,7 @@ Public method to get the maximum number of entries to show. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum number of entries to show (integer) </dd> @@ -404,7 +404,7 @@ Public method to get a reference to the model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the model (QAbstractItemModel) </dd> @@ -466,7 +466,7 @@ Public method to add any actions before the tree. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if any actions were added </dd> @@ -500,7 +500,7 @@ Public method to get the index of the root item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the root item (QModelIndex) </dd> @@ -513,7 +513,7 @@ Public method to get the role of the separator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> role of the separator (integer) </dd> @@ -610,7 +610,7 @@ Public method to get the role of the status bar text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> role of the status bar text (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ModelToolBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ModelToolBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -176,7 +176,7 @@ Protected method to create the menu for a tool bar action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> menu for a tool bar action (E5ModelMenu) </dd> @@ -235,7 +235,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the event should be filtered out (boolean) </dd> @@ -269,7 +269,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the action (QModelIndex) </dd> @@ -282,7 +282,7 @@ Public method to get a reference to the model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the model (QAbstractItemModel) </dd> @@ -323,7 +323,7 @@ Public method to get the root index. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> root index (QModelIndex) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5OverrideCursor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5OverrideCursor.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Special method called when entering the runtime ccontext. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the context manager object </dd> @@ -153,7 +153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always returns None to not suppress any exception </dd> @@ -303,7 +303,7 @@ Special method called when entering the runtime ccontext. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the context manager object </dd> @@ -338,7 +338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always returns None to not suppress any exception </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5PassivePopup.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5PassivePopup.html Sat Jan 16 16:51:23 2021 +0100 @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position to place the popup (QPoint) </dd> @@ -189,7 +189,7 @@ moveNear(). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default rectangle (QRect) </dd> @@ -231,7 +231,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stored data </dd> @@ -359,7 +359,7 @@ automatically. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the delay before the popup is removed automatically (integer) </dd> @@ -372,7 +372,7 @@ Public method to get a reference to the message view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the message view (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5PathPicker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5PathPicker.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to get the list of remembered paths. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list od remembered paths </dd> @@ -452,7 +452,7 @@ Protected method to get the text of the editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text of the editor </dd> @@ -513,7 +513,7 @@ Public method to get the tool button tool tip. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tool tip text </dd> @@ -554,7 +554,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current path </dd> @@ -573,7 +573,7 @@ Public method to get the default directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default directory </dd> @@ -592,7 +592,7 @@ Public method to get the path editor's enabled state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state </dd> @@ -611,7 +611,7 @@ Public method to get the editor tool tip. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tool tip text </dd> @@ -630,7 +630,7 @@ Public methods to get the filter string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filter string </dd> @@ -657,7 +657,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> first path </dd> @@ -676,7 +676,7 @@ Public method to get the file dialog button enabled state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state </dd> @@ -695,7 +695,7 @@ Public method to check the path picker for read only mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flg indicating read only mode </dd> @@ -722,7 +722,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> last path </dd> @@ -741,7 +741,7 @@ Public method to get the path picker mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path picker mode </dd> @@ -768,7 +768,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current path </dd> @@ -795,7 +795,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> entered paths </dd> @@ -1085,7 +1085,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current path </dd> @@ -1104,7 +1104,7 @@ Public method to get the path picker dialog's window title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> window title </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5PathPickerDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5PathPickerDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -134,7 +134,7 @@ Public method to get the current path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current path </dd> @@ -275,7 +275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the entered path and a flag indicating that the user pressed the OK button
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ProcessDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ProcessDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -228,7 +228,7 @@ Public method to check for a normal process termination. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination </dd> @@ -248,7 +248,7 @@ error messages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination </dd> @@ -333,7 +333,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the process </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ProgressDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -134,7 +134,7 @@ Public method to get the progress bar format. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> progress bar format (string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5SideBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5SideBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -402,7 +402,7 @@ Public method to get the number of tabs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of tabs in the sidebar (integer) </dd> @@ -415,7 +415,7 @@ Public method to get the index of the current tab. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the current tab (integer) </dd> @@ -428,7 +428,7 @@ Public method to get a reference to the current widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current widget (QWidget) </dd> @@ -442,7 +442,7 @@ milliseconds. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value for the expand/shrink delay in milliseconds (integer) </dd> @@ -480,7 +480,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd> @@ -507,7 +507,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the given widget (integer) </dd> @@ -548,7 +548,7 @@ Public method to check, if the auto hide function is active. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the state of auto hiding (boolean) </dd> @@ -561,7 +561,7 @@ Public method to check the minimized state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the minimized state (boolean) </dd> @@ -581,7 +581,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state (boolean) </dd> @@ -615,7 +615,7 @@ Public method to get the orientation of the sidebar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> orientation of the sidebar (North, East, South, West) </dd> @@ -656,7 +656,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -669,7 +669,7 @@ Public method to save the state of the sidebar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> saved state as a byte array (QByteArray) </dd> @@ -871,7 +871,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon of the tab (QIcon) </dd> @@ -891,7 +891,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text of the tab (string) </dd> @@ -911,7 +911,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tooltip text of the tab (string) </dd> @@ -931,7 +931,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> WhatsThis text of the tab (string) </dd> @@ -951,7 +951,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5SqueezeLabels.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5SqueezeLabels.html Sat Jan 16 16:51:23 2021 +0100 @@ -219,7 +219,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> length of the wrapped text in pixels (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5StringListEditWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5StringListEditWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -133,7 +133,7 @@ Public method to get the edited list of strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> edited list of string (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TabWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5TabWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -318,7 +318,7 @@ Private method to determine the free side of a tab. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> free side (QTabBar.ButtonPosition) </dd> @@ -360,7 +360,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created label </dd> @@ -432,7 +432,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the tab (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TextEditSearchWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5TextEditSearchWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the search result </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TextInputDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5TextInputDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Public method to get the current label text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current label text </dd> @@ -190,7 +190,7 @@ Public method to get the current echo mode of the line edit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> echo mode of the line edit </dd> @@ -209,7 +209,7 @@ Public method to get the text of the line edit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text of the line edit </dd> @@ -258,7 +258,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating the dialog was accepted and the entered text
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TextSpinBox.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5TextSpinBox.html Sat Jan 16 16:51:23 2021 +0100 @@ -139,7 +139,7 @@ Public method to retrieve the current index. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current index (integer) </dd> @@ -159,7 +159,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> associated data </dd> @@ -179,7 +179,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text for the given value (string) </dd> @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value for the given text (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ToolBarManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ToolBarManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -244,7 +244,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the action (QAction) </dd> @@ -264,7 +264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the default toolbar (QToolBar) </dd> @@ -284,7 +284,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the toolbar (QToolBar) </dd> @@ -304,7 +304,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the action (QAction) </dd> @@ -371,7 +371,7 @@ Public method to get the list of categories. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of categories (list of string) </dd> @@ -391,7 +391,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of actions (list of QAction) </dd> @@ -415,7 +415,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created toolbar (QToolBar) </dd> @@ -435,7 +435,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of actions (list of QAction) </dd> @@ -448,7 +448,7 @@ Public method to get all toolbars added with addToolBar(). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all default toolbars (list of QToolBar) </dd> @@ -482,7 +482,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an added toolbar (boolean) </dd> @@ -502,7 +502,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a widget action (boolean) </dd> @@ -515,7 +515,7 @@ Public method to get the reference to the main window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main window (QMainWindow) </dd> @@ -635,7 +635,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -655,7 +655,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> saved state as a byte array (QByteArray) </dd> @@ -722,7 +722,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of actions (list of QAction) </dd> @@ -742,7 +742,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the toolbar (QToolBar) </dd> @@ -762,7 +762,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the toolbar containing action (QToolBar) </dd> @@ -775,7 +775,7 @@ Public method to get all toolbars. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all toolbars (list of QToolBar) </dd> @@ -788,7 +788,7 @@ Public method to get all toolbars and their actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to dictionary of toolbar IDs as key and list of actions as values
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ToolBox.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ToolBox.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the added widget (integer) </dd> @@ -172,7 +172,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the added widget (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ToolButton.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ToolButton.html Sat Jan 16 16:51:23 2021 +0100 @@ -197,7 +197,7 @@ Public method to get the badge text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> badge text </dd> @@ -230,7 +230,7 @@ Public method to get a reference to the tool button menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the tool button menu </dd> @@ -349,7 +349,7 @@ the button. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the menu edge shall be aligned </dd> @@ -368,7 +368,7 @@ Public method to check, if the button has the toolbar look. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating toolbar look </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TreeSortFilterProxyModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5TreeSortFilterProxyModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating acceptance (boolean) </dd> @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of children (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5TreeWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5TreeWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -225,7 +225,7 @@ Public method to get a list of all items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items (list of QTreeWidgetItem) </dd> @@ -250,7 +250,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -383,7 +383,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.E5Gui.E5ZoomWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Gui.E5ZoomWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -224,7 +224,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index into the mapping list or the unchanged value, if mapping is not set (integer) @@ -280,7 +280,7 @@ Public method to get the default zoom value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default zoom value (integer) </dd> @@ -293,7 +293,7 @@ Public method to check for a mapped zoom widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a mapped zoom widget (boolean) </dd> @@ -306,7 +306,7 @@ Public method to get the percent mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating percent mode (boolean) </dd> @@ -319,7 +319,7 @@ Public method to get the current mapping. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the mapping and the default index (list of integer, integer) @@ -333,7 +333,7 @@ Public method to get the maximum value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum value (integer) </dd> @@ -346,7 +346,7 @@ Public method to get the minimum value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> minimum value (integer) </dd> @@ -373,7 +373,7 @@ Public method to get the page step value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> page step value (integer) </dd> @@ -513,7 +513,7 @@ Public method to get the single step value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> single step value (integer) </dd> @@ -526,7 +526,7 @@ Public method to get the current value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current zoom value (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5Ftp.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5Ftp.html Sat Jan 16 16:51:23 2021 +0100 @@ -187,7 +187,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> welcome message of the server (string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5GoogleMail.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5GoogleMail.html Sat Jan 16 16:51:23 2021 +0100 @@ -150,7 +150,7 @@ Private method to create a credentials object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> created credentials object </dd> @@ -176,7 +176,7 @@ Private method to load a token from the token file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> loaded token </dd> @@ -202,7 +202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared message dictionary </dd> @@ -382,7 +382,7 @@ OAuth2 service. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> help text </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5GoogleMailHelpers.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5GoogleMailHelpers.html Sat Jan 16 16:51:23 2021 +0100 @@ -59,7 +59,7 @@ activated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> install command </dd> @@ -81,7 +81,7 @@ Module function to check, if the client secret file has been installed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the credentials file is there </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5NetworkProxyFactory.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5NetworkProxyFactory.html Sat Jan 16 16:51:23 2021 +0100 @@ -135,7 +135,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of proxies in order of preference (list of QNetworkProxy) </dd> @@ -217,7 +217,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful match </dd> @@ -236,7 +236,7 @@ Public method to get the match pattern. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> match pattern </dd> @@ -300,7 +300,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> scheme (string, one of Http, Https, Ftp) </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5RFC6266.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5RFC6266.html Sat Jan 16 16:51:23 2021 +0100 @@ -352,7 +352,7 @@ Public method to get the stored file name </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5SslCertificateSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5SslCertificateSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ Public method to get the selected certificate. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected certificate </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5SslCertificatesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5SslCertificatesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -223,7 +223,7 @@ Private method to get the list of system certificates. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of system certificates (list of QSslCertificate) </dd> @@ -236,7 +236,7 @@ Private method to read a certificate. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> certificates read (list of QSslCertificate) </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5SslCertificatesInfoWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5SslCertificatesInfoWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared text (string) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted string (string) </dd> @@ -184,7 +184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the expiration status (boolean) </dd> @@ -204,7 +204,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formated serial number (string) </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5SslErrorHandler.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5SslErrorHandler.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted string (string) </dd> @@ -145,7 +145,7 @@ Private method to get the list of system certificates. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of system certificates (list of QSslCertificate) </dd> @@ -173,7 +173,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple indicating to ignore the SSL errors (one of NotIgnored, SystemIgnored or UserIgnored) and indicating a change of the @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple indicating to ignore the SSL errors (one of NotIgnored, SystemIgnored or UserIgnored) and indicating a change of the
--- a/eric6/Documentation/Source/eric6.E5Network.E5TldExtractor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5TldExtractor.html Sat Jan 16 16:51:23 2021 +0100 @@ -200,7 +200,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the check result </dd> @@ -219,7 +219,7 @@ Private method to get the default search paths for the TLD data file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default search paths for the TLD data file </dd> @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> domain name </dd> @@ -282,7 +282,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized host address </dd> @@ -312,7 +312,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -342,7 +342,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> registrable domain name </dd> @@ -373,7 +373,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> subdomain name </dd> @@ -392,7 +392,7 @@ Public method to get the search paths for the TLD data file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search paths for the TLD data file </dd> @@ -418,7 +418,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> domain for host </dd> @@ -437,7 +437,7 @@ Public method to get the TLD data file download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> download URL </dd> @@ -456,7 +456,7 @@ Public method to check, if the TLD data ia already loaded. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating data is loaded </dd> @@ -482,7 +482,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> registrable domain for host </dd> @@ -523,7 +523,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> splitted host address </dd> @@ -549,7 +549,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> subdomain for host </dd> @@ -568,7 +568,7 @@ Public method to execute the tests. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the test result </dd> @@ -594,7 +594,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> TLD for host </dd> @@ -667,7 +667,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the zoom manager object </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.E5UrlInfo.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.E5UrlInfo.html Sat Jan 16 16:51:23 2021 +0100 @@ -198,7 +198,7 @@ Public method to get the group. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> group (string) </dd> @@ -211,7 +211,7 @@ Public method to test, if the entry is a directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a directory (boolean) </dd> @@ -224,7 +224,7 @@ Public method to test, if the entry is executable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating executable (boolean) </dd> @@ -237,7 +237,7 @@ Public method to test, if the entry is a file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a file (boolean) </dd> @@ -250,7 +250,7 @@ Public method to test, if the entry is readable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating readable (boolean) </dd> @@ -263,7 +263,7 @@ Public method to test, if the entry is a symbolic link. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a symbolic link (boolean) </dd> @@ -276,7 +276,7 @@ Public method to check the validity of the object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity (boolean) </dd> @@ -289,7 +289,7 @@ Public method to test, if the entry is writable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating writable (boolean) </dd> @@ -302,7 +302,7 @@ Public method to get the last modified date and time. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> last modified date and time (QDateTime) </dd> @@ -315,7 +315,7 @@ Public method to get the last read date and time. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> last read date and time (QDateTime) </dd> @@ -328,7 +328,7 @@ Public method to get the name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name (string) </dd> @@ -341,7 +341,7 @@ Public method to get the owner. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> owner (string) </dd> @@ -354,7 +354,7 @@ Public method to get the permissions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> permissions (integer) </dd> @@ -535,7 +535,7 @@ Public method to get the size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> size (integer) </dd>
--- a/eric6/Documentation/Source/eric6.E5Network.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Network.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd> @@ -98,7 +98,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd> @@ -127,7 +127,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd>
--- a/eric6/Documentation/Source/eric6.E5Utilities.E5Cache.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Utilities.E5Cache.html Sat Jan 16 16:51:23 2021 +0100 @@ -236,7 +236,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cached item for the given key or None, if the key is not present @@ -256,7 +256,7 @@ Public method to get the maximum time entries may exist in the cache. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum cache time in seconds </dd> @@ -275,7 +275,7 @@ Public method to get the maximum size of the cache. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum number of entries of the cache </dd> @@ -294,7 +294,7 @@ Public method to get some information about the cache. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the cache info </dd> @@ -313,7 +313,7 @@ Public method to get the current length of the cache. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current length of the cache </dd>
--- a/eric6/Documentation/Source/eric6.E5Utilities.E5MutexLocker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5Utilities.E5MutexLocker.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Special method called when entering the runtime ccontext. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the context manager object </dd> @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always returns None to not suppress any exception </dd>
--- a/eric6/Documentation/Source/eric6.E5XML.ShortcutsReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5XML.ShortcutsReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ Public method to retrieve the shortcuts. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Dictionary of dictionaries of shortcuts. The keys of the dictionary are the categories, the values are dictionaries.
--- a/eric6/Documentation/Source/eric6.E5XML.XMLStreamReaderBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.E5XML.XMLStreamReaderBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -157,7 +157,7 @@ Private method to read a Python dictionary. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python dictionary </dd> @@ -170,7 +170,7 @@ Private method to read a Python set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python set </dd> @@ -183,7 +183,7 @@ Private method to read a Python list. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python list </dd> @@ -196,7 +196,7 @@ Private method to read a Python set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python set </dd> @@ -209,7 +209,7 @@ Private method to read a Python tuple. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python tuple </dd> @@ -222,7 +222,7 @@ Protected method to read an object of a basic Python type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python object read </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the requested tag attribute (string) </dd> @@ -329,7 +329,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted value (boolean) or None in case of an error </dd>
--- a/eric6/Documentation/Source/eric6.Globals.AppInfo.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Globals.AppInfo.html Sat Jan 16 16:51:23 2021 +0100 @@ -80,7 +80,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary describing the application </dd>
--- a/eric6/Documentation/Source/eric6.Globals.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Globals.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -157,7 +157,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted data string </dd> @@ -180,7 +180,7 @@ (Linux only). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the desktop environment </dd> @@ -202,7 +202,7 @@ Module function to get the name of the directory storing the config data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name of the config dir (string) </dd> @@ -218,7 +218,7 @@ Public method to get the path name of the install info file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file path of the install info file </dd> @@ -240,7 +240,7 @@ Function to determine the path to PyQt5 modules directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path to the PyQt5 modules directory (string) </dd> @@ -263,7 +263,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path to the PyQt tools </dd> @@ -285,7 +285,7 @@ Function to determine the path to Python's modules directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path to the Python modules directory (string) </dd> @@ -301,7 +301,7 @@ Module function to get the path of the Qt binaries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the Qt binaries </dd> @@ -323,7 +323,7 @@ Module function to determine the supported web browser variant. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string indicating the supported web browser variant ("QtWebEngine", or "None") @@ -346,7 +346,7 @@ Function to check, if the current session is a Gnome desktop (Linux only). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Gnome desktop </dd> @@ -368,7 +368,7 @@ Function to check, if the current session is a KDE desktop (Linux only). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a KDE desktop </dd> @@ -390,7 +390,7 @@ Function to check, if this is a Linux platform. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Linux platform (boolean) </dd> @@ -406,7 +406,7 @@ Function to check, if this is a Mac platform. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Mac platform (boolean) </dd> @@ -422,7 +422,7 @@ Function to check, if the current session is a wayland session. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a wayland session </dd> @@ -444,7 +444,7 @@ Function to check, if this is a Windows platform. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Windows platform (boolean) </dd> @@ -460,7 +460,7 @@ Module function to get the Qt version as a tuple. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Qt version as a tuple </dd> @@ -482,7 +482,7 @@ Function to determine the name of the running session (Linux only). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the desktop environment </dd> @@ -537,7 +537,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result string </dd> @@ -566,7 +566,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted QByteArray </dd> @@ -595,7 +595,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -618,7 +618,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -641,7 +641,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -664,7 +664,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -696,7 +696,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version tuple without the suffix </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.ApplicationDiagramBuilder.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.ApplicationDiagramBuilder.html Sat Jan 16 16:51:23 2021 +0100 @@ -158,7 +158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the package item (PackageItem) </dd> @@ -172,7 +172,7 @@ application. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of modules contained in the application. </dd> @@ -206,7 +206,7 @@ Public method to get a string for data to be persisted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persisted data string (string) </dd> @@ -230,7 +230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.AssociationItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.AssociationItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -146,7 +146,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the IDs of the source and destination items, the association type and a flag indicating to associate from top @@ -308,7 +308,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the intersection point (QPointF) </dd> @@ -337,7 +337,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the calculated region number<br /> West = Region 1<br /> @@ -375,7 +375,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the intersection point (QPointF) </dd> @@ -396,7 +396,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item's rectangle in local coordinates (QRectF) </dd> @@ -431,7 +431,7 @@ by ", ". value must not contain ", " or newlines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persistence data (string) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.ClassItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.ClassItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -184,7 +184,7 @@ contain ", " or newlines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persistence data (string) </dd> @@ -197,7 +197,7 @@ Public method returning the external state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> external state (boolean) </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -374,7 +374,7 @@ Public method to retrieve the attributes of the class. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of class attributes (list of strings) </dd> @@ -387,7 +387,7 @@ Public method to retrieve the methods of the class. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of class methods (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.GraphicsUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.GraphicsUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -104,7 +104,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of child and dictionary of parent relationships </dd> @@ -142,7 +142,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of stages </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.ImportsDiagramBuilder.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.ImportsDiagramBuilder.html Sat Jan 16 16:51:23 2021 +0100 @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the imports item (ModuleItem) </dd> @@ -185,7 +185,7 @@ package. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of modules contained in the package. </dd> @@ -219,7 +219,7 @@ Public method to get a string for data to be persisted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persisted data string (string) </dd> @@ -250,7 +250,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.ModuleItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.ModuleItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -172,7 +172,7 @@ contain ", " or newlines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persistence data (string) </dd> @@ -218,7 +218,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -321,7 +321,7 @@ Public method to retrieve the classes of the module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of class names (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.PackageDiagramBuilder.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.PackageDiagramBuilder.html Sat Jan 16 16:51:23 2021 +0100 @@ -276,7 +276,7 @@ package. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of modules contained in the package. </dd> @@ -290,7 +290,7 @@ package. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of sub-packages contained in this package </dd> @@ -324,7 +324,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> shape (QCanvasItem) </dd> @@ -347,7 +347,7 @@ Public method to get a string for data to be persisted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persisted data string (string) </dd> @@ -378,7 +378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.PackageItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.PackageItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ contain ", " or newlines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persistence data (string) </dd> @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -326,7 +326,7 @@ Public method to retrieve the modules of the package. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of module names (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.PixmapDiagram.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.PixmapDiagram.html Sat Jan 16 16:51:23 2021 +0100 @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of zoom factor (integer) </dd> @@ -311,7 +311,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -324,7 +324,7 @@ Private method to get the current zoom factor in percent. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current zoom factor in percent (integer) </dd> @@ -365,7 +365,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd> @@ -392,7 +392,7 @@ Public method to retrieve a name for the diagram. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name for the diagram </dd> @@ -405,7 +405,7 @@ Public method to retrieve the status of the canvas. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful pixmap loading (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.SvgDiagram.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.SvgDiagram.html Sat Jan 16 16:51:23 2021 +0100 @@ -241,7 +241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of zoom factor (integer) </dd> @@ -296,7 +296,7 @@ Private method to get the current zoom factor in percent. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current zoom factor in percent (integer) </dd> @@ -337,7 +337,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd> @@ -364,7 +364,7 @@ Public method to retrieve a name for the diagram. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name for the diagram </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.UMLClassDiagramBuilder.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLClassDiagramBuilder.html Sat Jan 16 16:51:23 2021 +0100 @@ -257,7 +257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> shape (QGraphicsItem) </dd> @@ -280,7 +280,7 @@ Public method to get a string for data to be persisted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persisted data string (string) </dd> @@ -311,7 +311,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.UMLDiagramBuilder.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLDiagramBuilder.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ Public method to get a string for data to be persisted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persisted data string (string) </dd> @@ -174,7 +174,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.UMLDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -180,7 +180,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated diagram builder </dd> @@ -200,7 +200,7 @@ Private method to generate a readable string for the diagram type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> readable type string (string) </dd> @@ -273,7 +273,7 @@ Public method to load a diagram from a file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLGraphicsView.html Sat Jan 16 16:51:23 2021 +0100 @@ -312,7 +312,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bounding rectangle (QRectF) </dd> @@ -396,7 +396,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd> @@ -421,7 +421,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of interesting collision items (QGraphicsItem) </dd> @@ -441,7 +441,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item found (UMLItem) or None </dd> @@ -461,7 +461,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item found (UMLItem) or None </dd> @@ -488,7 +488,7 @@ Public method to get the ID to be assigned to an item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item ID (integer) </dd> @@ -501,7 +501,7 @@ Public method to get a list of data to be persisted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of data to be persisted (list of strings) </dd> @@ -514,7 +514,7 @@ Public method to populate a toolbar with our actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the populated toolBar (QToolBar) </dd> @@ -552,7 +552,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating success (boolean) and faulty line number (integer)
--- a/eric6/Documentation/Source/eric6.Graphics.UMLItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -211,7 +211,7 @@ contain ", " or newlines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> persistence data (string) </dd> @@ -224,7 +224,7 @@ Public method to get the item ID. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ID of the item (integer) </dd> @@ -237,7 +237,7 @@ Public method to get the item's type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item type (string) </dd> @@ -250,7 +250,7 @@ Public method to retrieve the item name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item name (string) </dd> @@ -274,7 +274,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> adjusted values </dd> @@ -338,7 +338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -476,7 +476,7 @@ Public method to retrieve the model name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> model name (string) </dd>
--- a/eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Graphics.UMLSceneSizeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the selected width and height (integer, integer)
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditChunks.html Sat Jan 16 16:51:23 2021 +0100 @@ -231,7 +231,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the chunk containing the position </dd> @@ -260,7 +260,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested byte </dd> @@ -294,7 +294,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> retrieved data </dd> @@ -320,7 +320,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the changed state </dd> @@ -350,7 +350,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position the data was found at or -1 if nothing could be found </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position the data was found at or -1 if nothing could be found </dd> @@ -440,7 +440,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -459,7 +459,7 @@ Public method to get the current position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current position </dd> @@ -485,7 +485,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -529,7 +529,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful operation </dd> @@ -548,7 +548,7 @@ Public method to get the current data size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current data size </dd> @@ -582,7 +582,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditGotoWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditGotoWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted text </dd>
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditMainWindow.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditMainWindow.html Sat Jan 16 16:51:23 2021 +0100 @@ -466,7 +466,7 @@ Private method to ask the user to save the file, if it was modified. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if it is ok to continue </dd> @@ -555,7 +555,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -574,7 +574,7 @@ Private method to save a binary file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -593,7 +593,7 @@ Private method to save the data to a new file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -768,7 +768,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename part </dd> @@ -833,7 +833,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested history list </dd>
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditSearchReplaceWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditSearchReplaceWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -216,7 +216,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> integer value of the given array </dd> @@ -246,7 +246,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted text </dd> @@ -288,7 +288,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted text </dd> @@ -336,7 +336,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search or replace term as text and binary data </dd> @@ -362,7 +362,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> byte array for the given value </dd> @@ -420,7 +420,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted text </dd> @@ -454,7 +454,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful search </dd>
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditUndoStack.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditUndoStack.html Sat Jan 16 16:51:23 2021 +0100 @@ -173,7 +173,7 @@ Public method to get the ID of this undo command class. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ID of the undo command class </dd> @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful merge </dd>
--- a/eric6/Documentation/Source/eric6.HexEdit.HexEditWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.HexEdit.HexEditWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -584,7 +584,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -646,7 +646,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -693,7 +693,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -719,7 +719,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> readable data </dd> @@ -745,7 +745,7 @@ Public method to get the address area visibility. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the address area visibility </dd> @@ -764,7 +764,7 @@ Public method to get the address area colors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> address area foreground and background colors </dd> @@ -783,7 +783,7 @@ Public method to get the address offset. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> address offset </dd> @@ -806,7 +806,7 @@ Note: The address area width is always a multiple of four. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> minimum width of the address area </dd> @@ -825,7 +825,7 @@ Public method to get the visibility of the ASCII area. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> visibility of the ASCII area </dd> @@ -851,7 +851,7 @@ Public method to get the cursor position in bytes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cursor position in bytes </dd> @@ -870,7 +870,7 @@ Public method to get the cursor position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cursor position </dd> @@ -896,7 +896,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cursor position </dd> @@ -922,7 +922,7 @@ Public method to get the binary data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> binary data </dd> @@ -952,7 +952,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -999,7 +999,7 @@ Public method to get the font used to show the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> font used to show the data </dd> @@ -1018,7 +1018,7 @@ Public method to get the start of the selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection start </dd> @@ -1037,7 +1037,7 @@ Public method to get the end of the selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection end </dd> @@ -1056,7 +1056,7 @@ Public method to get the length of the selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection length </dd> @@ -1101,7 +1101,7 @@ Public method to test for a selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of a selection </dd> @@ -1120,7 +1120,7 @@ Public method to get the highlight colors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> highlight foreground and background colors </dd> @@ -1139,7 +1139,7 @@ Public method to get the highlighting state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> highlighting state </dd> @@ -1169,7 +1169,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position of match (or -1 if not found) </dd> @@ -1224,7 +1224,7 @@ Public method to check for any modification. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a modified state </dd> @@ -1243,7 +1243,7 @@ Public method to test the read only state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the read only state </dd> @@ -1287,7 +1287,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position of match (or -1 if not found) </dd> @@ -1404,7 +1404,7 @@ Public method to get the overwrite mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> overwrite mode </dd> @@ -1607,7 +1607,7 @@ Public method to get the selection colors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection foreground and background colors </dd> @@ -1626,7 +1626,7 @@ Public method to get a hexadecimal representation of the selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hexadecimal representation of the selection </dd> @@ -1645,7 +1645,7 @@ Public method to get a formatted representation of the selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted representation of the selection </dd> @@ -1777,7 +1777,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1913,7 +1913,7 @@ Public method to get a formatted representation of our data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted representation of our data </dd> @@ -1939,7 +1939,7 @@ Public method to get a reference to the undo stack. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the undo stack </dd> @@ -1973,7 +1973,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.IconEditor.IconEditorGrid.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.IconEditor.IconEditorGrid.html Sat Jan 16 16:51:23 2021 +0100 @@ -493,7 +493,7 @@ Private method to get an image from the clipboard. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the image (QImage) and a flag indicating a valid image (boolean) @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful draw (boolean) </dd> @@ -580,7 +580,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> image of the selection (QImage) </dd> @@ -600,7 +600,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the image coordinates (tuple of two integers) </dd> @@ -639,7 +639,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a marked pixel (boolean) </dd> @@ -663,7 +663,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rectangle for the given pixel coordinates (QRect) </dd> @@ -748,7 +748,7 @@ Public slot to check the availability of the paste operation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of paste (boolean) </dd> @@ -761,7 +761,7 @@ Public method to return the redo status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of redo (boolean) </dd> @@ -774,7 +774,7 @@ Public method to return the undo status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of undo (boolean) </dd> @@ -787,7 +787,7 @@ Public method to get the compositing mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> compositing mode (QPainter.CompositionMode) </dd> @@ -885,7 +885,7 @@ Public method to get a copy of the icon image. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> copy of the icon image (QImage) </dd> @@ -898,7 +898,7 @@ Public method to get the size of the icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> width and height of the image as a tuple (integer, integer) </dd> @@ -911,7 +911,7 @@ Public method to check the dirty status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a modified status (boolean) </dd> @@ -924,7 +924,7 @@ Public method to get the grid lines status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> enabled status of the grid lines (boolean) </dd> @@ -937,7 +937,7 @@ Public method to check the availability of a selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of a selection (boolean) </dd> @@ -1006,7 +1006,7 @@ Public method to get the current drawing color. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current drawing color (QColor) </dd> @@ -1019,7 +1019,7 @@ Public method to generate a preview pixmap. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preview pixmap (QPixmap) </dd> @@ -1151,7 +1151,7 @@ Public method to report the size hint. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> size hint (QSize) </dd> @@ -1164,7 +1164,7 @@ Public method to get the current drawing tool. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current drawing tool (IconEditorGrid.Pencil ... IconEditorGrid.CircleSelection) @@ -1178,7 +1178,7 @@ Public method to get the current zoom factor in percent. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> zoom factor (integer) </dd>
--- a/eric6/Documentation/Source/eric6.IconEditor.IconEditorWindow.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.IconEditor.IconEditorWindow.html Sat Jan 16 16:51:23 2021 +0100 @@ -409,7 +409,7 @@ Private method to ask the user to save the file, if it was modified. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if it is ok to continue (boolean) </dd> @@ -457,7 +457,7 @@ Private slot to save the icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -470,7 +470,7 @@ Private slot to save the icon with a new name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -490,7 +490,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -524,7 +524,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename part (string) </dd> @@ -631,7 +631,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.IconEditor.IconSizeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.IconEditor.IconSizeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with width and height (tuple of two integers) </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -169,7 +169,7 @@ Private method to check, if the device volume is mounted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicated a mounted device </dd> @@ -216,7 +216,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -236,7 +236,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -256,7 +256,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -276,7 +276,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -296,7 +296,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -316,7 +316,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -335,7 +335,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -354,7 +354,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -420,7 +420,7 @@ Public method to indicate file access via a local directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating file access via local directory </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonFirmwareSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.CircuitPythonFirmwareSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -133,7 +133,7 @@ Public method to obtain the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the path to the CircuitPython firmware file and the path to the device
--- a/eric6/Documentation/Source/eric6.MicroPython.EspBackupRestoreFirmwareDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspBackupRestoreFirmwareDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the selected chip type, the firmware size, the flash mode and the path of the firmware file
--- a/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -281,7 +281,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -301,7 +301,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -321,7 +321,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -341,7 +341,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -361,7 +361,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -381,7 +381,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -400,7 +400,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -419,7 +419,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.EspFirmwareSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.EspFirmwareSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the selected chip type, the path of the firmware file, the flash mode and the flash address
--- a/eric6/Documentation/Source/eric6.MicroPython.IgnoredDevicesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.IgnoredDevicesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the list of ignored serial devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the VID, PID and a description of each ignored device
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonCommandsInterface.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonCommandsInterface.html Sat Jan 16 16:51:23 2021 +0100 @@ -258,7 +258,7 @@ Note: switching to raw mode is done with synchronous writes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success @rtype bool @@ -287,7 +287,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> shortened error message </dd> @@ -334,7 +334,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -371,7 +371,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing stdout and stderr output of the device </dd> @@ -406,7 +406,7 @@ systems. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of tuples containing the file system name, the total size, the used size and the free size @@ -444,7 +444,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -471,7 +471,7 @@ device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the implementation information </dd> @@ -497,7 +497,7 @@ Public method to get the current time of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> time of the device </dd> @@ -530,7 +530,7 @@ Public method to get the connection status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the connection status </dd> @@ -565,7 +565,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the directory listing with tuple entries of the name and and a tuple of mode, size and time (if fullstat is @@ -601,7 +601,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containg the directory listing </dd> @@ -659,7 +659,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -685,7 +685,7 @@ Public method to get the current directory of the connected device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current directory </dd> @@ -772,7 +772,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -814,7 +814,7 @@ connected device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the version information </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -220,7 +220,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -240,7 +240,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -260,7 +260,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -280,7 +280,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -300,7 +300,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -320,7 +320,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -339,7 +339,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -358,7 +358,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd> @@ -377,7 +377,7 @@ Public method to get the workspace directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -404,7 +404,7 @@ URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a configured documentation URL </dd> @@ -424,7 +424,7 @@ download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a configured firmware download URL </dd> @@ -446,7 +446,7 @@ The default returns True. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating support for time commands </dd> @@ -542,7 +542,7 @@ Public method to indicate file access via a local directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating file access via local directory </dd> @@ -575,7 +575,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> instantiated device interface </dd> @@ -608,7 +608,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the board (iconFormat == True) or a pixmap (iconFormat == False) @@ -631,7 +631,7 @@ Function to check the serial ports for supported MicroPython devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of tuples with the board type, a description and the serial port it is connected at for known device @@ -657,7 +657,7 @@ Function to get a list of supported MicroPython devices. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> set of tuples with the board type and description </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -236,7 +236,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of errors </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileManagerWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -503,7 +503,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the file name is present </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileSystemUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonFileSystemUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decorated file or directory name </dd> @@ -118,7 +118,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the stat() result </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a visible filesystem entry </dd> @@ -184,7 +184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the entry name and the associated stat() tuple @@ -214,7 +214,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the given mode value </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the given time </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonGraphWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonGraphWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -174,7 +174,7 @@ Public method to check, if the chart contains some valid data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating valid data </dd> @@ -193,7 +193,7 @@ Public method to check, if the chart contains unsaved data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating unsaved data </dd> @@ -247,7 +247,7 @@ Public method to save the dialog's raw data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonSerialPort.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonSerialPort.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,7 +138,7 @@ Public method to check, if the last 'readUntil' has timed out. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a timeout @rtype bool @@ -152,7 +152,7 @@ Public method to get the connection state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the connection state </dd> @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -209,7 +209,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bytes read from the device including the expected sequence </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicroPythonWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -383,7 +383,7 @@ connected device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> date and time of the connected device </dd> @@ -416,7 +416,7 @@ Private method to check the availability of mpy-cross. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of mpy-cross </dd> @@ -644,7 +644,7 @@ Public method to get a reference to the commands interface object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the commands interface object </dd> @@ -674,7 +674,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag to indicate that the event was handled </dd> @@ -693,7 +693,7 @@ Public method to determine the port path of the selected device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the port of the selected device </dd> @@ -712,7 +712,7 @@ Public method to get the workspace directory of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory of the device </dd> @@ -738,7 +738,7 @@ Public method to get the connection state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> connection state </dd> @@ -758,7 +758,7 @@ BBC micro:bit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a micro:bit device rtype bool
--- a/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.MicrobitDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -229,7 +229,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -249,7 +249,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -269,7 +269,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -289,7 +289,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -309,7 +309,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -329,7 +329,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -348,7 +348,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -367,7 +367,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd> @@ -386,7 +386,7 @@ Public method to get the workspace directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -408,7 +408,7 @@ The default returns True. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating support for time commands </dd>
--- a/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MicroPython.PyBoardDevices.html Sat Jan 16 16:51:23 2021 +0100 @@ -185,7 +185,7 @@ Private method to check, if the device volume is mounted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicated a mounted device </dd> @@ -204,7 +204,7 @@ Private method to check the availability of dfu-util. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of dfu-util </dd> @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating OK to continue or abort </dd> @@ -292,7 +292,7 @@ Public method to determine, if a script can be executed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -312,7 +312,7 @@ Public method to determine, if a File Manager can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a File Manager and a reason why it cannot. @@ -332,7 +332,7 @@ Public method to determine, if a Plotter can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a Plotter and a reason why it cannot. @@ -352,7 +352,7 @@ Public method to determine, if a REPL can be started. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating it is safe to start a REPL and a reason why it cannot. @@ -372,7 +372,7 @@ Public method to get the name of the device. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the device </dd> @@ -392,7 +392,7 @@ serial connection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an interrupt is needed </dd> @@ -411,7 +411,7 @@ Public method to get the device documentation URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> documentation URL of the device </dd> @@ -430,7 +430,7 @@ Public method to get the device firmware download URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> firmware download URL of the device </dd> @@ -456,7 +456,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> workspace directory used for saving files </dd> @@ -496,7 +496,7 @@ Public method to indicate file access via a local directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating file access via local directory </dd>
--- a/eric6/Documentation/Source/eric6.MultiProject.AddProjectDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MultiProject.AddProjectDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ Public slot to retrieve the dialogs data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of five values (string, string, boolean, string, string) giving the project name, the name of the project file, a flag
--- a/eric6/Documentation/Source/eric6.MultiProject.MultiProject.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MultiProject.MultiProject.html Sat Jan 16 16:51:23 2021 +0100 @@ -420,7 +420,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -480,7 +480,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -553,7 +553,7 @@ Public method to check the dirty status and open a message window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether this operation was successful (boolean) </dd> @@ -573,7 +573,7 @@ Public slot to close the current multi project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -615,7 +615,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -628,7 +628,7 @@ Public method to get the list of defined categories. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of categories (list of string) </dd> @@ -641,7 +641,7 @@ Public method to get the filenames of the dependent projects. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> names of the dependent project files (list of strings) </dd> @@ -654,7 +654,7 @@ Public method to get the filename of the master project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the master project file (string) </dd> @@ -674,7 +674,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the requested menu (QMenu) or None </dd> @@ -687,7 +687,7 @@ Public method to get the most recently opened multiproject. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the most recently opened multiproject (string) </dd> @@ -700,7 +700,7 @@ Public method to get the path of the multi project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the multi project file (string) </dd> @@ -713,7 +713,7 @@ Public method to get the multi project path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> multi project path (string) </dd> @@ -733,7 +733,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the project data </dd> @@ -752,7 +752,7 @@ Public method to get all project entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all project entries (list of dictionaries) </dd> @@ -772,7 +772,7 @@ Public slot to initialize the multi project menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the menu generated (QMenu) </dd> @@ -793,7 +793,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the toolbar generated (QToolBar) </dd> @@ -806,7 +806,7 @@ Public method to return the dirty state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dirty state (boolean) </dd> @@ -819,7 +819,7 @@ Public method to return the opened state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> open state (boolean) </dd> @@ -895,7 +895,7 @@ Public slot to save the current multi project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -908,7 +908,7 @@ Public slot to save the current multi project to a different file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.MultiProject.MultiProjectBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.MultiProject.MultiProjectBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -263,7 +263,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the category item or None, if there is no such item (QTreeWidgetItem or None) @@ -284,7 +284,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the item (QTreeWidgetItem) or None </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcChannelEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcChannelEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -127,7 +127,7 @@ Public method to get the channel data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the channel name, channel key and a flag indicating, that the channel should be joined automatically
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcChannelWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -499,7 +499,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -519,7 +519,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -539,7 +539,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -559,7 +559,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -610,7 +610,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of privileges and user name (list of string, string) </dd> @@ -630,7 +630,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the list entry (QListWidgetItem) </dd> @@ -650,7 +650,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -670,7 +670,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -690,7 +690,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -731,7 +731,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -822,7 +822,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -842,7 +842,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -862,7 +862,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -882,7 +882,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -902,7 +902,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -922,7 +922,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -942,7 +942,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -962,7 +962,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -982,7 +982,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1002,7 +1002,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1022,7 +1022,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1043,7 +1043,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1070,7 +1070,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1090,7 +1090,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1110,7 +1110,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1130,7 +1130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1150,7 +1150,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1170,7 +1170,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1190,7 +1190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1210,7 +1210,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1230,7 +1230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1250,7 +1250,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1270,7 +1270,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1290,7 +1290,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the message was handled (boolean) </dd> @@ -1335,7 +1335,7 @@ Public method to get the users count of the channel. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> users count of the channel (integer) </dd> @@ -1355,7 +1355,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -1396,7 +1396,7 @@ Public method to get the name of the channel. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the channel (string) </dd> @@ -1480,7 +1480,7 @@ Public method to get the part message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> part message (string) </dd> @@ -1616,7 +1616,7 @@ Public method to get the nick name of the user. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> nick name of the user (string) </dd> @@ -1735,7 +1735,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> away icon (QIcon) </dd> @@ -1762,7 +1762,7 @@ Public method to check, if the user is allowed to change the topic. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the topic can be changed (boolean) </dd> @@ -1796,7 +1796,7 @@ Public method to check, if this user is ignored. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the ignored status </dd> @@ -1815,7 +1815,7 @@ Public method to get the user name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user name (string) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcIdentitiesEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcIdentitiesEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -186,7 +186,7 @@ Private method to check the data for the current identity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful check (boolean) </dd> @@ -247,7 +247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the event should be filtered out (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcNetworkEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcNetworkEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -201,7 +201,7 @@ Public method to get the network object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> edited network object (IrcNetwork) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcNetworkManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcNetworkManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -145,7 +145,7 @@ Public method to check the auto join status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if the channel should be joined automatically (boolean) @@ -159,7 +159,7 @@ Public method to get the channel key. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> channel key (string) </dd> @@ -172,7 +172,7 @@ Public method to get the channel name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> channel name (string) </dd> @@ -370,7 +370,7 @@ Class method to create the default identity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default identity (IrcIdentity) </dd> @@ -397,7 +397,7 @@ Public method to get the AWAY message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> AWAY message (string) </dd> @@ -410,7 +410,7 @@ Public method to get the real identity name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> real identity name (string) </dd> @@ -423,7 +423,7 @@ Public method to get the identity name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> identity name (string) </dd> @@ -436,7 +436,7 @@ Public method to get the nick names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> nick names (list of string) </dd> @@ -449,7 +449,7 @@ Public method to get the PART message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> PART message (string) </dd> @@ -462,7 +462,7 @@ Public method to get the password. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> password (string) </dd> @@ -475,7 +475,7 @@ Public method to get the QUIT message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> QUIT message (string) </dd> @@ -488,7 +488,7 @@ Public method to get the real name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> real name (string) </dd> @@ -502,7 +502,7 @@ identification. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> service name (string) </dd> @@ -530,7 +530,7 @@ upon AWAY. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to remember the chat position (boolean) </dd> @@ -818,7 +818,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default network object (IrcNetwork) </dd> @@ -860,7 +860,7 @@ start-up. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an auto connect (boolean) </dd> @@ -894,7 +894,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the channel (IrcChannel) </dd> @@ -907,7 +907,7 @@ Public method to get the list of channels. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of channel names (list of string) </dd> @@ -920,7 +920,7 @@ Public method to get the channels. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of channels for the network (list of IrcChannel) </dd> @@ -933,7 +933,7 @@ Public method to get the name of the identity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> identity name (string) </dd> @@ -946,7 +946,7 @@ Public method to get the network name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> network name (string) </dd> @@ -959,7 +959,7 @@ Public method to get the server object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the server (IrcServer) </dd> @@ -972,7 +972,7 @@ Public method to get the server name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> server name (string) </dd> @@ -1320,7 +1320,7 @@ Public method to get a copy of all identities. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of all identities (dict of IrcIdentity) </dd> @@ -1345,7 +1345,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the identity (IrcIdentity) </dd> @@ -1358,7 +1358,7 @@ Public method to get the names of all identities. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> names of all identities (list of string) </dd> @@ -1378,7 +1378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the network object (IrcNetwork) </dd> @@ -1391,7 +1391,7 @@ Public method to get a list of all known network names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of network names (list of string) </dd> @@ -1565,7 +1565,7 @@ Public method to get the server name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> server name (string) </dd> @@ -1578,7 +1578,7 @@ Public method to get the password. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> password (string) </dd> @@ -1591,7 +1591,7 @@ Public method to get the server port number. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> port number (integer) </dd> @@ -1688,7 +1688,7 @@ Public method to check for SSL usage. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating SSL usage (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcNetworkWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcNetworkWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -393,7 +393,7 @@ selected network. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> associated channels (list of IrcChannel) </dd> @@ -406,7 +406,7 @@ Public method to get the currently selected nick name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected nick name (string) </dd> @@ -447,7 +447,7 @@ Public method to check, if the network is connected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a connected network (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcServerEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcServerEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> server object (IrcServer) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -76,7 +76,7 @@ Module function to get the dictionary with the channel modes mappings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with channel modes mapping (dict) </dd> @@ -99,7 +99,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed message (string) </dd> @@ -115,7 +115,7 @@ Module method to generate a time stamp string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> time stamp (string) </dd>
--- a/eric6/Documentation/Source/eric6.Network.IRC.IrcWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Network.IRC.IrcWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -369,7 +369,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -403,7 +403,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -437,7 +437,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -465,7 +465,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -493,7 +493,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -585,7 +585,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -605,7 +605,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the message was handled (boolean) </dd> @@ -768,7 +768,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a channel name (boolean) </dd> @@ -814,7 +814,7 @@ Public method to shut down the widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful shutdown (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.PipInterface.Pip.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PipInterface.Pip.html Sat Jan 16 16:51:23 2021 +0100 @@ -200,7 +200,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to abort the upgrade attempt </dd> @@ -261,7 +261,7 @@ Public method to get the index URL for PyPI. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index URL for PyPI </dd> @@ -280,7 +280,7 @@ Public method to get the index URL for XML RPC calls. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index URL for XML RPC calls </dd> @@ -320,7 +320,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the package name and version </dd> @@ -360,7 +360,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the package name, installed version and available version @@ -391,7 +391,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing PyPI package data </dd> @@ -410,7 +410,7 @@ Public method to get the string for the project environment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string for the project environment </dd> @@ -429,7 +429,7 @@ Public method to get the name of the user configuration file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the user configuration file </dd> @@ -455,7 +455,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the virtualenv configuration file </dd> @@ -481,7 +481,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interpreter path </dd> @@ -512,7 +512,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of virtual environment names </dd> @@ -620,7 +620,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating success and the output of the process @@ -665,7 +665,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful execution </dd> @@ -714,7 +714,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful execution </dd>
--- a/eric6/Documentation/Source/eric6.PipInterface.PipDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PipInterface.PipDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -258,7 +258,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the process </dd> @@ -285,7 +285,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the first process </dd>
--- a/eric6/Documentation/Source/eric6.PipInterface.PipFileSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PipInterface.PipFileSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the name of the selected file and a flag indicating to install to the user install directory
--- a/eric6/Documentation/Source/eric6.PipInterface.PipPackageDetailsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PipInterface.PipPackageDetailsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted size </dd> @@ -162,7 +162,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted date string </dd> @@ -234,7 +234,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed text </dd>
--- a/eric6/Documentation/Source/eric6.PipInterface.PipPackagesInputDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PipInterface.PipPackagesInputDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the list of package specifications and a flag indicating to install to the user install directory
--- a/eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PipInterface.PipPackagesWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -356,7 +356,7 @@ Private method to get a list of all items that can be updated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items that can be updated </dd> @@ -375,7 +375,7 @@ Private method to get the pip version of the selected environment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the version number or tuple with all zeros in case pip is not available @@ -430,7 +430,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -522,7 +522,7 @@ selected environment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability </dd> @@ -609,7 +609,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> score value </dd> @@ -653,7 +653,7 @@ Private method to get a list of selected items that can be updated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected items that can be updated </dd> @@ -726,7 +726,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of packages </dd>
--- a/eric6/Documentation/Source/eric6.PluginManager.PluginExceptions.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PluginManager.PluginExceptions.html Sat Jan 16 16:51:23 2021 +0100 @@ -236,7 +236,7 @@ Special method returning a representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd> @@ -249,7 +249,7 @@ Special method returning a string representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd>
--- a/eric6/Documentation/Source/eric6.PluginManager.PluginInstallDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PluginManager.PluginInstallDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to check, if a restart of the IDE is required. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a restart is required (boolean) </dd> @@ -242,7 +242,7 @@ Private method to create a list of plugin archive names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of plugin archive names (list of strings) </dd> @@ -263,7 +263,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean), error message upon failure (string) and flag indicating a restart @@ -278,7 +278,7 @@ Private method to install the selected plugin archives. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -385,7 +385,7 @@ Public method to check, if a restart of the IDE is required. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a restart is required (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.PluginManager.PluginManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PluginManager.PluginManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -348,7 +348,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the module satisfies all requirements for being activated (boolean) @@ -382,7 +382,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the module satisfies all requirements for being deactivated (boolean) @@ -425,7 +425,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionay containing plug-in data </dd> @@ -476,7 +476,7 @@ If the plugin folders don't exist, they are created (if possible). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of a flag indicating existence of any of the plugin directories (boolean) and a message (string) @@ -490,7 +490,7 @@ Private method to check, if there are plugins available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of plugins (boolean) </dd> @@ -533,7 +533,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the initialized plugin object </dd> @@ -677,7 +677,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of API filenames (list of string) </dd> @@ -717,7 +717,7 @@ </dl> </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> plug-in configuration data </dd> @@ -737,7 +737,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> details of the plugin as a dictionary </dd> @@ -757,7 +757,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the requested plugin directory (string) </dd> @@ -778,7 +778,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with name as key and display string as value (dictionary of string) @@ -793,7 +793,7 @@ external tool. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of dictionaries containing the data. Each dictionary must either contain data for the determination or the data to be @@ -833,7 +833,7 @@ Public method to get infos about all loaded plug-ins. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of dictionaries with keys "module_name", "plugin_name", "version", "auto_activate", "active", "short_desc", "error" @@ -862,7 +862,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of plugin module names (list of string) </dd> @@ -892,7 +892,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the initialized plugin object </dd> @@ -916,7 +916,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preview pixmap (QPixmap) </dd> @@ -930,7 +930,7 @@ by a plug-in. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with documentation type as key and list of files as value @@ -955,7 +955,7 @@ a tuple with the vcs name (string) and vcs display string (string). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with indicator as key and a list of tuples as values. Each tuple contains the vcs name (string) and vcs display @@ -1027,7 +1027,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the plugin is active (boolean) </dd> @@ -1047,7 +1047,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the plugin is loaded (boolean) </dd> @@ -1070,7 +1070,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid plugin name (boolean) </dd> @@ -1157,7 +1157,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the plugin module was found in sys.modules (boolean) @@ -1178,7 +1178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PluginManager.PluginRepositoryDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to get the list of recently downloaded plugin files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of plugin filenames (list of strings) </dd> @@ -347,7 +347,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified URL </dd> @@ -521,7 +521,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted description (string) </dd> @@ -534,7 +534,7 @@ Private method to check, if there are any hidden plug-ins. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of hidden plug-ins (boolean) </dd> @@ -575,7 +575,7 @@ Private method to get all selected items without the toplevel ones. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected items (list) </dd> @@ -646,7 +646,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> plug-in update status (integer, one of PluginStatusNew, PluginStatusUpToDate, PluginStatusLocalUpdate, @@ -703,7 +703,7 @@ Public method to get the list of recently downloaded plugin files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of plugin filenames (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.PluginManager.PluginUninstallDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PluginManager.PluginUninstallDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -187,7 +187,7 @@ Private slot to uninstall the selected plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Annotations.AnnotationsChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -216,7 +216,7 @@ Private method to generate an AST for our source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated AST </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the given code </dd> @@ -471,7 +471,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> annotation complexity </dd> @@ -500,7 +500,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of type annotations </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.AstUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -106,7 +106,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the node </dd> @@ -142,7 +142,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the node </dd> @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a bytes or string </dd> @@ -207,7 +207,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a bytes or string </dd> @@ -236,7 +236,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a bytes </dd> @@ -265,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a bytes </dd> @@ -294,7 +294,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a name constant </dd> @@ -323,7 +323,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a name constant </dd> @@ -352,7 +352,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a number </dd> @@ -381,7 +381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a number </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string </dd> @@ -439,7 +439,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleAddBuiltinIgnoreDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the left and right hand side of the assignment </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error code (string) </dd> @@ -205,7 +205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of statistics data and list of result dictionaries with keys: @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the error dictionary with syntax error details and a statistics dictionary or a tuple containing two None @@ -327,7 +327,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of statistics (dict) and list of results (tuple for each found violation of style (lineno, position, text, ignored, fixed, @@ -372,7 +372,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the extracted flags (list of strings) </dd> @@ -399,7 +399,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the code </dd> @@ -421,7 +421,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -437,7 +437,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -464,7 +464,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an acknowledged security report </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCheckerDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -334,7 +334,7 @@ Private method to assemble the list of excluded checks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of excluded checks as a comma separated string. </dd> @@ -429,7 +429,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created item </dd> @@ -457,7 +457,7 @@ to be ignored. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the builtins assignments to be ignored </dd> @@ -488,7 +488,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> checker categories as a list or comma separated string </dd> @@ -507,7 +507,7 @@ Private method to get the list of commented code whitelist patterns. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of commented code whitelist patterns </dd> @@ -533,7 +533,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eol string </dd> @@ -552,7 +552,7 @@ Private method to extract all selected items for fixable issues. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected items for fixable issues </dd> @@ -571,7 +571,7 @@ Private method to get the expected future imports. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> expected future imports as a comma separated string </dd> @@ -656,7 +656,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a fixable issue </dd> @@ -706,7 +706,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of checker options </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleCodeSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to get a comma separated list of codes selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> comma separated list of selected codes </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.CodeStyleFixer.html Sat Jan 16 16:51:23 2021 +0100 @@ -369,7 +369,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating it should be fixed (boolean) </dd> @@ -383,7 +383,7 @@ lines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing two lists of integer with start and end tuples of lines @@ -420,7 +420,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -459,7 +459,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -498,7 +498,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -541,7 +541,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -581,7 +581,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -625,7 +625,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -669,7 +669,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -713,7 +713,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -757,7 +757,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -801,7 +801,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -845,7 +845,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -889,7 +889,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -933,7 +933,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -977,7 +977,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1016,7 +1016,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1060,7 +1060,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1103,7 +1103,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1146,7 +1146,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1190,7 +1190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1234,7 +1234,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1277,7 +1277,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1316,7 +1316,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1356,7 +1356,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1395,7 +1395,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1434,7 +1434,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1474,7 +1474,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1513,7 +1513,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1557,7 +1557,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1600,7 +1600,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1643,7 +1643,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1682,7 +1682,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1725,7 +1725,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1768,7 +1768,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1807,7 +1807,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1851,7 +1851,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1894,7 +1894,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -1933,7 +1933,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a change was done (boolean) </dd> @@ -1971,7 +1971,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -2010,7 +2010,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -2049,7 +2049,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -2088,7 +2088,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, a list of arguments for the @@ -2124,7 +2124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> corrected line </dd> @@ -2137,7 +2137,7 @@ Private method to get the ID for a deferred fix. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ID for a deferred fix (integer) </dd> @@ -2157,7 +2157,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indentation string (string) </dd> @@ -2170,7 +2170,7 @@ Private method to determine the indentation type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string to be used for an indentation (string) </dd> @@ -2195,7 +2195,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of a tuple of two integers giving the start of the logical line, another tuple of two integers giving the end @@ -2212,7 +2212,7 @@ strings and these which are part of a documentation string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of a set of line numbers belonging to a multi line string and a set of line numbers belonging to a multi line @@ -2227,7 +2227,7 @@ Public method to apply all deferred fixes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the fix results </dd> @@ -2255,7 +2255,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating an applied/deferred fix (-1, 0, 1), a message code for the fix, arguments list for the message @@ -2277,7 +2277,7 @@ against each other. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that one string starts with the other (boolean) @@ -2298,7 +2298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error message on failure (tuple of str) </dd> @@ -2380,7 +2380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> logical line (string) </dd> @@ -2394,7 +2394,7 @@ to indent things to. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lists, where each list represents valid indent levels for the line in question, relative from the initial indent. However, @@ -2524,7 +2524,7 @@ Private method to break multi line strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the shortened line and the changed next line (string, string) @@ -2545,7 +2545,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating syntax is ok (boolean) </dd> @@ -2566,7 +2566,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of unmatched open/close brackets (integer) </dd> @@ -2586,7 +2586,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indentation string (string) </dd> @@ -2611,7 +2611,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the possibility of being inside a string or comment @@ -2632,7 +2632,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rank of the candidate (integer) </dd> @@ -2653,7 +2653,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code line (string) </dd> @@ -2674,7 +2674,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> shortened comment line (string) </dd> @@ -2703,7 +2703,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of candidates (list of string) </dd> @@ -2716,7 +2716,7 @@ Public method to shorten the line wrapped by the class instance. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of a flag indicating successful shortening, the shortened line and the changed next line (boolean, string, string) @@ -2812,7 +2812,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated statistics </dd> @@ -2832,7 +2832,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of leading blanks (integer) </dd> @@ -2852,7 +2852,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fixed line (string) </dd> @@ -2865,7 +2865,7 @@ Public method to get a line of text for tokenize. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line of text (string) </dd> @@ -2878,7 +2878,7 @@ Public method to run the re-indenter. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that a change was done (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Complexity.ComplexityChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Complexity.ComplexityChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the given code </dd> @@ -286,7 +286,7 @@ Public method to calculate the median. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> median line complexity value </dd> @@ -305,7 +305,7 @@ Public method to get a sorted list of (line, nodes) tuples. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of (line, nodes) tuples </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.DocStyle.DocStyleChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,6 +141,10 @@ <td>Private method to check, that method docstring summaries start with specific words.</td> </tr> <tr> +<td><a href="#DocStyleChecker.__checkEricYield">__checkEricYield</a></td> +<td>Private method to check, that docstrings contain an @yield line if they return anything and don't otherwise.</td> +</tr> +<tr> <td><a href="#DocStyleChecker.__checkFunctionDocstring">__checkFunctionDocstring</a></td> <td>Private method to check, that all public functions and methods have a docstring.</td> </tr> @@ -611,6 +615,25 @@ context of the docstring (DocStyleContext) </dd> </dl> +<a NAME="DocStyleChecker.__checkEricYield" ID="DocStyleChecker.__checkEricYield"></a> +<h4>DocStyleChecker.__checkEricYield</h4> +<b>__checkEricYield</b>(<i>docstringContext, context</i>) + +<p> + Private method to check, that docstrings contain an @yield line + if they return anything and don't otherwise. +</p> +<dl> + +<dt><i>docstringContext</i></dt> +<dd> +docstring context (DocStyleContext) +</dd> +<dt><i>context</i></dt> +<dd> +context of the docstring (DocStyleContext) +</dd> +</dl> <a NAME="DocStyleChecker.__checkFunctionDocstring" ID="DocStyleChecker.__checkFunctionDocstring"></a> <h4>DocStyleChecker.__checkFunctionDocstring</h4> <b>__checkFunctionDocstring</b>(<i>docstringContext, context</i>) @@ -838,7 +861,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two list of argument names, one for arguments and one for keyword arguments (tuple of list of string) @@ -859,7 +882,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> summary line (string) and the line it was found on (integer) </dd> @@ -879,7 +902,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> summary lines (list of string) and the line it was found on (integer) @@ -900,7 +923,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the given code (boolean) </dd> @@ -913,7 +936,7 @@ Private method to extract top-level classes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted class contexts (list of DocStyleContext) </dd> @@ -933,7 +956,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested contexts (list of DocStyleContext) </dd> @@ -957,7 +980,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> context of extracted docstring (DocStyleContext) </dd> @@ -970,7 +993,7 @@ Private method to extract top-level functions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted function contexts (list of DocStyleContext) </dd> @@ -983,7 +1006,7 @@ Private method to extract methods of all classes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted method contexts (list of DocStyleContext) </dd> @@ -1003,7 +1026,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> context of extracted docstring (DocStyleContext) </dd> @@ -1023,7 +1046,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted function or class contexts (list of DocStyleContext) </dd> @@ -1036,7 +1059,7 @@ Private method to get the next line from the source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next line of source (string) </dd> @@ -1070,7 +1093,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> last token of the indented block </dd> @@ -1181,7 +1204,7 @@ Public method to get the context type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> context type (string) </dd> @@ -1194,7 +1217,7 @@ Public method to get the end line number. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line number (integer) </dd> @@ -1207,7 +1230,7 @@ Public method to get the indentation of the first line. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indentation string (string) </dd> @@ -1234,7 +1257,7 @@ Public method to get the source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source (list of string) </dd> @@ -1247,7 +1270,7 @@ Public method to get the special context attribute string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> attribute string </dd> @@ -1266,7 +1289,7 @@ Public method to get the joined source lines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source (string) </dd> @@ -1279,7 +1302,7 @@ Public method to get the start line number. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start line number (integer) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -389,7 +389,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> keyword node </dd> @@ -508,7 +508,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> logging level </dd> @@ -534,7 +534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the function call uses format </dd> @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating we are inside the extra keyword </dd> @@ -579,7 +579,7 @@ Private method to check, if we are inside a logging argument. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating we are inside a logging argument </dd> @@ -598,7 +598,7 @@ Private method to check, if we are inside a logging statement. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating we are inside a logging statement </dd> @@ -987,7 +987,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to check the node </dd> @@ -1032,7 +1032,7 @@ Private method to generate an AST for our source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated AST </dd> @@ -1051,7 +1051,7 @@ Private method to get the defined coding of the source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the line number and the coding </dd> @@ -1077,7 +1077,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> format field information as a tuple with fields, implicit field definitions present and explicit field definitions present @@ -1104,7 +1104,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the given code </dd> @@ -1193,7 +1193,7 @@ Public method to return the extracted names and Name nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the names as keys and the list of nodes </dd> @@ -1443,7 +1443,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of references </dd> @@ -1469,7 +1469,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the node contains a False value </dd> @@ -1495,7 +1495,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the node contains a None value </dd> @@ -1514,7 +1514,7 @@ Private method to check the existance of a return result. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of a return result </dd> @@ -1575,7 +1575,7 @@ Public method to get the Assign nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the node name as key and line number as value @@ -1595,7 +1595,7 @@ Public method to get the References nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the node name as key and line number as value @@ -1615,7 +1615,7 @@ Public method to get the Return nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the node name as key and line number as value @@ -1833,7 +1833,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1863,7 +1863,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -2211,13 +2211,13 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> call path components </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> str </dd>
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousDefaults.html Sat Jan 16 16:51:23 2021 +0100 @@ -0,0 +1,44 @@ +<!DOCTYPE html> +<html><head> +<title>eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousDefaults</title> +<meta charset="UTF-8"> +<style> +body { + background: #EDECE6; + margin: 0em 1em 10em 1em; + color: black; +} + +h1 { color: white; background: #85774A; } +h2 { color: white; background: #85774A; } +h3 { color: white; background: #9D936E; } +h4 { color: white; background: #9D936E; } + +a { color: #BA6D36; } + +</style> +</head> +<body> +<a NAME="top" ID="top"></a> +<h1>eric6.Plugins.CheckerPlugins.CodeStyleChecker.Miscellaneous.MiscellaneousDefaults</h1> + +<p> +Module implementing complex defaults for the miscellaneous checker. +</p> +<h3>Global Attributes</h3> + +<table> +<tr><td>MiscellaneousCheckerDefaultArgs</td></tr> +</table> +<h3>Classes</h3> + +<table> +<tr><td>None</td></tr> +</table> +<h3>Functions</h3> + +<table> +<tr><td>None</td></tr> +</table> +<hr /> +</body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Naming.NamingStyleChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Naming.NamingStyleChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -185,10 +185,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__checkFunctionArgumentNames" ID="NamingStyleChecker.__checkFunctionArgumentNames"></a> @@ -216,10 +221,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__checkFunctionName" ID="NamingStyleChecker.__checkFunctionName"></a> @@ -249,10 +259,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__checkImportAs" ID="NamingStyleChecker.__checkImportAs"></a> @@ -275,10 +290,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__checkModule" ID="NamingStyleChecker.__checkModule"></a> @@ -303,10 +323,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__checkNameToBeAvoided" ID="NamingStyleChecker.__checkNameToBeAvoided"></a> @@ -328,10 +353,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__checkVariablesInFunction" ID="NamingStyleChecker.__checkVariablesInFunction"></a> @@ -356,10 +386,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> tuple giving line number, offset within line and error code - (integer, integer, string) +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__error" ID="NamingStyleChecker.__error"></a> @@ -381,7 +416,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving line number, offset within line and error code (integer, integer, string) @@ -416,7 +451,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of argument names (list of string) </dd> @@ -436,7 +471,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to avoid it (boolen) </dd> @@ -471,10 +506,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -tuple giving line number, offset within line, code and - checker function +tuple giving line number, offset within line and error code +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.__visitTree" ID="NamingStyleChecker.__visitTree"></a> @@ -492,10 +532,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -tuple giving line number, offset within line, code and - checker function +tuple giving line number, offset within line and error code +</dd> +</dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (int, int, str) </dd> </dl> <a NAME="NamingStyleChecker.run" ID="NamingStyleChecker.run"></a> @@ -506,7 +551,7 @@ Public method run by the pycodestyle.py checker. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving line number, offset within line, code and checker function
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -60,7 +60,7 @@ with the check function and associated message codes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing list of tuples with checker data </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.assert.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.awsHardcodedPassword.html Sat Jan 16 16:51:23 2021 +0100 @@ -87,7 +87,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes @@ -125,7 +125,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Shannon entropy of the given data </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListCalls.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListCalls.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListImports.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.blackListImports.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.certificateValidation.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoSqlInjection.html Sat Jan 16 16:51:23 2021 +0100 @@ -116,7 +116,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes @@ -146,7 +146,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with keyword name and value </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.djangoXssVulnerability.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an assignement </dd> @@ -170,7 +170,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of nodes assigned </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a secure evaluation </dd> @@ -294,7 +294,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a secure evaluation </dd> @@ -316,7 +316,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes @@ -346,7 +346,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> call node </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.exec.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.flaskDebug.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalBindAllInterfaces.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalFilePermissions.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedPassword.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedTmp.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.generalHardcodedTmp.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionParamiko.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionShell.html Sat Jan 16 16:51:23 2021 +0100 @@ -93,7 +93,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> severity level (L, M or H) </dd> @@ -265,7 +265,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes @@ -295,7 +295,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating the presence of the 'shell' argument and flag indicating the value of the 'shell' argument
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionSql.html Sat Jan 16 16:51:23 2021 +0100 @@ -73,7 +73,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -102,7 +102,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execute call and the resulting statement @@ -150,7 +150,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionWildcard.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.injectionWildcard.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureHashlibNew.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureHashlibNew.html Sat Jan 16 16:51:23 2021 +0100 @@ -85,7 +85,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.insecureSslTls.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.jinja2Templates.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.makoTemplates.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.sshNoHostKeyVerification.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.tryExcept.html Sat Jan 16 16:51:23 2021 +0100 @@ -112,7 +112,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.weakCryptographicKey.html Sat Jan 16 16:51:23 2021 +0100 @@ -93,7 +93,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an error was reported </dd> @@ -130,7 +130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an error was reported </dd> @@ -167,7 +167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an error was reported </dd> @@ -214,7 +214,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.Checks.yamlLoad.html Sat Jan 16 16:51:23 2021 +0100 @@ -83,7 +83,7 @@ Public method to get a dictionary with checks handled by this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing checker lists containing checker function and list of codes
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -149,7 +149,7 @@ Private method to generate an AST for our source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated AST </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the given code </dd> @@ -201,7 +201,7 @@ Public method to get the configuration dictionary. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the configuration </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityContext.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityContext.html Sat Jan 16 16:51:23 2021 +0100 @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted Python object </dd> @@ -217,7 +217,7 @@ interactive use. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the object </dd> @@ -236,7 +236,7 @@ Public method to get the value of a standalone bytes object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of a standalone bytes object </dd> @@ -255,7 +255,7 @@ Public method to get a list of function args. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of function args </dd> @@ -274,7 +274,7 @@ Public method to get the number of args a function call has. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of args a function call has </dd> @@ -293,7 +293,7 @@ Public method to get the name (not FQ) of a function call. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name (not FQ) of a function call </dd> @@ -312,7 +312,7 @@ Public method to get the FQ name of a function call. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> FQ name of a function call </dd> @@ -331,7 +331,7 @@ Public method to get a dictionary of keyword parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of keyword parameters </dd> @@ -362,7 +362,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> True if argument found and matched, False if found and not matched, None if argument not found at all @@ -383,7 +383,7 @@ function def. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of fully qualified default values in a function def </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the argument at the specified position if it exists </dd> @@ -436,7 +436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the named argument </dd> @@ -462,7 +462,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number of the found argument or -1 </dd> @@ -488,7 +488,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> offset of the found argument or -1 </dd> @@ -515,7 +515,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the given module was found </dd> @@ -542,7 +542,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the given module was found </dd> @@ -569,7 +569,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the given module was found </dd> @@ -588,7 +588,7 @@ Public method to get the raw AST node associated with the context. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> raw AST node associated with the context </dd> @@ -607,7 +607,7 @@ Public method to get the raw AST for the current statement. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> raw AST for the current statement </dd> @@ -626,7 +626,7 @@ Public method to get the value of a standalone string object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of a standalone string object </dd> @@ -653,7 +653,7 @@ potentially badly encoded string in the code. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sequence of printable ascii bytes representing original string </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityNodeVisitor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityNodeVisitor.html Sat Jan 16 16:51:23 2021 +0100 @@ -190,7 +190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to visit the node </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.Security.SecurityUtils.html Sat Jan 16 16:51:23 2021 +0100 @@ -161,7 +161,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the root node of the expression and the string value @@ -195,7 +195,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ultimate value </dd> @@ -233,7 +233,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> escaped bytes object </dd> @@ -275,7 +275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> qualified name of the attribute </dd> @@ -308,7 +308,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the ast.Call node </dd> @@ -342,7 +342,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function name of the node </dd> @@ -383,7 +383,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> qualified name of the module </dd> @@ -423,7 +423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> qualified attribute name </dd> @@ -452,7 +452,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the line number range </dd> @@ -482,7 +482,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the line number range </dd> @@ -515,7 +515,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extended namespace </dd> @@ -549,7 +549,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the namespace path head and tail </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.CodeStyleChecker.translations.html Sat Jan 16 16:51:23 2021 +0100 @@ -58,7 +58,7 @@ Module function to get a list of known message codes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of known message codes </dd> @@ -98,7 +98,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translated and formatted message </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheck.html Sat Jan 16 16:51:23 2021 +0100 @@ -103,7 +103,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -142,7 +142,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the extracted flags (list of strings) </dd> @@ -158,7 +158,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -174,7 +174,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code (string) </dd> @@ -268,7 +268,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.SyntaxCheckService.html Sat Jan 16 16:51:23 2021 +0100 @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language of the file or None if not found (str or None) </dd> @@ -290,7 +290,7 @@ syntax checker dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> set of all supported file extensions (set of str) </dd> @@ -303,7 +303,7 @@ Public method to return the supported language names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of languanges supported (list of str) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsCheckSyntax.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -108,7 +108,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -124,7 +124,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client (function) </dd> @@ -184,7 +184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -210,7 +210,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.jsonCheckSyntax.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -114,7 +114,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client </dd> @@ -136,7 +136,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client </dd> @@ -202,7 +202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -234,7 +234,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.tomlCheckSyntax.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -114,7 +114,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client </dd> @@ -136,7 +136,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client </dd> @@ -165,7 +165,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code </dd> @@ -231,7 +231,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings
--- a/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.CheckerPlugins.SyntaxChecker.yamlCheckSyntax.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings @@ -114,7 +114,7 @@ Initialize the batch service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client </dd> @@ -136,7 +136,7 @@ Initialize the service and return the entry point. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the entry point for the background client </dd> @@ -165,7 +165,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized code </dd> @@ -252,7 +252,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the keys 'error' and 'warnings' which hold a list containing details about the error/ warnings
--- a/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiConfigDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -173,7 +173,7 @@ the default settings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of the commandline parameters and non default parameters (list of strings, dictionary)
--- a/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericapi.EricapiExecDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the successful start of the process (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocConfigDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -255,7 +255,7 @@ the default settings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of the commandline parameters and non default parameters (list of strings, dictionary)
--- a/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.DocumentationPlugins.Ericdoc.EricdocExecDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the successful start of the process (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginAbout.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginAbout.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginCodeStyleChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -350,7 +350,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginEricapi.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginEricapi.html Sat Jan 16 16:51:23 2021 +0100 @@ -158,7 +158,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd> @@ -181,7 +181,7 @@ Public method to support the display of some executable info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data to query the presence of the executable
--- a/eric6/Documentation/Source/eric6.Plugins.PluginEricdoc.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginEricdoc.html Sat Jan 16 16:51:23 2021 +0100 @@ -158,7 +158,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd> @@ -181,7 +181,7 @@ Public method to support the display of some executable info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data to query the presence of the executable
--- a/eric6/Documentation/Source/eric6.Plugins.PluginSyntaxChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginSyntaxChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -212,7 +212,7 @@ Private methode to determine the syntax check options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> state of checkFlakes and ignoreStarImportWarnings (bool, bool) </dd> @@ -311,7 +311,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginTranslator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginTranslator.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd> @@ -179,7 +179,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -240,7 +240,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page </dd> @@ -256,7 +256,7 @@ Module function returning data as required by the configuration dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the relevant data </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginVcsGit.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginVcsGit.html Sat Jan 16 16:51:23 2021 +0100 @@ -162,7 +162,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -214,7 +214,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of reference to instantiated viewmanager and activation status (boolean) @@ -235,7 +235,7 @@ Public method to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -248,7 +248,7 @@ Public method to get a reference to the project helper object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project helper object </dd> @@ -314,7 +314,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page </dd> @@ -330,7 +330,7 @@ Public function to get the display string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string (string) </dd> @@ -346,7 +346,7 @@ Public method to support the display of some executable info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data to query the presence of the executable @@ -363,7 +363,7 @@ Module function returning data as required by the configuration dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with key "zzz_gitPage" containing the relevant data @@ -380,7 +380,7 @@ Public function to get the indicators for this version control system. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with indicator as key and a tuple with the vcs name (string) and vcs display string (string)
--- a/eric6/Documentation/Source/eric6.Plugins.PluginVcsMercurial.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginVcsMercurial.html Sat Jan 16 16:51:23 2021 +0100 @@ -162,7 +162,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -207,7 +207,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of reference to instantiated viewmanager and activation status (boolean) @@ -228,7 +228,7 @@ Public method to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -241,7 +241,7 @@ Public method to build a list of global options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of global options (list of string) </dd> @@ -254,7 +254,7 @@ Public method to get a reference to the project helper object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project helper object </dd> @@ -320,7 +320,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page </dd> @@ -336,7 +336,7 @@ Public function to get the display string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string (string) </dd> @@ -352,7 +352,7 @@ Public method to support the display of some executable info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data to query the presence of the executable @@ -369,7 +369,7 @@ Module function returning data as required by the configuration dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with key "zzz_mercurialPage" containing the relevant data @@ -386,7 +386,7 @@ Public function to get the indicators for this version control system. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with indicator as key and a tuple with the vcs name (string) and vcs display string (string)
--- a/eric6/Documentation/Source/eric6.Plugins.PluginVcsPySvn.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginVcsPySvn.html Sat Jan 16 16:51:23 2021 +0100 @@ -165,7 +165,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of reference to instantiated viewmanager and activation status (boolean) @@ -186,7 +186,7 @@ Public method to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -206,7 +206,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested refactoring setting </dd> @@ -219,7 +219,7 @@ Public method to get a reference to the project helper object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project helper object </dd> @@ -232,7 +232,7 @@ Public method to get the filename of the servers file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the servers file (string) </dd> @@ -306,7 +306,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page </dd> @@ -322,7 +322,7 @@ Public function to get the display string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string (string) </dd> @@ -338,7 +338,7 @@ Public method to support the display of some executable info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data to be shown </dd> @@ -354,7 +354,7 @@ Module function returning data as required by the configuration dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with key "zzz_subversionPage" containing the relevant data @@ -371,7 +371,7 @@ Public function to get the indicators for this version control system. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with indicator as key and a tuple with the vcs name (string) and vcs display string (string)
--- a/eric6/Documentation/Source/eric6.Plugins.PluginVcsSubversion.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginVcsSubversion.html Sat Jan 16 16:51:23 2021 +0100 @@ -165,7 +165,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of reference to instantiated viewmanager and activation status (boolean) @@ -186,7 +186,7 @@ Public method to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -206,7 +206,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting </dd> @@ -219,7 +219,7 @@ Public method to get a reference to the project helper object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project helper object </dd> @@ -232,7 +232,7 @@ Public method to get the filename of the servers file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the servers file (string) </dd> @@ -306,7 +306,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page </dd> @@ -322,7 +322,7 @@ Public function to get the display string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string (string) </dd> @@ -338,7 +338,7 @@ Public method to support the display of some executable info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data to query the presence of the executable @@ -355,7 +355,7 @@ Module function returning data as required by the configuration dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with key "zzz_subversionPage" containing the relevant data @@ -372,7 +372,7 @@ Public function to get the indicators for this version control system. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with indicator as key and a tuple with the vcs name (string) and vcs display string (string)
--- a/eric6/Documentation/Source/eric6.Plugins.PluginVmListspace.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginVmListspace.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of reference to instantiated viewmanager and activation status (boolean) @@ -137,7 +137,7 @@ Module function to return a preview pixmap. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preview pixmap (QPixmap) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginVmTabview.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginVmTabview.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of reference to instantiated viewmanager and activation status (boolean) @@ -137,7 +137,7 @@ Module function to return a preview pixmap. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preview pixmap (QPixmap) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardDotDesktop.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardDotDesktop.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ Public method to activate this plug-in. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardE5MessageBox.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardE5MessageBox.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardEricPlugin.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardEricPlugin.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string), the plug-in package name (string) and a flag indicating success (boolean) @@ -178,7 +178,7 @@ Public method to activate this plug-in. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardPyRegExp.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardPyRegExp.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardQColorDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardQColorDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) and a success flag (boolean) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardQFileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardQFileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -208,7 +208,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardQFontDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardQFontDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardQInputDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardQInputDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardQMessageBox.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardQMessageBox.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardQRegularExpression.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardQRegularExpression.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -166,7 +166,7 @@ Public method to activate this plugin. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.PluginWizardSetup.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.PluginWizardSetup.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated code (string) </dd> @@ -177,7 +177,7 @@ Public method to activate this plug-in. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of None and activation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.ConfigurationPage.TranslatorPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.ConfigurationPage.TranslatorPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Private method to get a list of checked language items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of checked language items (list of QListWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.Translator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.Translator.html Sat Jan 16 16:51:23 2021 +0100 @@ -154,7 +154,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon (QIcon) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.DeepLEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.DeepLEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name </dd> @@ -157,7 +157,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -171,7 +171,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GlosbeEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GlosbeEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -165,7 +165,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV1Engine.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with pronounce data (QByteArray) or error string (string) and success flag (boolean) @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -203,7 +203,7 @@ Public method indicating the Text-to-Speech capability. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the Text-to-Speech capability (boolean) </dd> @@ -216,7 +216,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV2Engine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.GoogleV2Engine.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -165,7 +165,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.IbmWatsonEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.IbmWatsonEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> adjusted language code </dd> @@ -186,7 +186,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name </dd> @@ -224,7 +224,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text and flag indicating success </dd> @@ -243,7 +243,7 @@ Public method indicating the Text-to-Speech capability. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the Text-to-Speech capability </dd> @@ -262,7 +262,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes </dd> @@ -289,7 +289,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported target languages for the given original </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MicrosoftEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MicrosoftEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -149,7 +149,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> access token (string) </dd> @@ -162,7 +162,7 @@ Private method to retrieve the client data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the API subscription key and a flag indicating validity @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped language code (string) </dd> @@ -202,7 +202,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -231,7 +231,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with pronounce data (QByteArray) or error string (string) and success flag (boolean) @@ -265,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -279,7 +279,7 @@ Public method indicating the Text-to-Speech capability. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the Text-to-Speech capability (boolean) </dd> @@ -292,7 +292,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MyMemoryEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.MyMemoryEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -165,7 +165,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.PromtEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.PromtEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -165,7 +165,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.TranslationEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -139,7 +139,7 @@ Public method to get the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with pronounce data (QByteArray) or error string (string) and success flag (boolean) @@ -202,7 +202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -216,7 +216,7 @@ Public method indicating the Text-to-Speech capability. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the Text-to-Speech capability (boolean) </dd> @@ -229,7 +229,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd> @@ -255,7 +255,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported target languages for the given original </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.YandexEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.YandexEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to return the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine name (string) </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -165,7 +165,7 @@ Public method to get the supported languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorEngines.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -77,7 +77,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translated engine name (string) </dd> @@ -100,7 +100,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> engine icon </dd> @@ -129,7 +129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> key request URL (string) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translation engine (TranslatorEngine) </dd> @@ -176,7 +176,7 @@ Module function to get the list of supported translation engines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> names of supported engines (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorLanguagesDb.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorLanguagesDb.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> three character language code (string) </dd> @@ -138,7 +138,7 @@ Public method to get a list of the supported language codes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported language codes (list of string) </dd> @@ -158,7 +158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translated language (string) </dd> @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language icon (QIcon) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorRequest.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorRequest.html Sat Jan 16 16:51:23 2021 +0100 @@ -123,7 +123,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> server response (QByteArray) or error message (string) </dd> @@ -156,7 +156,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of server response (string) and flag indicating success (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.UiExtensionPlugins.Translator.TranslatorWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -244,7 +244,7 @@ Private method to return the code of the selected original language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> code of the original language (string) </dd> @@ -290,7 +290,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of translated text (string) and flag indicating success (boolean) @@ -304,7 +304,7 @@ Private method to return the code of the selected translation language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> code of the translation language (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitAddRemoteDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with name and URL of the remote repository </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitApplyBundleDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -114,7 +114,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the bundle head (string) and the local branch name (string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitArchiveDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -161,7 +161,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of selected revision (string), archive format (string), archive file (string) and prefix (string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectLogBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -208,7 +208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBisectStartDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a bad commit (string), a list of good commits (list of strings) and a flag indicating to not
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBranchDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ Public method to retrieve the branch data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of an int, four strings and a boolean (branch operation, branch name, revision, new branch name,
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBranchPushDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the selected data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of selected branch name, remote name and a flag indicating all branches (tuple of two strings and a boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitBundleDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -148,7 +148,7 @@ Public method to retrieve the bundle data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of revision expressions (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitChangeRemoteUrlDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with name and new URL of the remote repository </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCherryPickDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -114,7 +114,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with list of commits, a flag indicating to append cherry-pick info to the commit message, a flag indicating to append
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCommandDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the data entered into this dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> commandline parameters (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCommitDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -165,7 +165,7 @@ Public method to retrieve the state of the amend flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> state of the amend flag (boolean) </dd> @@ -178,7 +178,7 @@ Public method to retrieve the log message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the log message (string) </dd> @@ -233,7 +233,7 @@ Public method to retrieve the state of the reset author flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> state of the reset author flag (boolean) </dd> @@ -260,7 +260,7 @@ Public method to retrieve the state of the staged only flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> state of the staged only flag (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitCopyDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the copy data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the target name (string) and a flag indicating the operation should be enforced (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -250,7 +250,7 @@ Public method to check, if the last action contained an add or delete. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of an add or delete (boolean) </dd> @@ -277,7 +277,7 @@ Public method to check for a normal process termination. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -291,7 +291,7 @@ error messages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -366,7 +366,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the process (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> merged list of file separator entries </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffGenerator.html Sat Jan 16 16:51:23 2021 +0100 @@ -238,7 +238,7 @@ Public method to return the result data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of lists of string containing lines of the diff, the diff between stage and repo for 'work2stage2repo' mode (empty @@ -280,7 +280,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the start status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffParser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitDiffParser.html Sat Jan 16 16:51:23 2021 +0100 @@ -156,7 +156,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hunk header (string) </dd> @@ -180,7 +180,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hunk header range (string) </dd> @@ -193,7 +193,7 @@ Private method to initialize a hunk data structure. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hunk data structure (dictionary) </dd> @@ -228,7 +228,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of hunk start and hunk length (integer, integer) </dd> @@ -248,7 +248,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> diff lines of the patch (string) </dd> @@ -276,7 +276,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> diff lines of the patch (string) </dd> @@ -289,7 +289,7 @@ Public method to get the header length. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> length of the header (integer) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitFetchDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -151,7 +151,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of remote name, remote url (for custom remotes), remote branches, local branch, a flag indicating to fetch from
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitListDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitListDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to return the selected entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected entries (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitLogBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -429,7 +429,7 @@ Private method to get the selected action mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected action mode (string, one of filter or find) </dd> @@ -545,7 +545,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> HTML table containing details </dd> @@ -589,7 +589,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the column and color index for the given node and a list of tuples indicating the edges @@ -629,7 +629,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd> @@ -673,7 +673,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the node (QIcon) </dd> @@ -738,7 +738,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd> @@ -765,7 +765,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the branch name and the associated commit ID of its branch head @@ -792,7 +792,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> color name </dd> @@ -818,7 +818,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> commit id shortened to 10 characters (string) </dd> @@ -856,7 +856,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the tag name and the associated commit ID @@ -911,7 +911,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> merged list of file separator entries </dd> @@ -924,7 +924,7 @@ Private slot to prepare the filed search data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of field index, search expression and flag indicating that the field index is a data role (integer, string, boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitMergeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -188,7 +188,7 @@ Public method to retrieve the merge data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the revision, a flag indicating that the merge shall be committed, the commit message, a flag indicating that a
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitNewProjectOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -142,7 +142,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of a string (project directory) and a dictionary containing the data entered.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -115,7 +115,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary containing the data entered </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPatchFilesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,7 +138,7 @@ Private method to get the list of patch files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of patch files (list of string) </dd> @@ -151,7 +151,7 @@ Public slot to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of list of patch files, strip count, flag indicating that the patch has inaccurate end-of-file marker and a flag
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPatchStatisticsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -142,7 +142,7 @@ Public method to get the data used to generate the statistics. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of list of patch files, strip count, flag indicating that the patch has inaccurate end-of-file marker and a flag
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPullDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPullDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -147,7 +147,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of remote name, remote url (for custom remotes), remote branches, a flag indicating to pull from all repositories
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPushDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitPushDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> remote name, list of branches to be pushed, a flag indicating to push tags as well, a flag indicating
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitReflogBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -216,7 +216,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRemoteCredentialsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with name and URL of the remote repository </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRevisionSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -173,7 +173,7 @@ Public method to retrieve the selected revision. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected revision (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitRevisionsSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision (string) </dd> @@ -197,7 +197,7 @@ Public method to get the revisions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of two revisions (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStashDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public method to get the user data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the message (string), a flag indicating to keep changes in the staging area (boolean) and an indication to
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -447,7 +447,7 @@ Private method to retrieve all entries the user wants to commit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items, the user has checked </dd> @@ -461,7 +461,7 @@ selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items, the user has not checked </dd> @@ -474,7 +474,7 @@ Private method to retrieve all entries, that have a conflict status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a conflict status </dd> @@ -487,7 +487,7 @@ Private method to retrieve all entries, that have a missing status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a missing status </dd> @@ -500,7 +500,7 @@ Private method to retrieve all entries, that have a modified status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a modified status </dd> @@ -513,7 +513,7 @@ Private method to retrieve all entries, that have a modified status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a modified status </dd> @@ -527,7 +527,7 @@ status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a stageable status </dd> @@ -541,7 +541,7 @@ status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with an unstageable status </dd> @@ -555,7 +555,7 @@ status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with an unversioned status </dd> @@ -671,7 +671,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of start and end indexes (integer, integer) </dd> @@ -733,7 +733,7 @@ Private method to generate a temporary patch file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the temporary file (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitStatusMonitorThread.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ shown in the main window status bar right next to the status indicator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> short info message </dd> @@ -163,7 +163,7 @@ </ul> </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating successful operation (boolean) and a status message in case of non successful operation (string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmoduleAddDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmoduleAddDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> relative path or unchanged path, if path doesn't belong to the project @@ -171,7 +171,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the repository URL, optional branch name, optional logical name, optional submodule path and a flag
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesDeinitDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag to indicate all submodules, a list of selected submodules and a flag indicating an enforced operation
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesSummaryOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesSummaryOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of selected submodules, a flag indicating to show summary for the superproject index, a flag
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesSyncDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesSyncDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of selected submodules and a flag indicating a recursive operation
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesUpdateOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitSubmodulesUpdateOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -110,7 +110,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the update procedure, a flag indicating an init, a flag indicating an update with remote, a flag indicating
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitTagBranchListDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -218,7 +218,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> commit id shortened to 10 characters (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitTagDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitTagDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to retrieve the tag data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two strings, two int and a boolean (tag, revision, tag operation, tag type, enforce operation)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitUserConfigDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with user's first name, last name and email address (tuple of three strings)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.GitUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -58,7 +58,7 @@ Public function to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -977,7 +977,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -990,7 +990,7 @@ Public method to get a reference to the project object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project object (Project) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.git.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsGit.git.html Sat Jan 16 16:51:23 2021 +0100 @@ -609,7 +609,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file (string) and an error message (string) </dd> @@ -629,7 +629,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of available stashes (list of string) </dd> @@ -649,7 +649,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of dictionaries with submodule name, path, URL and branch </dd> @@ -675,7 +675,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of selected submodule path and flag indicating a cancellation @@ -702,7 +702,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of selected submodule paths and flag indicating a cancellation @@ -742,7 +742,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -762,7 +762,7 @@ Public method to get a reference to the plugin object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the plugin object (VcsGitPlugin) </dd> @@ -851,7 +851,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -921,7 +921,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -969,7 +969,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a performed branch action (boolean) and a flag indicating, that the branch operation contained an add @@ -1035,7 +1035,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -1056,7 +1056,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the cancellation contained an add or delete (boolean) @@ -1126,7 +1126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -1147,7 +1147,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -1168,7 +1168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -1188,7 +1188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -1226,7 +1226,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful operation (boolean) </dd> @@ -1264,7 +1264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1376,7 +1376,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported archive formats (list of strings) </dd> @@ -1408,7 +1408,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of branches (list of string) </dd> @@ -1432,7 +1432,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of heads (list of strings) </dd> @@ -1452,7 +1452,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current branch (string) </dd> @@ -1476,7 +1476,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of remote repository branches (list of string) </dd> @@ -1500,7 +1500,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL of the remote repository </dd> @@ -1530,7 +1530,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples of remote repo name and repo URL (list of tuple of two strings) @@ -1551,7 +1551,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of remote repos (list of string) </dd> @@ -1575,7 +1575,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tags (list of string) or list of tuples of tag name and flag indicating a local tag (list of tuple of string @@ -1639,7 +1639,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly normalized url for git (string) </dd> @@ -1677,7 +1677,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -1762,7 +1762,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -1910,7 +1910,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the restore contained an add or delete (boolean) @@ -1935,7 +1935,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the restore contained an add or delete (boolean) @@ -1970,7 +1970,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful deletion (boolean) </dd> @@ -1994,7 +1994,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful deletion (boolean) </dd> @@ -2018,7 +2018,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the restore contained an add or delete (boolean) @@ -2039,7 +2039,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the save contained an add or delete (boolean) @@ -2227,7 +2227,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -2277,7 +2277,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of command options (list of string) </dd> @@ -2368,7 +2368,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -2398,7 +2398,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -2515,7 +2515,7 @@ Public method used to test for the presence of the git executable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existance (boolean) and an error message (string) @@ -2540,7 +2540,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -2570,7 +2570,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project browser helper object </dd> @@ -2590,7 +2590,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project helper object </dd> @@ -2622,7 +2622,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execution without errors and a flag indicating the version controll status @@ -2658,7 +2658,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always TRUE </dd> @@ -2741,7 +2741,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful operation (boolean) </dd> @@ -2754,7 +2754,7 @@ Public method returning the name of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always 'Git' (string) </dd> @@ -2775,7 +2775,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (GitNewProjectOptionsDialog) @@ -2809,7 +2809,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (GitOptionsDialog) </dd> @@ -2829,7 +2829,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -2868,7 +2868,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful operation (boolean) </dd> @@ -2888,7 +2888,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with ready formated info for display (string) </dd> @@ -2924,7 +2924,7 @@ Public method to signal the support of user settable command options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the support of user settable command options (boolean) @@ -2946,7 +2946,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the switch contained an add or delete (boolean) @@ -2976,7 +2976,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a performed tag action (boolean) </dd> @@ -3006,7 +3006,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.HgCloseHeadSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.HgCloseHeadSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the revision and the corresponding branch name @@ -144,7 +144,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a list of selected revisions and the commit message
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.CloseheadExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -144,7 +144,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.HgGpgSignDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -160,7 +160,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the revision, a flag indicating not to commit the signature, a commit message, an ID of the key to be used,
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.GpgExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -166,7 +166,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgAddSubrepositoryDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ Public method to get the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the relative path within the project, the sub-repository type and the sub-repository URL (string, string,
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgArchiveDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to retrieve the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the archive name (string), the archive type (string), the directory prefix 8string) and a flag indicating
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBackoutDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ Public method to retrieve the backout data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the revision, a flag indicating a merge, the commit date, the commit user and a commit message
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -183,7 +183,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the revision and the bookmark name (string, string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBookmarkRenameDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the old and new bookmark names (string, string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBranchInputDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -114,7 +114,7 @@ Public method to get the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of branch name (string) and a flag indicating to commit the branch (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgBundleDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ Public method to retrieve the bundle data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the revisions, base revisions, the compression type and a flag indicating to bundle all changesets (string,
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClient.html Sat Jan 16 16:51:23 2021 +0100 @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing data entered by the user and a flag indicating a password input @@ -208,7 +208,7 @@ Private method to read data from the command server. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of channel designator and channel data </dd> @@ -227,7 +227,7 @@ Private method to read the hello message sent by the command server. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating success and an error message in case of failure @@ -266,7 +266,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result code of the command, -1 if the command server wasn't started or -10, if the command was canceled @@ -337,7 +337,7 @@ Public method to get the repository path this client is serving. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> repository path </dd> @@ -356,7 +356,7 @@ Public method to check, if the server is executing a command. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the execution of a command </dd> @@ -379,7 +379,7 @@ Public method to restart the command server. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating a successful start and an error message in case of failure @@ -430,7 +430,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of output and errors of the command server. In case output and/or error functions were given, the respective return @@ -451,7 +451,7 @@ Public method to start the command server. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating a successful start and an error message in case of failure @@ -478,7 +478,7 @@ Public method to check, if the last command was canceled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the cancel state </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgClientPromptDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to get the user input. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user input (string) </dd> @@ -138,7 +138,7 @@ Public method to check, if the input was a password. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a password </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommandDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the data entered into this dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> commandline parameters (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCommitDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ Public method to retrieve the entered data for the commit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the log message, a flag indicating to amend the last commit, a flag indicating to commit subrepositories as
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgCopyDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to retrieve the copy data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the target name (string) and a flag indicating the operation should be enforced (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -174,7 +174,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing data entered by the user and a flag indicating a password input @@ -222,7 +222,7 @@ Public method to check, if the last action contained an add or delete. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of an add or delete (boolean) </dd> @@ -235,7 +235,7 @@ Public method to check for a normal process termination. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -249,7 +249,7 @@ error messages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -296,7 +296,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the process </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgDiffGenerator.html Sat Jan 16 16:51:23 2021 +0100 @@ -148,7 +148,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted file name (string) </dd> @@ -176,7 +176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version argument (string) </dd> @@ -207,7 +207,7 @@ Public method to return the result data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of lists of string containing lines of the diff, the list of errors and a list of tuples of filenames and the line @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the diff command (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExportDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ Public method to retrieve the export data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the output file name, the list of revisions to export, the name of a bookmarked branch and flags indicating to
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectBrowserHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -149,7 +149,7 @@ Note: Derived class must implement this method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of populated menu (dict of QMenu). The dict must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' @@ -175,7 +175,7 @@ Note: Derived class must implement this method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgExtensionProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -123,7 +123,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -164,7 +164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -188,7 +188,7 @@ Note: Derived class must implement this method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgGraftDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with list of revisions, a tuple giving a flag indicating to set the user, a flag indicating to use the
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgImportDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ Public method to retrieve the import data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the patch file, a flag indicating to not commit, a commit message, a commit date, a commit user, a flag indicating
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgLogBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -425,7 +425,7 @@ Private method to get the selected action mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected action mode (string, one of filter or find) </dd> @@ -477,7 +477,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the color to use (string) </dd> @@ -545,7 +545,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> HTML table containing details </dd> @@ -589,7 +589,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the column and color index for the given node and a list of tuples indicating the edges @@ -644,7 +644,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the node </dd> @@ -715,7 +715,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item </dd> @@ -755,7 +755,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> color name </dd> @@ -807,7 +807,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of parent revisions (list of integers) </dd> @@ -827,7 +827,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the revision and changeset ID </dd> @@ -910,7 +910,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed file name (string) </dd> @@ -930,7 +930,7 @@ Private slot to prepare the filed search data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of field index, search expression and flag indicating that the field index is a data role (integer, string, boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgMergeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -160,7 +160,7 @@ Public method to retrieve the merge data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming the revision and a flag indicating a forced merge (string, boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgNewProjectOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -135,7 +135,7 @@ save the history of entered repository URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of a string (project directory) and a dictionary containing the data entered.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -115,7 +115,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary containing the data entered </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgPhaseDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with list of revisions, phase and a flag indicating a forced operation (list of strings, string, boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRemoveSubrepositoriesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to retrieve the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the remaining sub-repositories, the removed ones and a flag indicating to delete the removed ones from disc (list
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRepoConfigDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Public method to get the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the default and default push URLs (tuple of two strings) @@ -143,7 +143,7 @@ Public method to get the data for the largefiles extension. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the minimum file size (integer) and file patterns (list of string). None as value denote to use the default value.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -172,7 +172,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected revision </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgRevisionsSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -196,7 +196,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision (string) </dd> @@ -216,7 +216,7 @@ Public method to get the revisions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list two strings </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -376,7 +376,7 @@ Private method to retrieve all entries the user wants to commit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items, the user has checked </dd> @@ -390,7 +390,7 @@ selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items, the user has checked </dd> @@ -403,7 +403,7 @@ Private method to retrieve all entries, that have a missing status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a missing status </dd> @@ -416,7 +416,7 @@ Private method to retrieve all entries, that have a modified status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a modified status </dd> @@ -430,7 +430,7 @@ status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with an unversioned status </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgStatusMonitorThread.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Private method to initialize the Mercurial client. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing an OK flag and potentially an error message </dd> @@ -148,7 +148,7 @@ Protected method implementing the real info action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> short info message </dd> @@ -182,7 +182,7 @@ </ul> </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating successful operation and a status message in case of non successful operation
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgTagDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to retrieve the tag data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the tag, revision, tag operation and a flag indicating to enforce the operation
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -193,7 +193,7 @@ Private method to assemble a list of host fingerprints. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with list of fingerprints per host </dd> @@ -212,7 +212,7 @@ Private method to assemble a list of host minimum protocols. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with list of minimum protocol per host </dd> @@ -299,7 +299,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if we handled the event </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostFingerprintDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ Public method to retrieve the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containig the host name and the fingerprint </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUserConfigHostMinimumProtocolDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ Public method to retrieve the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containig the host name and the minimum protocol </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HgUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -62,7 +62,7 @@ Public function to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -85,7 +85,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the Mercurial version as a string and as a tuple and an error message.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditConfigDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ Private method to generate the revision. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision </dd> @@ -203,7 +203,7 @@ Public method to retrieve the data for the strip action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the revision, a flag indicating to to outgoing and a flag indicating to keep old nodes
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditEditor.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget or None in case of an error </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.HgHisteditPlanEditor.html Sat Jan 16 16:51:23 2021 +0100 @@ -261,7 +261,7 @@ histedit file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> assembled edit plan text </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -165,7 +165,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -178,7 +178,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.histedit.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.HisteditExtension.histedit.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -143,7 +143,7 @@ Public method to continue an interrupted histedit session. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -163,7 +163,7 @@ histedit session. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfConvertDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the new project directory name (string), minimum file size (integer) and file patterns (list of string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.LfRevisionsInputDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to retrieve the entered revisions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of revisions (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectBrowserHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -142,7 +142,7 @@ Note: Derived class must implement this method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of populated menu (dict of QMenu). The dict must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' @@ -160,7 +160,7 @@ Note: Derived class must implement this method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -212,7 +212,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.LargefilesExtension.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -54,7 +54,7 @@ Function to get the default values of the extension. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with default values and parameter as key (dict) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ProjectBrowserHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -323,7 +323,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu action (QAction) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -883,7 +883,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -896,7 +896,7 @@ Public method to get a reference to the project object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project object (Project) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -177,7 +177,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.PurgeExtension.purge.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current patch </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesDefineGuardsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -167,7 +167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the guard item (QListWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesFoldDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of commit message and list of selected patches (string, list of strings)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesGuardsSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to retrieve the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected guards (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesNewPatchDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the patch name and message, a tuple giving a flag indicating to set the user, a flag indicating to use the
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesQueueManagementDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ queue. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with a list of all queues and the name of the active queue (list of strings, string) @@ -166,7 +166,7 @@ Public slot to get the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> queue name (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.HgQueuesRenamePatchDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of new name and selected patch (string, string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -659,7 +659,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -672,7 +672,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.QueuesExtension.queues.html Sat Jan 16 16:51:23 2021 +0100 @@ -209,7 +209,7 @@ Private method to get the commit message of the current patch. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current patch (string) </dd> @@ -222,7 +222,7 @@ Private method to get the name of the current patch. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current patch (string) </dd> @@ -247,7 +247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of patches (list of string) </dd> @@ -274,7 +274,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of guards (list of strings) </dd> @@ -451,7 +451,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.HgRebaseDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -200,7 +200,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision (string) </dd> @@ -220,7 +220,7 @@ Public method to retrieve the data for the rebase session. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with a source indicator of "S" or "B", the source revision, the destination revision, a flag indicating to collapse,
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -166,7 +166,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.RebaseExtension.rebase.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to rebase changesets to a different branch. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -126,7 +126,7 @@ Public method to abort rebasing changesets from another branch. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -139,7 +139,7 @@ Public method to continue rebasing changesets from another branch. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelveDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the user data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the name, date, message, a flag indicating to add/remove new/missing files and a flag indicating to keep the
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelvesSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgShelvesSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to retrieve the selected shelve names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected shelve names (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.HgUnshelveDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to get the user data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the name (string) and a flag indicating to keep the shelved change (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectBrowserHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -155,7 +155,7 @@ Public method to generate the extension menus. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of populated menu (dict of QMenu). The dict must have the keys 'mainMenu', 'multiMenu', 'backMenu', 'dirMenu' @@ -170,7 +170,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -220,7 +220,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -233,7 +233,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.ShelveExtension.shelve.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ Private method to get the list of shelved changes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of shelved changes (list of string) </dd> @@ -179,7 +179,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -206,7 +206,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -219,7 +219,7 @@ Public method to abort the ongoing restore operation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -232,7 +232,7 @@ Public method to continue the ongoing restore operation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.HgStripDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -161,7 +161,7 @@ Private method to generate the revision. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision </dd> @@ -187,7 +187,7 @@ Public method to retrieve the data for the strip action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with the revision, a bookmark name, a flag indicating to enforce the strip action, a flag indicating to omit the creation
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> populated menu (QMenu) </dd> @@ -144,7 +144,7 @@ Public method to get the menu title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the menu </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.StripExtension.strip.html Sat Jan 16 16:51:23 2021 +0100 @@ -112,7 +112,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsMercurial.hg.html Sat Jan 16 16:51:23 2021 +0100 @@ -623,7 +623,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of bookmarks (list of string) </dd> @@ -640,7 +640,7 @@ working directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> most recent commit message </dd> @@ -671,7 +671,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file (string) and an error message (string) </dd> @@ -695,7 +695,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -763,7 +763,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -777,7 +777,7 @@ merge. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating commit merge capability </dd> @@ -796,7 +796,7 @@ Public method to check, if pull is possible. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating pull capability (boolean) </dd> @@ -809,7 +809,7 @@ Public method to check, if push is possible. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating push capability (boolean) </dd> @@ -829,7 +829,7 @@ Public method to get a reference to the command server interface. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the client (HgClient) </dd> @@ -842,7 +842,7 @@ Public method to get the encoding to be used by Mercurial. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoding (string) </dd> @@ -862,7 +862,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the extension object (boolean) </dd> @@ -876,7 +876,7 @@ definitions of sub-repositories. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> full path of the .hgsub file (string) </dd> @@ -889,7 +889,7 @@ Public method to get a reference to the plugin object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the plugin object (VcsMercurialPlugin) </dd> @@ -902,7 +902,7 @@ Public method to check, if the project might have sub-repositories. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of sub-repositories (boolean) </dd> @@ -915,7 +915,7 @@ Public method to abort an uncommitted merge. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the abortion contained an add or delete (boolean) @@ -1140,7 +1140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful operation (boolean) </dd> @@ -1164,7 +1164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1264,7 +1264,7 @@ Public method to get the list of bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of bookmarks (list of string) </dd> @@ -1277,7 +1277,7 @@ Public method to get the list of branches. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of branches (list of string) </dd> @@ -1290,7 +1290,7 @@ Public method to get the current branch of the working directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current branch </dd> @@ -1316,7 +1316,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tags (list of string) or list of tuples of tag name and flag indicating a local tag (list of tuple of string @@ -1339,7 +1339,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread (boolean) </dd> @@ -1360,7 +1360,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -1386,7 +1386,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -1412,7 +1412,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the project should be reread </dd> @@ -1438,7 +1438,7 @@ Public method to import a patch file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the import contained an add, a delete or a change to the project file (boolean) @@ -1504,7 +1504,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly normalized url for mercurial (string) </dd> @@ -1533,7 +1533,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -1568,7 +1568,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete @@ -1664,7 +1664,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean) @@ -1777,7 +1777,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete @@ -1811,7 +1811,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of command options (list of string) </dd> @@ -1831,7 +1831,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an active extension (boolean) </dd> @@ -1929,7 +1929,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -1959,7 +1959,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -2080,7 +2080,7 @@ Public method used to test for the presence of the hg executable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence (boolean) and an error message (string) @@ -2105,7 +2105,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -2135,7 +2135,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project browser helper object </dd> @@ -2155,7 +2155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project helper object </dd> @@ -2187,7 +2187,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execution without errors and a flag indicating the version controll status @@ -2223,7 +2223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always TRUE </dd> @@ -2310,7 +2310,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -2323,7 +2323,7 @@ Public method returning the name of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always 'Mercurial' (string) </dd> @@ -2344,7 +2344,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (HgNewProjectOptionsDialog) @@ -2378,7 +2378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (HgOptionsDialog) </dd> @@ -2398,7 +2398,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -2438,7 +2438,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -2458,7 +2458,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with ready formated info for display (string) </dd> @@ -2494,7 +2494,7 @@ Public method to signal the support of user settable command options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the support of user settable command options (boolean) @@ -2516,7 +2516,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the switch contained an add or delete (boolean) @@ -2546,7 +2546,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a performed tag action (boolean) </dd> @@ -2575,7 +2575,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.ProjectBrowserHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -400,7 +400,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating items contain file type items (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -289,7 +289,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommandDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Public method to retrieve the data entered into this dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of argv, workdir </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCommitDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -149,7 +149,7 @@ Public method to retrieve the changelists data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the changelists (list of strings) and a flag indicating to keep changelists (boolean) @@ -163,7 +163,7 @@ Public method to check, if the user entered some changelists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of changelists (boolean) </dd> @@ -180,7 +180,7 @@ commit messages for reuse. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the log message (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnCopyDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the copy data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the target name (string) and a flag indicating the operation should be enforced (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ Public method to check, if the last action contained an add or delete. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of an add or delete (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDialogMixin.html Sat Jan 16 16:51:23 2021 +0100 @@ -134,7 +134,7 @@ Protected method called by the client to check for cancellation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a cancellation </dd> @@ -147,7 +147,7 @@ Protected method called by the client to request a log message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a flag indicating success and the log message (string) </dd> @@ -176,7 +176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of four values (retcode, username, password, save). Retcode should be True, if username and password should be used @@ -201,7 +201,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values (retcode, acceptedFailures, save). Retcode should be true, if the certificate should be accepted,
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnDiffDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted file name (string) </dd> @@ -202,7 +202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> one letter string indicating the change type (string) </dd> @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision object (pysvn.Revision) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLogBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -280,7 +280,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd> @@ -317,7 +317,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnLoginDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to retrieve the login data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values (username, password, save) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnMergeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -142,7 +142,7 @@ Public method to retrieve the merge data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming two tag names or two revisions, a target and a flag indicating a forced merge (string, string, string, boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnNewProjectOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of a string (project directory) and a dictionary containing the data entered.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -127,7 +127,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary containing the data entered </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropDelDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public slot used to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two values giving the property name and a flag indicating, that this property should be applied recursively.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnPropSetDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public slot used to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values giving the property name, the text of the property and a flag indicating, that this property
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnRelocateDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public slot used to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the new repository URL (string) and an indication, if the relocate is inside the repository (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnRepoBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd> @@ -236,7 +236,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized URL (string) </dd> @@ -284,7 +284,7 @@ Public method to retrieve the selected repository URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the selected repository URL (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnRevisionSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision (integer or string) </dd> @@ -130,7 +130,7 @@ Public method to get the revisions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list two integers or strings </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -416,7 +416,7 @@ a changelist. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items belonging to a changelist </dd> @@ -429,7 +429,7 @@ Private method to retrieve all entries the user wants to commit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items, the user has checked </dd> @@ -449,7 +449,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a locked status </dd> @@ -462,7 +462,7 @@ Private method to retrieve all entries, that have a missing status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a missing status </dd> @@ -475,7 +475,7 @@ Private method to retrieve all entries, that have a modified status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a modified status </dd> @@ -489,7 +489,7 @@ a changelist. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items not belonging to a changelist </dd> @@ -503,7 +503,7 @@ unversioned status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with an unversioned status </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnStatusMonitorThread.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of four values (retcode, username, password, save). Retcode should be True, if username and password should be used @@ -166,7 +166,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values (retcode, acceptedFailures, save). Retcode should be true, if the certificate should be accepted, @@ -198,7 +198,7 @@ </ul> </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating successful operation (boolean) and a status message in case of non successful operation (string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnSwitchDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to retrieve the tag data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of string and int (tag, tag type) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnTagBranchListDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -199,7 +199,7 @@ Public method to get the taglist of the last run. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tags (list of strings) </dd> @@ -238,7 +238,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnTagDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the tag data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of string and int (tag, tag operation) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUrlSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ Public method to get the entered URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of list of two URL strings (list of strings) and a flag indicating a diff summary (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.SvnUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -101,7 +101,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> date (QDate) </dd> @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted time string (string) </dd> @@ -140,7 +140,7 @@ Module function to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -156,7 +156,7 @@ Module function to get the filename of the servers file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the servers file (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsPySvn.subversion.html Sat Jan 16 16:51:23 2021 +0100 @@ -389,7 +389,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a versioned state (boolean) </dd> @@ -414,7 +414,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file (string) and an error message (string) </dd> @@ -434,7 +434,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly formated url for subversion (string) </dd> @@ -472,7 +472,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -511,7 +511,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -543,7 +543,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -567,7 +567,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -593,7 +593,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -613,7 +613,7 @@ Public method to create and initialize the pysvn client object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the pysvn client object (pysvn.Client) </dd> @@ -626,7 +626,7 @@ Public method to get a reference to the plugin object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the plugin object (VcsPySvnPlugin) </dd> @@ -682,7 +682,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -737,7 +737,7 @@ Public method to get a list of all defined change lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of defined change list names (list of strings) </dd> @@ -758,7 +758,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with the repository path URL </dd> @@ -857,7 +857,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly normalized url for subversion (string) </dd> @@ -1133,7 +1133,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -1163,7 +1163,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -1272,7 +1272,7 @@ Public method used to test for the presence of the svn executable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existance (boolean) and an error message (string) @@ -1298,7 +1298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -1328,7 +1328,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project browser helper object </dd> @@ -1348,7 +1348,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project helper object </dd> @@ -1381,7 +1381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execution without errors and a flag indicating the version controll status @@ -1417,7 +1417,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always TRUE </dd> @@ -1500,7 +1500,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1513,7 +1513,7 @@ Public method returning the name of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always 'Subversion' (string) </dd> @@ -1534,7 +1534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (SvnNewProjectOptionsDialog) @@ -1568,7 +1568,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (SvnOptionsDialog) </dd> @@ -1588,7 +1588,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -1622,7 +1622,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1642,7 +1642,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with ready formated info for display (string) </dd> @@ -1699,7 +1699,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the switch contained an add or delete (boolean) @@ -1741,7 +1741,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.ProjectBrowserHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -388,7 +388,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating items contain file type items (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -278,7 +278,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommandDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Public method to retrieve the data entered into this dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of argv, workdir </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCommitDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -149,7 +149,7 @@ Public method to retrieve the changelists data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the changelists (list of strings) and a flag indicating to keep changelists (boolean) @@ -163,7 +163,7 @@ Public method to check, if the user entered some changelists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of changelists (boolean) </dd> @@ -176,7 +176,7 @@ Public method to retrieve the log message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the log message (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnCopyDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the copy data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the target name (string) and a flag indicating the operation should be enforced (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -206,7 +206,7 @@ Public method to check, if the last action contained an add or delete. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of an add or delete (boolean) </dd> @@ -233,7 +233,7 @@ Public method to check for a normal process termination. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal process termination (boolean) </dd> @@ -303,7 +303,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful start of the process </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnDiffDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -196,7 +196,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted file name (string) </dd> @@ -216,7 +216,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version argument (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnLogBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -323,7 +323,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd> @@ -360,7 +360,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnMergeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -142,7 +142,7 @@ Public method to retrieve the merge data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple naming two tag names or two revisions, a target and a flag indicating a forced merge (string, string, string, boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnNewProjectOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of a string (project directory) and a dictionary containing the data entered.
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -127,7 +127,7 @@ Public slot to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary containing the data entered </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnPropSetDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public slot used to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values giving the property name, a flag indicating a file was selected and the text of the property
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnRelocateDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public slot used to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the new repository URL (string) and an indication, if the relocate is inside the repository (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnRepoBrowserDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -236,7 +236,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated item (QTreeWidgetItem) </dd> @@ -275,7 +275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized URL (string) </dd> @@ -335,7 +335,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> repository root (string) </dd> @@ -383,7 +383,7 @@ Public method to retrieve the selected repository URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the selected repository URL (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnRevisionSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> revision (integer or string) </dd> @@ -130,7 +130,7 @@ Public method to get the revisions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list two integers or strings </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnStatusDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -440,7 +440,7 @@ a changelist. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items belonging to a changelist </dd> @@ -453,7 +453,7 @@ Private method to retrieve all entries the user wants to commit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items, the user has checked </dd> @@ -473,7 +473,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a locked status </dd> @@ -486,7 +486,7 @@ Private method to retrieve all entries, that have a missing status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a missing status </dd> @@ -499,7 +499,7 @@ Private method to retrieve all entries, that have a modified status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with a modified status </dd> @@ -513,7 +513,7 @@ a changelist. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items not belonging to a changelist </dd> @@ -527,7 +527,7 @@ status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all items with an unversioned status </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnStatusMonitorThread.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </ul> </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating successful operation (boolean) and a status message in case of non successful operation (string)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnSwitchDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to retrieve the tag data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of string and int (tag, tag type) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnTagDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -122,7 +122,7 @@ Public method to retrieve the tag data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of string and int (tag, tag operation) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnUrlSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ Public method to get the entered URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of list of two URL strings (list of strings) and a flag indicating a diff summary (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.SvnUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -86,7 +86,7 @@ Module function to get the filename of the config file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the config file (string) </dd> @@ -102,7 +102,7 @@ Module function to get the filename of the servers file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the servers file (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.subversion.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.VcsPlugins.vcsSubversion.subversion.html Sat Jan 16 16:51:23 2021 +0100 @@ -381,7 +381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file (string) and an error message (string) </dd> @@ -401,7 +401,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly formated url for subversion (string) </dd> @@ -439,7 +439,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -478,7 +478,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -510,7 +510,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -534,7 +534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -580,7 +580,7 @@ Public method to get a reference to the plugin object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the plugin object (VcsSubversionPlugin) </dd> @@ -636,7 +636,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -691,7 +691,7 @@ Public method to get a list of all defined change lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of defined change list names (list of strings) </dd> @@ -712,7 +712,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with the repository path URL </dd> @@ -793,7 +793,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> properly normalized url for subversion (string) </dd> @@ -1069,7 +1069,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -1099,7 +1099,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -1208,7 +1208,7 @@ Public method used to test for the presence of the svn executable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existance (boolean) and an error message (string) @@ -1234,7 +1234,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -1264,7 +1264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project browser helper object </dd> @@ -1284,7 +1284,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project helper object </dd> @@ -1317,7 +1317,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execution without errors and a flag indicating the version controll status @@ -1353,7 +1353,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always TRUE </dd> @@ -1435,7 +1435,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1448,7 +1448,7 @@ Public method returning the name of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always 'Subversion' (string) </dd> @@ -1469,7 +1469,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (SvnNewProjectOptionsDialog) @@ -1503,7 +1503,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated options dialog (SvnOptionsDialog) </dd> @@ -1523,7 +1523,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded </dd> @@ -1557,7 +1557,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1577,7 +1577,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with ready formated info for display (string) </dd> @@ -1634,7 +1634,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating added or changed files (boolean) </dd> @@ -1675,7 +1675,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean)
--- a/eric6/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Listspace.Listspace.html Sat Jan 16 16:51:23 2021 +0100 @@ -639,7 +639,7 @@ Public method to return the active (i.e. current) window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the active editor </dd> @@ -665,7 +665,7 @@ Public method to signal if cascading of managed windows is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating cascading of windows is available </dd> @@ -684,7 +684,7 @@ public method to signal if splitting of the view is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating splitting of the view is available </dd> @@ -703,7 +703,7 @@ Public method to signal if tiling of managed windows is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating tiling of windows is available </dd> @@ -740,7 +740,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if we handled the event </dd> @@ -763,7 +763,7 @@ cannot split the view, only one list of editors is returned. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of list of editor references </dd> @@ -782,7 +782,7 @@ Public method to get the orientation of the split view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> orientation of the split </dd> @@ -802,7 +802,7 @@ specific view manager subclass. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget </dd> @@ -844,7 +844,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful deletion </dd> @@ -923,7 +923,7 @@ Public method to get the number of splitted views. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of splitted views </dd> @@ -1049,7 +1049,7 @@ Public method to get a reference to the current editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current editor </dd> @@ -1069,7 +1069,7 @@ editors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> first editor in list </dd> @@ -1095,7 +1095,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the editor to be checked belongs to the list of editors managed by this stacked widget.
--- a/eric6/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.ViewManagerPlugins.Tabview.Tabview.html Sat Jan 16 16:51:23 2021 +0100 @@ -673,7 +673,7 @@ Public method to return a reference to the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current page </dd> @@ -699,7 +699,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the editor to be checked belongs to the list of editors managed by this tab widget. @@ -719,7 +719,7 @@ Public method to test, if any editor is managed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating editors are managed </dd> @@ -745,7 +745,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tab index of the editor </dd> @@ -779,7 +779,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the inserted tab </dd> @@ -1254,7 +1254,7 @@ Public method to return the active (i.e. current) window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the active editor </dd> @@ -1280,7 +1280,7 @@ Public method to signal if cascading of managed windows is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating cascading of windows is available </dd> @@ -1299,7 +1299,7 @@ public method to signal if splitting of the view is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating splitting of the view is available. </dd> @@ -1318,7 +1318,7 @@ Public method to signal if tiling of managed windows is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating tiling of windows is available </dd> @@ -1355,7 +1355,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always False </dd> @@ -1378,7 +1378,7 @@ cannot split the view, only one list of editors is returned. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of list of editor references </dd> @@ -1397,7 +1397,7 @@ Public method to get the orientation of the split view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> orientation of the split </dd> @@ -1423,7 +1423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the tab widget </dd> @@ -1473,7 +1473,7 @@ specific view manager subclass. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget </dd> @@ -1522,7 +1522,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful deletion </dd> @@ -1601,7 +1601,7 @@ Public method to get the number of splitted views. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of splitted views </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.ColorDialogWizard.ColorDialogWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopListSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopListSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected entries (list of string) if the separator is None or a string with entries delimited by separator (string)
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.DotDesktopWizard.DotDesktopWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ Public method to get the source code. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.E5MessageBoxWizard.E5MessageBoxWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -183,7 +183,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the button code (string) </dd> @@ -212,7 +212,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the button code (string) </dd> @@ -236,7 +236,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.EricPluginWizard.PluginWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ Public method to get the source code. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd> @@ -163,7 +163,7 @@ Public method to retrieve the plug-in package name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> plug-in package name (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.FileDialogWizard.FileDialogWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified options (QFileDialog.Options) </dd> @@ -166,7 +166,7 @@ Private method to prepare the list of supported schemes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the supported schemes </dd> @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.FontDialogWizard.FontDialogWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.InputDialogWizard.InputDialogWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.MessageBoxWizard.MessageBoxWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the button code (string) </dd> @@ -186,7 +186,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardCharactersDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -154,7 +154,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formated character string (string) </dd> @@ -223,7 +223,7 @@ Public method to return the character string assembled via the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted string for character classes (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd> @@ -342,7 +342,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.PyRegExpWizard.PyRegExpWizardRepeatDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to retrieve the dialog's result. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ready formatted repeat string (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardCharactersDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -167,7 +167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted character string (string) </dd> @@ -284,7 +284,7 @@ Public method to return the character string assembled via the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted string for character classes (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd> @@ -369,7 +369,7 @@ Private method to receive a response from the PyQt5 server. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> response dictionary (dict) </dd> @@ -394,7 +394,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful transmission (boolean) </dd> @@ -418,7 +418,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardRepeatDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardRepeatDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to retrieve the dialog's result. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> ready formatted repeat string (string) </dd>
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.QRegularExpressionWizard.QRegularExpressionWizardServer.html Sat Jan 16 16:51:23 2021 +0100 @@ -91,7 +91,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of a flag indicating a successful match (boolean) and a list of captures containing the complete match as matched string @@ -121,7 +121,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating validity (boolean), error string (string) and error offset (integer)
--- a/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Plugins.WizardPlugins.SetupWizard.SetupWizardDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -287,7 +287,7 @@ Private method to get the license text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> license text (string) </dd> @@ -300,7 +300,7 @@ Private method to get the start directory for selection dialogs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start directory (string) </dd> @@ -347,7 +347,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated code (string) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -210,7 +210,7 @@ Public method to get the page name of the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> page name of the current page (string) </dd> @@ -223,7 +223,7 @@ Public method to get a list of expanded entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of expanded entries (list of string) </dd> @@ -325,7 +325,7 @@ Public method to get the name of the associated configuration page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the configuration page (string) </dd> @@ -531,7 +531,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the configuration page module </dd> @@ -558,7 +558,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the initialized page </dd> @@ -589,7 +589,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an enabled child item (boolean) </dd> @@ -649,7 +649,7 @@ Public method to check, if invoked from within eric. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating invocation from within eric (boolean) </dd> @@ -662,7 +662,7 @@ Public method to get the page name of the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> page name of the current page (string) </dd> @@ -675,7 +675,7 @@ Public method to get a list of expanded entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of expanded entries (list of string) </dd> @@ -688,7 +688,7 @@ Public method to get a reference to the lexers dictionary. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the lexers dictionary </dd> @@ -708,7 +708,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the page or None, indicating page was not loaded yet @@ -722,7 +722,7 @@ Public method to get an indication, if QtWebEngine is being used. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the use of QtWebEngine </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ApplicationPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ApplicationPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CondaPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CondaPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ConfigurationPageBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ConfigurationPageBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -224,7 +224,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected font (QFont) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CooperationPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CooperationPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CorbaPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.CorbaPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.DebuggerGeneralPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.DebuggerGeneralPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -247,7 +247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns </dd> @@ -277,7 +277,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> role data of item </dd> @@ -303,7 +303,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> item flags </dd> @@ -337,7 +337,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new model index for child </dd> @@ -363,7 +363,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new model index for parent </dd> @@ -389,7 +389,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows </dd> @@ -436,7 +436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.DebuggerPython3Page.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.DebuggerPython3Page.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.DiffColoursPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.DiffColoursPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAPIsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAPIsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -185,7 +185,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> key to be used </dd> @@ -225,7 +225,7 @@ Private slot to retrieve the api filenames from the list. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of api filenames (list of strings) </dd> @@ -354,7 +354,7 @@ Public method to save the current state of the widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the index of the selected lexer language and the index of the selected project type @@ -398,7 +398,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAutocompletionPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAutocompletionPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorAutocompletionQScintillaPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorCalltipsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorCalltipsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorCalltipsQScintillaPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorDocViewerPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorDocViewerPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorExportersPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorExportersPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -148,7 +148,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorFilePage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorFilePage.html Sat Jan 16 16:51:23 2021 +0100 @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity (boolean) </dd> @@ -257,7 +257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorGeneralPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorGeneralPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorHighlightersPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorHighlightersPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -215,7 +215,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorHighlightingStylesPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -274,7 +274,7 @@ Private method to get the styles of the current item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the style and sub-style numbers </dd> @@ -390,7 +390,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the style and sub-style numbers </dd> @@ -572,7 +572,7 @@ Public method to save the current state of the widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the index of the selected lexer language and a tuple containing the index of the parent selected lexer @@ -670,7 +670,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorKeywordsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorLanguageTabIndentOverrideDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -162,7 +162,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the language, the tab width and the indentation width
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorMouseClickHandlerPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorPropertiesPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorPropertiesPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSearchPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSearchPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSpellCheckingPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorStylesPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorStylesPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -230,7 +230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSyntaxPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorSyntaxPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorTypingPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EditorTypingPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EmailPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.EmailPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -325,7 +325,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.GraphicsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.GraphicsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpDocumentationPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpViewersPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.HelpViewersPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.HexEditorPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.HexEditorPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IconsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,7 +138,7 @@ Private method to determine the selected default icons path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected default icons path </dd> @@ -245,7 +245,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.InterfacePage.html Sat Jan 16 16:51:23 2021 +0100 @@ -163,7 +163,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IrcPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.IrcPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.LogViewerPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.LogViewerPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MasterPasswordEntryDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to get the current master password. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current master password (string) </dd> @@ -149,7 +149,7 @@ Public method to get the new master password. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new master password (string) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MicroPythonPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MicroPythonPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MimeTypesPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MimeTypesPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MultiProjectPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.MultiProjectPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NetworkPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NetworkPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NotificationsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.NotificationsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -240,7 +240,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PipPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PipPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PluginManagerPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PluginManagerPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,7 +138,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PrinterPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PrinterPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ProjectBrowserPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ProjectBrowserPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -211,7 +211,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ProjectPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ProjectPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ProtobufPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ProtobufPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PythonPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.PythonPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.QtPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.QtPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -265,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.SecurityPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.SecurityPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ShellPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ShellPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -153,7 +153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.TasksPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.TasksPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.TemplatesPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.TemplatesPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.TrayStarterPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.TrayStarterPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.VcsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.VcsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ViewmanagerPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.ViewmanagerPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserAppearancePage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserAppearancePage.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserFlashCookieManagerPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserFlashCookieManagerPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserInterfacePage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserInterfacePage.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -190,7 +190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserSpellCheckingPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language string </dd> @@ -182,7 +182,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ConfigurationPages.WebBrowserVirusTotalPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -170,7 +170,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instantiated page (ConfigurationPageBase) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.MouseClickDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.MouseClickDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a handled event </dd> @@ -164,7 +164,7 @@ Public method to get the entered mouse click sequence. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the modifiers and the mouse button </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.PreferencesLexer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.PreferencesLexer.html Sat Jan 16 16:51:23 2021 +0100 @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> allocated sub-style number or -1 to indicate an error </dd> @@ -267,7 +267,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> color </dd> @@ -297,7 +297,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default color </dd> @@ -327,7 +327,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default description of the style </dd> @@ -357,7 +357,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default eolFill flag </dd> @@ -387,7 +387,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default font </dd> @@ -417,7 +417,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default background color </dd> @@ -447,7 +447,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> whitespace separated default list of words </dd> @@ -477,7 +477,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful deletion </dd> @@ -507,7 +507,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the style </dd> @@ -537,7 +537,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eolFill flag </dd> @@ -567,7 +567,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> font </dd> @@ -586,7 +586,7 @@ Public method to get a list of all supported styles. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples each containing the description of the style, style number and sub-style number (or -1 for no sub-style) @@ -613,7 +613,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples each containing the description of the style, style number and sub-style number (or -1 for no sub-style) @@ -644,7 +644,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of a style definition </dd> @@ -670,7 +670,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the style may have sub-styles </dd> @@ -689,7 +689,7 @@ Public method to get the lexers programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lexer programming language </dd> @@ -733,7 +733,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> background color </dd> @@ -895,7 +895,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> whitespace separated list of words </dd> @@ -972,7 +972,7 @@ Special method returning a representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd> @@ -991,7 +991,7 @@ Special method returning a string representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ProgramsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ProgramsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -193,7 +193,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version string of detected or given version (string) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ShortcutDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ShortcutDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -185,7 +185,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> always False </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ShortcutsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ShortcutsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating uniqueness (boolean) </dd> @@ -209,7 +209,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the category item (QTreeWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.SubstyleDefinitionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.SubstyleDefinitionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the sub-style description and words list. </dd>
--- a/eric6/Documentation/Source/eric6.Preferences.ToolConfigurationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ToolConfigurationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -184,7 +184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the mode (integer) </dd> @@ -222,7 +222,7 @@ Public method to retrieve the tools list. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a list of tuples containing the menu text, the executable, the executables arguments and a redirection flag
--- a/eric6/Documentation/Source/eric6.Preferences.ToolGroupConfigurationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ToolGroupConfigurationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -163,7 +163,7 @@ Public method to retrieve the tool groups. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a list of lists containing the group name and the tool group entries
--- a/eric6/Documentation/Source/eric6.Preferences.ViewProfileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.ViewProfileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Public method to retrieve the visibilities configuration. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two lists giving the visibilities of the various parts (two lists of boolean)
--- a/eric6/Documentation/Source/eric6.Preferences.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Preferences.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -604,7 +604,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested conda value </dd> @@ -631,7 +631,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested UI setting </dd> @@ -658,7 +658,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested corba setting </dd> @@ -685,7 +685,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested debugger setting </dd> @@ -712,7 +712,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested diff colour </dd> @@ -739,7 +739,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested Code Documentation Viewer value </dd> @@ -766,7 +766,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested editor setting </dd> @@ -797,7 +797,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested list of API files </dd> @@ -830,7 +830,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested editor colour </dd> @@ -857,7 +857,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested editor setting </dd> @@ -884,7 +884,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested list of language keywords (list of strings) </dd> @@ -912,7 +912,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested lexer language (string) </dd> @@ -935,7 +935,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a reference to the list of lexer associations (dictionary of strings) @@ -964,7 +964,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested editor font (QFont) </dd> @@ -991,7 +991,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested editor setting </dd> @@ -1018,7 +1018,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1045,7 +1045,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested geometry setting </dd> @@ -1072,7 +1072,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1099,7 +1099,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested help setting </dd> @@ -1126,7 +1126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1153,7 +1153,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1180,7 +1180,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested Icons setting </dd> @@ -1207,7 +1207,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1234,7 +1234,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested MicroPython value </dd> @@ -1261,7 +1261,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested project setting </dd> @@ -1288,7 +1288,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested pip value </dd> @@ -1315,7 +1315,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1342,7 +1342,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested printer setting </dd> @@ -1369,7 +1369,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested project setting </dd> @@ -1396,7 +1396,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested project browser colour </dd> @@ -1423,7 +1423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested project setting </dd> @@ -1450,7 +1450,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested protobuf setting </dd> @@ -1483,7 +1483,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested debugger setting </dd> @@ -1510,7 +1510,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested Qt setting </dd> @@ -1537,7 +1537,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested Qt5DocDir setting </dd> @@ -1567,7 +1567,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested setting (string) </dd> @@ -1594,7 +1594,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested shell setting </dd> @@ -1621,7 +1621,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested system setting </dd> @@ -1648,7 +1648,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1675,7 +1675,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1702,7 +1702,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1729,7 +1729,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested UI setting </dd> @@ -1752,7 +1752,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the language for the UI </dd> @@ -1779,7 +1779,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1806,7 +1806,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested user setting </dd> @@ -1829,7 +1829,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple defining the variables filter </dd> @@ -1852,7 +1852,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the viewmanager type </dd> @@ -1879,7 +1879,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested help setting </dd> @@ -1944,7 +1944,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the configured status (boolean) </dd> @@ -1967,7 +1967,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples defing the tool groups </dd> @@ -3208,7 +3208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a reset of the layout (boolean) </dd> @@ -3252,7 +3252,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -3275,7 +3275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -3298,7 +3298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd> @@ -3321,7 +3321,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted data </dd>
--- a/eric6/Documentation/Source/eric6.Project.AddDirectoryDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.AddDirectoryDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Public slot to retrieve the dialogs data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of four values (string, string, string, boolean) giving the selected file type, the source and target directory and
--- a/eric6/Documentation/Source/eric6.Project.AddFileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.AddFileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Public slot to retrieve the dialogs data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values (list of string, string, boolean) giving the source files, the target directory and a flag
--- a/eric6/Documentation/Source/eric6.Project.AddFoundFilesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.AddFoundFilesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ Public method to return the selected items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected files (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.Project.AddLanguageDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.AddLanguageDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to retrieve the selected language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the selected language (string) </dd>
--- a/eric6/Documentation/Source/eric6.Project.CreateDialogCodeDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.CreateDialogCodeDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -161,7 +161,7 @@ Private method to get the class name of a form. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> class name </dd> @@ -202,7 +202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped Python type (string) </dd> @@ -215,7 +215,7 @@ Private method to get the object name of a form. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> object name </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of process output and error flag </dd> @@ -261,7 +261,7 @@ Private slot to get the signatures. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of signatures (list of strings) </dd> @@ -281,7 +281,7 @@ Public method to determine, if there was an initialzation error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an initialzation error (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Project.FiletypeAssociationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.FiletypeAssociationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -148,7 +148,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the newly generated entry (QTreeWidgetItem) </dd>
--- a/eric6/Documentation/Source/eric6.Project.IdlCompilerDefineNameDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.IdlCompilerDefineNameDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the variable name and value </dd>
--- a/eric6/Documentation/Source/eric6.Project.IdlCompilerOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.IdlCompilerOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -222,7 +222,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the given name is already included </dd> @@ -241,7 +241,7 @@ Private method to prepare the list of 'Defined Names'. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of 'Defined Names' </dd> @@ -260,7 +260,7 @@ Private method to prepare the list of 'Include Directories'. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of 'Include Directories' </dd> @@ -279,7 +279,7 @@ Private method to prepare the list of 'Undefined Names'. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of 'Undefined Names' </dd> @@ -306,7 +306,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the given directory is already included </dd> @@ -362,7 +362,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the given name is already included </dd> @@ -402,7 +402,7 @@ Public method to return the data entered by the user. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the list of include directories, list of defined names and list of undefined names
--- a/eric6/Documentation/Source/eric6.Project.NewDialogClassDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.NewDialogClassDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ Public method to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the classname (string) and the file name (string) </dd>
--- a/eric6/Documentation/Source/eric6.Project.NewPythonPackageDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.NewPythonPackageDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -114,7 +114,7 @@ Public method to retrieve the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> package name (string) </dd>
--- a/eric6/Documentation/Source/eric6.Project.Project.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.Project.html Sat Jan 16 16:51:23 2021 +0100 @@ -1146,7 +1146,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the binary translations file (string) </dd> @@ -1190,7 +1190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -1229,7 +1229,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified source (bytes), snapshot version string (string) </dd> @@ -1348,7 +1348,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership </dd> @@ -1472,7 +1472,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version string (string) </dd> @@ -1493,7 +1493,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version info as a tuple </dd> @@ -1534,7 +1534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1749,7 +1749,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source extensions (list of string) </dd> @@ -1824,7 +1824,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -2055,7 +2055,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2068,7 +2068,7 @@ Public method to check dirty status and open a message window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether this operation was successful (boolean) </dd> @@ -2134,7 +2134,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2193,7 +2193,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2213,7 +2213,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -2256,7 +2256,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path (string) </dd> @@ -2277,7 +2277,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path (string) </dd> @@ -2290,7 +2290,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -2316,7 +2316,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a copy of the requested data or None </dd> @@ -2336,7 +2336,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the property </dd> @@ -2356,7 +2356,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filter string </dd> @@ -2375,7 +2375,7 @@ Public method to get the default rcc compiler parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the default rcc compiler parameters </dd> @@ -2395,7 +2395,7 @@ programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default extension (including the dot) (string) </dd> @@ -2416,7 +2416,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested lexer language (string) </dd> @@ -2429,7 +2429,7 @@ Public method to get the EOL-string to be used by the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eol string (string) </dd> @@ -2449,7 +2449,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of files starting with a common prefix (list of strings) </dd> @@ -2462,7 +2462,7 @@ Public method to get the project hash. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project hash as a hex string (string) </dd> @@ -2483,7 +2483,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the projects main script (string) </dd> @@ -2503,7 +2503,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the requested menu (QMenu) or None </dd> @@ -2516,7 +2516,7 @@ Public method to get a reference to the project browser model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the project browser model (ProjectBrowserModel) </dd> @@ -2529,7 +2529,7 @@ Public method to get the most recently opened project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the most recently opened project (string) </dd> @@ -2542,7 +2542,7 @@ Public method to get the programming languages supported by project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported programming languages (list of string) </dd> @@ -2555,7 +2555,7 @@ Public method to get the author of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> author name </dd> @@ -2574,7 +2574,7 @@ Public method to get the email address of the project author. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project author email </dd> @@ -2593,7 +2593,7 @@ Public method to get the description of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project description </dd> @@ -2612,7 +2612,7 @@ Public method to get the names of the project specific dictionaries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two strings giving the absolute path names of the project specific word and exclude list @@ -2626,7 +2626,7 @@ Public method to get the path of the project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the project file (string) </dd> @@ -2651,7 +2651,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of file names </dd> @@ -2677,7 +2677,7 @@ Public method to get the project's programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> programming language (string) </dd> @@ -2690,7 +2690,7 @@ Public method to get the path of the management directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the management directory (string) </dd> @@ -2706,7 +2706,7 @@ The project name is determined from the name of the project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the project (string) </dd> @@ -2719,7 +2719,7 @@ Public method to get the project path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project path (string) </dd> @@ -2732,7 +2732,7 @@ Public method to get the project's programming language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> programming language (string) </dd> @@ -2745,7 +2745,7 @@ Public method to get the type of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> UI type of the project (string) </dd> @@ -2766,7 +2766,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the dictionary of project types. </dd> @@ -2779,7 +2779,7 @@ Public mehod to get the version number of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version number </dd> @@ -2806,7 +2806,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project relative path or unchanged path, if path doesn't belong to the project (string) @@ -2828,7 +2828,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project relative path or unchanged path, if path doesn't belong to the project (string) @@ -2850,7 +2850,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of the projects scripts (list of string) </dd> @@ -2863,7 +2863,7 @@ Public method to retrieve the status of the auto update function. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> status of the auto update function (boolean) </dd> @@ -2876,7 +2876,7 @@ Public method to get the monitor interval. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interval in seconds (integer) </dd> @@ -2889,7 +2889,7 @@ Public method to get the translation pattern. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> translation pattern (string) </dd> @@ -2909,7 +2909,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the given parameter </dd> @@ -2928,7 +2928,7 @@ Public method to get a reference to the VCS object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the VCS object </dd> @@ -2956,7 +2956,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -2976,7 +2976,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -2996,7 +2996,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -3016,7 +3016,7 @@ parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating default parameter set </dd> @@ -3042,7 +3042,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the project contains the file (boolean) </dd> @@ -3066,7 +3066,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating presence of the project type (boolean) </dd> @@ -3094,7 +3094,7 @@ Public slot to initialize the project menus. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of generated menus </dd> @@ -3122,7 +3122,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the generated toolbars (tuple of two QToolBar) </dd> @@ -3147,7 +3147,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a reference to the vcs object </dd> @@ -3160,7 +3160,7 @@ Public method to return the status of the debug properties. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> load status of debug properties (boolean) </dd> @@ -3173,7 +3173,7 @@ Public method to return the dirty state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dirty state (boolean) </dd> @@ -3186,7 +3186,7 @@ Public method to check, if this project is a JavaScript project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a JavaScript project (boolean) </dd> @@ -3199,7 +3199,7 @@ Public method to test, if make is enabled for the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating enabled make support </dd> @@ -3218,7 +3218,7 @@ Public method to check, if this project is a MicroPython project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a MicroPython project </dd> @@ -3237,7 +3237,7 @@ Public method to check, if this is a mixed language project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a mixed language project </dd> @@ -3256,7 +3256,7 @@ Public method to return the opened state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> open state (boolean) </dd> @@ -3277,7 +3277,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3298,7 +3298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3319,7 +3319,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3340,7 +3340,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership </dd> @@ -3367,7 +3367,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3388,7 +3388,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating membership (boolean) </dd> @@ -3401,7 +3401,7 @@ Public method to check, if this project is a Python3 project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python3 project (boolean) </dd> @@ -3415,7 +3415,7 @@ project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python project (boolean) </dd> @@ -3428,7 +3428,7 @@ Public method to check, if this project is a Ruby project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Ruby project (boolean) </dd> @@ -3637,7 +3637,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3727,7 +3727,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3740,7 +3740,7 @@ Public slot to save the current project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3753,7 +3753,7 @@ Public slot to save the current project to a different file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3783,7 +3783,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3929,7 +3929,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the path starts with the project path (boolean) @@ -3979,7 +3979,7 @@ Public method to check, if the project uses the system eol setting. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the usage of system eol (boolean) </dd> @@ -3993,7 +3993,7 @@ to the IDE. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of VCS software (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectBaseBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectBaseBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -444,7 +444,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a correct type </dd> @@ -719,7 +719,7 @@ Public method to get a reference to the current item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current item </dd> @@ -746,7 +746,7 @@ Public method to get the file/directory names of all expanded items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of expanded items names (list of string) </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -273,7 +273,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the requested browser or None </dd> @@ -286,7 +286,7 @@ Public method to get the names of the various project browsers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of project browser names (list of string) </dd> @@ -299,7 +299,7 @@ Public method to get references to the individual project browsers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to project browsers </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectBrowserModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectBrowserModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -312,7 +312,7 @@ Public method to get the project type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> project type </dd> @@ -325,7 +325,7 @@ Public method to get the items text color. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text color (QColor) </dd> @@ -638,7 +638,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -680,7 +680,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the item found </dd> @@ -700,7 +700,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the item found </dd> @@ -732,7 +732,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the item found and the new display name (string) </dd> @@ -752,7 +752,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the item found (QModelIndex) </dd> @@ -776,7 +776,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the item found (QModelIndex) </dd> @@ -1011,7 +1011,7 @@ Public method returning the directory name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name (string) </dd> @@ -1039,7 +1039,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -1052,7 +1052,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectBrowserSortFilterProxyModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectBrowserSortFilterProxyModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the item should be shown (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectFormsBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectFormsBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -320,7 +320,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the compile process (QProcess) </dd> @@ -531,7 +531,7 @@ Public method to get the UI compiler executable of the project. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> UI compiler executable </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectInterfacesBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectInterfacesBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -241,7 +241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the compile process (QProcess) </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectProtocolsBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectProtocolsBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -252,7 +252,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the compile process </dd> @@ -342,7 +342,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the executable and its parameter list </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectResourcesBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectResourcesBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -245,7 +245,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating some file is newer (boolean) </dd> @@ -280,7 +280,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the compile process (QProcess) </dd>
--- a/eric6/Documentation/Source/eric6.Project.ProjectTranslationsBrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.ProjectTranslationsBrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -585,7 +585,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.Project.PropertiesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.PropertiesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -157,7 +157,7 @@ Public method to get the project path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> data of the project directory edit (string) </dd> @@ -170,7 +170,7 @@ Public method to get the selected project type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected UI type (string) </dd>
--- a/eric6/Documentation/Source/eric6.Project.QuickFindFileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.QuickFindFileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -175,13 +175,13 @@ Private method to generate a set of locations that can be searched. </p> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -yields set of files in our project... +set of files in our project </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> str </dd> @@ -205,7 +205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a file was opened </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted subset of items which match searchTerm in relevance order (i.e. the most likely match first) @@ -273,7 +273,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the event was handled </dd>
--- a/eric6/Documentation/Source/eric6.Project.RccCompilerOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.RccCompilerOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the compression threshold, compression level, flag indicating to disable compression and the resource access path
--- a/eric6/Documentation/Source/eric6.Project.UicCompilerOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.UicCompilerOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the package, the rc-file suffix and the project relative root of the packages directory
--- a/eric6/Documentation/Source/eric6.Project.UicLoadUi5.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.UicLoadUi5.html Sat Jan 16 16:51:23 2021 +0100 @@ -74,7 +74,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped Python type </dd>
--- a/eric6/Documentation/Source/eric6.Project.UicLoadUi6.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Project.UicLoadUi6.html Sat Jan 16 16:51:23 2021 +0100 @@ -74,7 +74,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mapped Python type </dd>
--- a/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.PyUnit.UnittestDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -554,7 +554,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the test case ID, a short description and the path of the test file name @@ -588,7 +588,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the item or None </dd> @@ -657,7 +657,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected test cases </dd> @@ -732,7 +732,7 @@ Public method to check, if there are failed tests from the last run. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of failed tests (boolean) </dd> @@ -1167,7 +1167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the event was handled (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.APIsManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.APIsManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -210,7 +210,7 @@ Private method returning the default name of a prepared API file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> complete filename for the Prepared APIs file (string) </dd> @@ -230,7 +230,7 @@ Public method to get a reference to QsciAPIs object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the QsciAPIs object (QsciAPIs) </dd> @@ -243,7 +243,7 @@ Public method to get a list of installed API files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of installed API files (list of strings) </dd> @@ -256,7 +256,7 @@ Public method to check, if the object has API files configured. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating no API files have been configured (boolean) </dd> @@ -374,7 +374,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the APIs object </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html Sat Jan 16 16:51:23 2021 +0100 @@ -1865,7 +1865,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new position for the calltip (integer) </dd> @@ -1972,7 +1972,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dummy file name to be used for binding a lexer (string) </dd> @@ -2016,7 +2016,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> commands to change old into new (string) </dd> @@ -2260,7 +2260,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> create pixmap (QPixmap) </dd> @@ -2419,7 +2419,7 @@ Private method to get the text from cursor position for autocompleting. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text left of cursor position </dd> @@ -2446,7 +2446,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested character or "", if there are no more (string) and the next position (i.e. pos - 1) @@ -2461,7 +2461,7 @@ info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name of the coverage file (string) </dd> @@ -2496,7 +2496,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested setting or None if nothing was found and nodefault parameter was True @@ -2516,7 +2516,7 @@ Private method to select a macro name from the list of macros. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Tuple of macro name and a flag, indicating, if the user pressed ok or canceled the operation. (string, boolean) @@ -2537,7 +2537,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> override value; None in case nothing is defined </dd> @@ -2557,7 +2557,7 @@ not a Python file at all. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python version or 0 if it's not a Python file (int) </dd> @@ -2577,7 +2577,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name (string) </dd> @@ -2636,7 +2636,7 @@ Private method used to setup the Checks context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2649,7 +2649,7 @@ Private method used to setup the Checks context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2662,7 +2662,7 @@ Private method used to setup the Encodings context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2675,7 +2675,7 @@ Private method to setup the eol context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2688,7 +2688,7 @@ Private method used to setup the Exporters context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2701,7 +2701,7 @@ Private method used to setup the diagrams context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2714,7 +2714,7 @@ Private method used to setup the Languages context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2734,7 +2734,7 @@ Private method used to setup the Reopen With Encoding context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2747,7 +2747,7 @@ Private method used to setup the Resources context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2760,7 +2760,7 @@ Private method used to setup the Show context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2773,7 +2773,7 @@ Private method to setup the spell checking languages context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu </dd> @@ -2792,7 +2792,7 @@ Private method used to setup the Tools context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2831,7 +2831,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a commented line (boolean) </dd> @@ -2852,7 +2852,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the result (boolean) </dd> @@ -2942,7 +2942,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> EditorConfig dictionary </dd> @@ -2990,7 +2990,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> margin number (integer, -1 for no margin) </dd> @@ -3130,7 +3130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized encoding (string) </dd> @@ -3179,7 +3179,7 @@ Private method to extract flags and process them. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of change flags (list of string) </dd> @@ -3338,7 +3338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified completion text </dd> @@ -3434,7 +3434,7 @@ Private method to select a specific pygments lexer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the selected pygments lexer (string) </dd> @@ -4046,7 +4046,7 @@ Public method to check for API availablity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating autocompletion from APIs is available (boolean) </dd> @@ -4059,7 +4059,7 @@ Public method to test the calltips availability. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of calltips (boolean) </dd> @@ -4072,7 +4072,7 @@ Public method to test the dynamic auto-completion availability. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of dynamic auto-completion (boolean) @@ -4121,7 +4121,7 @@ Public method to check dirty status and open a message window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful reset of the dirty flag (boolean) </dd> @@ -4261,7 +4261,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful close of the editor (boolean) </dd> @@ -4365,7 +4365,7 @@ line. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of a breakpoint (boolean) </dd> @@ -4378,7 +4378,7 @@ Public method to determine the file type using various tests. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the displayed file or an empty string (string) </dd> @@ -4521,7 +4521,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled </dd> @@ -4637,7 +4637,7 @@ Public method to get the API language of the editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> API language </dd> @@ -4656,7 +4656,7 @@ Public method to get the lines containing a bookmark. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a bookmark (list of integer) </dd> @@ -4669,7 +4669,7 @@ Public method to retrieve the bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all lines containing a bookmark (list of integer) @@ -4683,7 +4683,7 @@ Public method to get the lines containing a breakpoint. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a breakpoint (list of integer) </dd> @@ -4703,7 +4703,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function providing calltips </dd> @@ -4722,7 +4722,7 @@ Public method to get the lines containing a change. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a change (list of integer) </dd> @@ -4735,7 +4735,7 @@ Public method to retrieve a reference to the completer object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the completer object (CompleterBase) </dd> @@ -4755,7 +4755,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> function providing completion list </dd> @@ -4774,7 +4774,7 @@ Public method to get the lines containing a coverage marker. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a coverage marker (list of integer) </dd> @@ -4787,7 +4787,7 @@ Public method to get the word at the current position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the word at that current position (string) </dd> @@ -4800,7 +4800,7 @@ Public method to get the word boundaries at the current position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start and end indexes of the current word (integer, integer) @@ -4821,7 +4821,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested setting </dd> @@ -4840,7 +4840,7 @@ Public method to return the current encoding. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current encoding (string) </dd> @@ -4853,7 +4853,7 @@ Public method to return the name of the file being displayed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the displayed file (string) </dd> @@ -4866,7 +4866,7 @@ Public method to return the type of the file being displayed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the displayed file (string) </dd> @@ -4880,7 +4880,7 @@ eflag: marker. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the displayed file, if set by an eflag: marker or an empty string (string) @@ -4894,7 +4894,7 @@ Public method to return the position of the highlight bar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number of the highlight bar (integer) </dd> @@ -4920,7 +4920,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language of the editor (string) </dd> @@ -4933,7 +4933,7 @@ Public method to retrieve a reference to the lexer object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the lexer object (Lexer) </dd> @@ -4953,7 +4953,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the requested menu (QMenu) or None </dd> @@ -4977,7 +4977,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> plug-in name and registered function </dd> @@ -5004,7 +5004,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> registered mouse click handlers as list of modifiers, mouse button and function @@ -5024,7 +5024,7 @@ Public method to get the display string for an unnamed editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string for this unnamed editor (string) </dd> @@ -5037,7 +5037,7 @@ Public method to get the lines containing a search indicator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a search indicator (list of integer) </dd> @@ -5059,7 +5059,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection or current word (string) </dd> @@ -5072,7 +5072,7 @@ Public method to get some share status info. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple indicating, if the editor is sharable, the sharing status, if it is inside a locally initiated shared edit session @@ -5088,7 +5088,7 @@ Public method to get the current spelling language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current spelling language </dd> @@ -5107,7 +5107,7 @@ Public method to get the lines containing a syntax error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a syntax error (list of integer) </dd> @@ -5120,7 +5120,7 @@ Public method to retrieve the syntax error markers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all lines containing a syntax error (list of integer) @@ -5134,7 +5134,7 @@ Public method to get the lines containing a task. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a task (list of integer) </dd> @@ -5147,7 +5147,7 @@ Public method to determine the lines containing a VCS conflict marker. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of line numbers containg a VCS conflict marker </dd> @@ -5166,7 +5166,7 @@ Public method to get the lines containing a warning. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of lines containing a warning (list of integer) </dd> @@ -5179,7 +5179,7 @@ Public method to retrieve the warning markers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all lines containing a warning (list of integer) @@ -5214,7 +5214,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the word at that position (string) </dd> @@ -5243,7 +5243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start and end indexes of the word at the position (integer, integer) @@ -5268,7 +5268,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the word to the left of that position (string) </dd> @@ -5292,7 +5292,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the word to the right of that position (string) </dd> @@ -5381,7 +5381,7 @@ Public method to check for the presence of bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of bookmarks (boolean) </dd> @@ -5394,7 +5394,7 @@ Public method to check for the presence of breakpoints. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of breakpoints (boolean) </dd> @@ -5407,7 +5407,7 @@ Public method to determine, if this editor contains any change markers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of change markers (boolean) </dd> @@ -5420,7 +5420,7 @@ Public method to test, if there are coverage markers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of coverage markers (boolean) </dd> @@ -5433,7 +5433,7 @@ Public method to check the miniMenu flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a minimized context menu (boolean) </dd> @@ -5446,7 +5446,7 @@ Public method to check for the presence of syntax errors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of syntax errors (boolean) </dd> @@ -5459,7 +5459,7 @@ Public method to determine, if this editor contains any task markers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of task markers (boolean) </dd> @@ -5472,7 +5472,7 @@ Public method to check for the presence of warnings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of warnings (boolean) </dd> @@ -5529,7 +5529,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a clone </dd> @@ -5548,7 +5548,7 @@ Public method to return a flag indicating a Javascript file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Javascript file (boolean) </dd> @@ -5561,7 +5561,7 @@ Public method to check, if a last edit position is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability (boolean) </dd> @@ -5574,7 +5574,7 @@ Public method to return a flag indicating a MicroPython file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a MicroPython file </dd> @@ -5593,7 +5593,7 @@ Public method to return a flag indicating a Python2 file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag reporting always False </dd> @@ -5612,7 +5612,7 @@ Public method to return a flag indicating a Python3 file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python3 file (boolean) </dd> @@ -5625,7 +5625,7 @@ Public method to return a flag indicating a Python (2 or 3) file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python3 file (boolean) </dd> @@ -5638,7 +5638,7 @@ Public method to return a flag indicating a Ruby file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Ruby file (boolean) </dd> @@ -5665,7 +5665,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating pos is in a spell check region </dd> @@ -6129,7 +6129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -6154,7 +6154,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two values (boolean, string) giving a success indicator and the name of the saved file @@ -6175,7 +6175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -6344,7 +6344,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -6439,7 +6439,7 @@ Public slot to check the autosave flags. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating this editor should be saved (boolean) </dd> @@ -6642,7 +6642,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indiating that the event was handled </dd> @@ -6686,7 +6686,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.EditorAssembly.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.EditorAssembly.html Sat Jan 16 16:51:23 2021 +0100 @@ -276,7 +276,7 @@ Public method to get the reference to the editor widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the editor widget </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.EditorButtonsWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.EditorButtonsWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated button </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.EditorOutline.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.EditorOutline.html Sat Jan 16 16:51:23 2021 +0100 @@ -233,7 +233,7 @@ Private method to get a reference to the current item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current item </dd> @@ -358,7 +358,7 @@ Public method to check, if the model is populated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a populated model </dd> @@ -384,7 +384,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating support </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.EditorOutlineModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.EditorOutlineModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -147,7 +147,7 @@ Public method to retrieve a reference to the editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the editor </dd> @@ -166,7 +166,7 @@ Public method to retrieve the file name of the editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name of the editor </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> found item or None </dd> @@ -216,7 +216,7 @@ Public method to check, if the model is populated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a populated model </dd> @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the item found </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name entered by the user (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterHTML.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterHTML.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML </dd> @@ -148,7 +148,7 @@ Private method to convert ReST text into HTML using 'docutils'. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML (string) </dd> @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated HTML text (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterPDF.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterPDF.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> PDF color description (string) </dd> @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> object number assigned to the supplied data (integer) </dd> @@ -252,7 +252,7 @@ Public method to build the xref table. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file offset of the xref table (integer) </dd> @@ -394,7 +394,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> point size of the font (integer) </dd> @@ -421,7 +421,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the PDF string to set the given style (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterRTF.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterRTF.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of new start position and control word found (integer, string) @@ -158,7 +158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string containing the delta between these styles (string) </dd> @@ -178,7 +178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> styles, fontsize </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterTEX.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.ExporterTEX.html Sat Jan 16 16:51:23 2021 +0100 @@ -158,7 +158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> TeX color string (string) </dd> @@ -179,7 +179,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> style name string (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Exporters.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Exporters.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instanciated exporter object (QScintilla.Exporter.Exporter) @@ -86,7 +86,7 @@ Module function to get a dictionary of supported exporters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of supported exporters. The keys are the internal format names. The items are the display strings
--- a/eric6/Documentation/Source/eric6.QScintilla.GotoDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.GotoDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to retrieve the linenumber. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number (int) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.KeySequenceTranslator.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.KeySequenceTranslator.html Sat Jan 16 16:51:23 2021 +0100 @@ -62,7 +62,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Qt key sequence </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.Lexer.html Sat Jan 16 16:51:23 2021 +0100 @@ -174,7 +174,7 @@ Public method to check, if tab conversion is allowed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to keep tabs (boolean) </dd> @@ -187,7 +187,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -200,7 +200,7 @@ Public method to return the box comment strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> box comment strings (dictionary with three QStrings) </dd> @@ -214,7 +214,7 @@ block comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag (boolean) </dd> @@ -228,7 +228,7 @@ box comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag (boolean) </dd> @@ -242,7 +242,7 @@ stream comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag (boolean) </dd> @@ -255,7 +255,7 @@ Public method to return the comment string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> comment string (string) </dd> @@ -275,7 +275,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> space separated list of keywords </dd> @@ -294,7 +294,7 @@ Public method indicating whether lexer can do smart indentation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability of smartIndentLine and smartIndentSelection methods (boolean) @@ -308,7 +308,7 @@ Public method to indicate the support of sub-styles. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating sub-styling support </dd> @@ -341,7 +341,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -361,7 +361,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -381,7 +381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> space separated list of keywords </dd> @@ -407,7 +407,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the keyword set </dd> @@ -426,7 +426,7 @@ Public method to return the lexer name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lexer name (string) </dd> @@ -442,7 +442,7 @@ Note: A return value of 0 indicates to determine this dynamically. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set </dd> @@ -493,7 +493,7 @@ Public method to return the stream comment strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stream comment strings (dictionary with two strings) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerBash.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerBash.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerBatch.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerBatch.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCMake.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCMake.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCPP.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCPP.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -150,7 +150,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -177,7 +177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -210,7 +210,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCSS.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCSS.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCSharp.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCSharp.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCoffeeScript.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerCoffeeScript.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerContainer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerContainer.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description for the given style (string) </dd> @@ -152,7 +152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -165,7 +165,7 @@ Public method returning the language of the lexer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language of the lexer (string) </dd> @@ -178,7 +178,7 @@ Public method returning the type of the lexer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the lexer (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerD.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerD.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -172,7 +172,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -192,7 +192,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -205,7 +205,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerDiff.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerDiff.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerFortran.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerFortran.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerFortran77.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerFortran77.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerHTML.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerHTML.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerIDL.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerIDL.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerJSON.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerJSON.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerJava.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerJava.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerJavaScript.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerJavaScript.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerLua.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerLua.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -172,7 +172,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -192,7 +192,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -205,7 +205,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerMakefile.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerMakefile.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerMarkdown.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerMarkdown.html Sat Jan 16 16:51:23 2021 +0100 @@ -112,7 +112,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerMatlab.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerMatlab.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerOctave.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerOctave.html Sat Jan 16 16:51:23 2021 +0100 @@ -120,7 +120,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPO.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPO.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPOV.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPOV.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPascal.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPascal.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPerl.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPerl.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPostScript.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPostScript.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerProperties.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerProperties.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPygments.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the guessed lexer (pygments.lexer) </dd> @@ -177,7 +177,7 @@ Public method to check, if the lexer is able to style the text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the lexer capability (boolean) </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> foreground color (QColor) </dd> @@ -217,7 +217,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fill to eol flag (boolean) </dd> @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> font (QFont) </dd> @@ -257,7 +257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -277,7 +277,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> background color (QColor) </dd> @@ -298,7 +298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description for the style (string) </dd> @@ -318,7 +318,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -338,7 +338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -351,7 +351,7 @@ Public method returning the language of the lexer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language of the lexer (string) </dd> @@ -364,7 +364,7 @@ Public method to get the name of the pygments lexer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the pygments lexer (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPython.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerPython.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> amount of difference in indentation (integer) </dd> @@ -202,7 +202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -222,7 +222,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -235,7 +235,7 @@ Public method to get the lexer language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lexer language (string) </dd> @@ -248,7 +248,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerQSS.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerQSS.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -159,7 +159,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -179,7 +179,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -192,7 +192,7 @@ Public method to return the lexer language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lexer language (string) </dd> @@ -205,7 +205,7 @@ Public method to return the lexer name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lexer name (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerRuby.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerRuby.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to return the list of separators for autocompletion. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of separators (list of strings) </dd> @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerSQL.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerSQL.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerTCL.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerTCL.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerTeX.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerTeX.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerVHDL.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerVHDL.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd> @@ -188,7 +188,7 @@ Public method to get the maximum keyword set. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> maximum keyword set (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerXML.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerXML.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerYAML.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.LexerYAML.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string giving the keywords (string) or None </dd> @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment style (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a string style (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.SubstyledLexer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.SubstyledLexer.html Sat Jan 16 16:51:23 2021 +0100 @@ -221,7 +221,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> allocated sub-style number or -1 to indicate an error </dd> @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful deletion </dd> @@ -270,7 +270,7 @@ Public method to get the list of supported base styles. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of base styles </dd> @@ -300,7 +300,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of a sub-style definition </dd> @@ -319,7 +319,7 @@ Public method to indicate the support of sub-styles. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating sub-styling support </dd> @@ -345,7 +345,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the style may have sub-styles </dd> @@ -549,7 +549,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> foreground color </dd> @@ -579,7 +579,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default foreground color </dd> @@ -609,7 +609,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sub-style default description </dd> @@ -639,7 +639,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default eolfill flag </dd> @@ -669,7 +669,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default font </dd> @@ -699,7 +699,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default background color </dd> @@ -729,7 +729,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> white-space separated default word list </dd> @@ -759,7 +759,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sub-style description </dd> @@ -789,7 +789,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eolfill flag </dd> @@ -819,7 +819,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> font </dd> @@ -849,7 +849,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> background color </dd> @@ -879,7 +879,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> white-space separated word list </dd> @@ -905,7 +905,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of defined sub-styles </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.Lexers.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Lexers.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -101,7 +101,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the lexer (LexerPygments) or None </dd> @@ -117,7 +117,7 @@ Module function to get a dictionary with the default associations. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the default lexer associations </dd> @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the language (QPixmap or QIcon) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instanciated lexer object (QsciLexer) </dd> @@ -209,7 +209,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file filter list (list of strings or string) </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file filter list (list of strings or string) </dd> @@ -259,7 +259,7 @@ Module function to get a list of supported API languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported API languages </dd> @@ -281,7 +281,7 @@ Module function to get a dictionary of supported lexer languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of supported lexer languages. The keys are the internal language names. The items are lists of three entries.
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.HtmlProvider.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.HtmlProvider.html Sat Jan 16 16:51:23 2021 +0100 @@ -303,7 +303,7 @@ Public method to indicate the availability of bold markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bold markup </dd> @@ -322,7 +322,7 @@ Public method to indicate the availability of bulleted list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bulleted list markup </dd> @@ -341,7 +341,7 @@ Public method to indicate the availability of inline code markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of inline code markup </dd> @@ -360,7 +360,7 @@ Public method to indicate the availability of code block markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of code block markup </dd> @@ -379,7 +379,7 @@ Public method to indicate the availability of hyperlink markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of hyperlink markup </dd> @@ -398,7 +398,7 @@ Public method to indicate the availability of image markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of image markup </dd> @@ -417,7 +417,7 @@ Public method to indicate the availability of italic markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of italic markup </dd> @@ -436,7 +436,7 @@ Public method to indicate the availability of a horizontal line markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of a horizontal line markup </dd> @@ -455,7 +455,7 @@ Public method to indicate the availability of numbered list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of numbered list markup </dd> @@ -474,7 +474,7 @@ Public method to indicate the availability of block quote markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of block quote markup </dd> @@ -493,7 +493,7 @@ Public method to indicate the availability of strikethrough markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of strikethrough markup </dd> @@ -530,7 +530,7 @@ Public method to determine the available header levels. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> supported header levels </dd> @@ -591,7 +591,7 @@ Public method to get the markup kind. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with markup kind </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.HyperlinkMarkupDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.HyperlinkMarkupDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -138,7 +138,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the link text, link target and the optional link title
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.ImageMarkupDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.ImageMarkupDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the image address, alternative text, title text, flag to keep the original size, width and height
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkdownProvider.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkdownProvider.html Sat Jan 16 16:51:23 2021 +0100 @@ -299,7 +299,7 @@ Public method to indicate the availability of bold markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bold markup </dd> @@ -318,7 +318,7 @@ Public method to indicate the availability of bulleted list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bulleted list markup </dd> @@ -337,7 +337,7 @@ Public method to indicate the availability of inline code markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of inline code markup </dd> @@ -356,7 +356,7 @@ Public method to indicate the availability of code block markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of code block markup </dd> @@ -375,7 +375,7 @@ Public method to indicate the availability of hyperlink markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of hyperlink markup </dd> @@ -394,7 +394,7 @@ Public method to indicate the availability of image markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of image markup </dd> @@ -413,7 +413,7 @@ Public method to indicate the availability of italic markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of italic markup </dd> @@ -432,7 +432,7 @@ Public method to indicate the availability of a horizontal line markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of a horizontal line markup </dd> @@ -451,7 +451,7 @@ Public method to indicate the availability of numbered list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of numbered list markup </dd> @@ -470,7 +470,7 @@ Public method to indicate the availability of block quote markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of block quote markup </dd> @@ -489,7 +489,7 @@ Public method to indicate the availability of strikethrough markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of strikethrough markup </dd> @@ -526,7 +526,7 @@ Public method to determine the available header levels. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> supported header levels </dd> @@ -587,7 +587,7 @@ Public method to get the markup kind. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with markup kind </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkupBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.MarkupBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -255,7 +255,7 @@ Public method to indicate the availability of bold markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bold markup </dd> @@ -274,7 +274,7 @@ Public method to indicate the availability of bulleted list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bulleted list markup </dd> @@ -293,7 +293,7 @@ Public method to indicate the availability of inline code markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of inline code markup </dd> @@ -312,7 +312,7 @@ Public method to indicate the availability of code block markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of code block markup </dd> @@ -331,7 +331,7 @@ Public method to indicate the availability of hyperlink markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of hyperlink markup </dd> @@ -350,7 +350,7 @@ Public method to indicate the availability of image markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of image markup </dd> @@ -369,7 +369,7 @@ Public method to indicate the availability of italic markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of italic markup </dd> @@ -388,7 +388,7 @@ Public method to indicate the availability of a horizontal line markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of a horizontal line markup </dd> @@ -407,7 +407,7 @@ Public method to indicate the availability of numbered list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of numbered list markup </dd> @@ -426,7 +426,7 @@ Public method to indicate the availability of block quote markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of block quote markup </dd> @@ -445,7 +445,7 @@ Public method to indicate the availability of strikethrough markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of strikethrough markup </dd> @@ -482,7 +482,7 @@ Public method to determine the available header levels. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> supported header levels </dd> @@ -543,7 +543,7 @@ Public method to get the markup kind. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> markup kind all lowercased </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.RestructuredTextProvider.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.RestructuredTextProvider.html Sat Jan 16 16:51:23 2021 +0100 @@ -291,7 +291,7 @@ Public method to indicate the availability of bold markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bold markup </dd> @@ -310,7 +310,7 @@ Public method to indicate the availability of bulleted list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of bulleted list markup </dd> @@ -329,7 +329,7 @@ Public method to indicate the availability of inline code markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of inline code markup </dd> @@ -348,7 +348,7 @@ Public method to indicate the availability of code block markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of code block markup </dd> @@ -367,7 +367,7 @@ Public method to indicate the availability of hyperlink markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of hyperlink markup </dd> @@ -386,7 +386,7 @@ Public method to indicate the availability of image markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of image markup </dd> @@ -405,7 +405,7 @@ Public method to indicate the availability of italic markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of italic markup </dd> @@ -424,7 +424,7 @@ Public method to indicate the availability of a horizontal line markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of a horizontal line markup </dd> @@ -443,7 +443,7 @@ Public method to indicate the availability of numbered list markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of numbered list markup </dd> @@ -462,7 +462,7 @@ Public method to indicate the availability of block quote markup. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of block quote markup </dd> @@ -499,7 +499,7 @@ Public method to determine the available header levels. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> supported header levels </dd> @@ -560,7 +560,7 @@ Public method to get the markup kind. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with markup kind </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MarkupProviders.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -61,7 +61,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> markup provider </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html Sat Jan 16 16:51:23 2021 +0100 @@ -536,7 +536,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dummy file name to be used for binding a lexer (string) </dd> @@ -696,7 +696,7 @@ Private method to get the word at the current position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the word at that current position </dd> @@ -731,7 +731,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested setting or None if nothing was found and nodefault parameter was True @@ -758,7 +758,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> override value; None in case nothing is defined </dd> @@ -788,7 +788,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the word at that position </dd> @@ -814,7 +814,7 @@ Private method used to setup the Languages context sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -863,7 +863,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> EditorConfig dictionary </dd> @@ -907,7 +907,7 @@ Private method to ask the user to save the file, if it was modified. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if it is ok to continue (boolean) </dd> @@ -1030,7 +1030,7 @@ Private slot to save a file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -1043,7 +1043,7 @@ Private slot to save a file with a new name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -1070,7 +1070,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1117,7 +1117,7 @@ Private method to select a specific pygments lexer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the selected pygments lexer </dd> @@ -1247,7 +1247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename part (string) </dd> @@ -1295,7 +1295,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -1363,7 +1363,7 @@ Public method to fulfill the ViewManager interface. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the text edit component (QsciScintillaCompat) </dd> @@ -1397,7 +1397,7 @@ Public method to return the name of the file being displayed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the displayed file (string) </dd> @@ -1423,7 +1423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language of the editor </dd> @@ -1449,7 +1449,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested history list (list of strings) </dd> @@ -1569,7 +1569,7 @@ next find operation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection or current word (string) </dd> @@ -1707,7 +1707,7 @@ Public method to return the name of the file being displayed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the displayed file </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Sat Jan 16 16:51:23 2021 +0100 @@ -590,7 +590,7 @@ Private method to perform the search in target. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful search (boolean) </dd> @@ -642,7 +642,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoded string (bytes) </dd> @@ -684,7 +684,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> raw character at the requested position or empty bytes, if the position is negative or past the end of the document (bytes) @@ -699,7 +699,7 @@ clipboard contains some text). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of 'paste' </dd> @@ -726,7 +726,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> character at the requested position or empty string, if the position is negative or past the end of the document (string) @@ -830,7 +830,7 @@ Public method to get a list of line numbers of collapsed folds. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of line numbers of folded lines (list of integer) </dd> @@ -843,7 +843,7 @@ Public method to get the current position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute position of the cursor (integer) </dd> @@ -856,7 +856,7 @@ Public method to get the style at the current position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> style at the current position (integer) </dd> @@ -918,7 +918,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eol string (string) </dd> @@ -956,7 +956,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result of the event handling (boolean) </dd> @@ -1061,7 +1061,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful search </dd> @@ -1080,7 +1080,7 @@ Public method to find the next occurrence in the target range. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful search (boolean) </dd> @@ -1140,7 +1140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the fold expansion state of the line (boolean) </dd> @@ -1160,7 +1160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fold flags of the given line (integer) </dd> @@ -1181,7 +1181,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a fold header line (boolean) </dd> @@ -1201,7 +1201,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fold level of the given line (integer) </dd> @@ -1215,7 +1215,7 @@ the editor doesn't have the focus. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an always visible caret line (boolean) </dd> @@ -1234,7 +1234,7 @@ flash time, then hidden for the same amount of time. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flash time of the cursor in milliseconds (integer) </dd> @@ -1255,7 +1255,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> document line number </dd> @@ -1274,7 +1274,7 @@ Public method to get the last styled position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end position of the last styling run (integer) </dd> @@ -1287,7 +1287,7 @@ Public method to get the eol indicator for the current eol mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eol indicator (string) </dd> @@ -1300,7 +1300,7 @@ Public method to return the name of the file being displayed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the displayed file (string) </dd> @@ -1313,7 +1313,7 @@ Public method to get the recently found target. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> found target as a tuple of starting position and target length (integer, integer) @@ -1338,7 +1338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end position of the indicator (integer) </dd> @@ -1362,7 +1362,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start position of the indicator (integer) </dd> @@ -1375,7 +1375,7 @@ Public method to get the line separator for the current eol mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> eol string (string) </dd> @@ -1388,7 +1388,7 @@ Public method to retrieve the start and end of a rectangular selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start line and index and end line and index (tuple of four int) @@ -1402,7 +1402,7 @@ Public method to get the number of active selections. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of active selection (integer) </dd> @@ -1423,7 +1423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start line and index and end line and index (tuple of four int) for the given selection @@ -1438,7 +1438,7 @@ selections. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples with start line and index and end line and index of each active selection (list of tuples of four int) @@ -1459,7 +1459,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start index of the sub style and their count </dd> @@ -1486,7 +1486,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> visible line number </dd> @@ -1505,7 +1505,7 @@ Public method used to retrieve the current zoom factor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> zoom factor (integer) </dd> @@ -1535,7 +1535,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if the indicator was found (boolean) </dd> @@ -1566,7 +1566,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if the indicator was found (boolean) </dd> @@ -1591,7 +1591,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of the indicator (boolean) </dd> @@ -1607,7 +1607,7 @@ This is an overriding method to cope with a bug in QsciScintilla. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of selected text (boolean) </dd> @@ -1620,7 +1620,7 @@ Public method to check for a selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of a selection (boolean) </dd> @@ -1640,7 +1640,7 @@ Public method to get the indentation guide view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indentation guide view (SC_IV_NONE, SC_IV_REAL, SC_IV_LOOKFORWARD or SC_IV_LOOKBOTH) @@ -1697,7 +1697,7 @@ Public method to return the modification status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the modification status (boolean) </dd> @@ -1721,7 +1721,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> linenumber at position or -1, if there is no line at pos (integer, zero based) @@ -1742,7 +1742,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position of the line end disregarding line end characters (integer) @@ -1763,7 +1763,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of line number (integer) and index number (integer) </dd> @@ -1776,7 +1776,7 @@ Public method to get the amount of visible lines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> amount of visible lines (integer) </dd> @@ -1853,7 +1853,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position after the given one (integer) </dd> @@ -1874,7 +1874,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position before the given one (integer) </dd> @@ -1898,7 +1898,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute position in the editor (integer) </dd> @@ -1919,7 +1919,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> scintilla position (integer) or -1 to indicate, that the point is not near any character @@ -1962,7 +1962,7 @@ Public method to check, if the current selection is rectangular. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a rectangular selection (boolean) </dd> @@ -2337,7 +2337,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> style at the requested position or 0, if the position is negative or past the end of the document (integer) @@ -2411,7 +2411,7 @@ Module function to return the QScintilla version. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> QScintilla version (integer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.SearchReplaceWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.SearchReplaceWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -544,7 +544,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -579,7 +579,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of start line and index and end line and index (tuple of four integer)
--- a/eric6/Documentation/Source/eric6.QScintilla.Shell.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.Shell.html Sat Jan 16 16:51:23 2021 +0100 @@ -1142,7 +1142,7 @@ Private method to return the line and column of the last character. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two values (int, int) giving the line and column </dd> @@ -1162,7 +1162,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indentation length </dd> @@ -1245,7 +1245,7 @@ Private method to check, if the cursor is on the last line. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the cursor is on the last line (boolean) </dd> @@ -1258,7 +1258,7 @@ Private method to test, if the history index is valid. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd> @@ -1345,7 +1345,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the index of found entry and a flag indicating that something was found @@ -1376,7 +1376,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the index of found entry and a flag indicating that something was found @@ -1752,7 +1752,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd> @@ -1809,7 +1809,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the movement </dd> @@ -1850,7 +1850,7 @@ Public slot to get the clients type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> client type (string) </dd> @@ -1871,7 +1871,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the history list (list of strings) </dd> @@ -1884,7 +1884,7 @@ Public method to get the current value of the history index. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> history index </dd> @@ -1910,7 +1910,7 @@ Public method to get the shell history style. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> shell history style </dd> @@ -1946,7 +1946,7 @@ Public method to check, if the history is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if history is enabled </dd> @@ -2208,7 +2208,7 @@ Public method to get a reference to the shell widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the shell widget (Shell) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.ShellHistoryDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.ShellHistoryDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ Public method to retrieve the history from the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the list of history entries and the current row
--- a/eric6/Documentation/Source/eric6.QScintilla.ShellWindow.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.ShellWindow.html Sat Jan 16 16:51:23 2021 +0100 @@ -488,7 +488,7 @@ Public method to get a reference to the active shell. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the shell widget </dd> @@ -521,7 +521,7 @@ Public method to get a reference to the APIs manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the APIs manager object (eric6.QScintilla.APIsManager) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.SortOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.SortOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public method to get the selected options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three flags indicating ascending order, alphanumeric sort and case sensitivity (tuple of three boolean)
--- a/eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.SpellChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -230,7 +230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the dictionary (enchant.Dict) </dd> @@ -243,7 +243,7 @@ Class method to get all available languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of available languages (list of strings) </dd> @@ -264,7 +264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name of the default user dictionary or the default user exception dictionary (string) @@ -286,7 +286,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name of the user dictionary or the user exception dictionary (string) @@ -300,7 +300,7 @@ Class method to check, if spellchecking is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating availability (boolean) </dd> @@ -387,7 +387,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of three values (the extracted word (string), start position (integer), end position (integer)) @@ -408,7 +408,7 @@ Special method to create an iterator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> self </dd> @@ -421,7 +421,7 @@ Special method to advance to the next error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> self </dd> @@ -538,7 +538,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the leading and trailing context (string, string) </dd> @@ -551,7 +551,7 @@ Public method to get information about the last error found. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of last faulty word (string), starting position of the faulty word (integer) and ending position of the faulty word @@ -566,7 +566,7 @@ Public method to get the current language. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current language in language locale format (string) </dd> @@ -586,7 +586,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of suggestions (list of strings) </dd> @@ -625,7 +625,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful initialization (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.SpellingDictionaryEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.SpellingDictionaryEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Public method to get the data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> data of the dialog (string) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterBase.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterBase.html Sat Jan 16 16:51:23 2021 +0100 @@ -149,7 +149,7 @@ Public method to get the enabled state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> enabled state (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterPython.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterPython.html Sat Jan 16 16:51:23 2021 +0100 @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a comment (boolean) </dd> @@ -237,7 +237,7 @@ string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a double quoted string (boolean) @@ -252,7 +252,7 @@ string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a single quoted string (boolean) @@ -267,7 +267,7 @@ quoted string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a triple double quoted string (boolean) @@ -282,7 +282,7 @@ quoted string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a triple single quoted string (boolean) @@ -296,7 +296,7 @@ Private method to check, if the user is defining a class method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the definition of a class method (boolean) </dd> @@ -310,7 +310,7 @@ (@classmethod). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the definition of a class method (boolean) </dd> @@ -324,7 +324,7 @@ (@staticmethod) method. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the definition of a static method (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterRuby.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterRuby.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a comment (boolean) </dd> @@ -158,7 +158,7 @@ string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a double quoted string (boolean) @@ -172,7 +172,7 @@ Private method to check, if the cursor is within a here document. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a here document (boolean) @@ -186,7 +186,7 @@ Private method to check, if the cursor is within an inline document. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside an inline document (boolean) @@ -201,7 +201,7 @@ string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a single quoted string (boolean)
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterYaml.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.CompleterYaml.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the cursor is inside a comment </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.TypingCompleters.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the instanciated lexer object (QsciLexer) </dd>
--- a/eric6/Documentation/Source/eric6.QScintilla.ZoomDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.QScintilla.ZoomDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to retrieve the zoom size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> zoom size (int) </dd>
--- a/eric6/Documentation/Source/eric6.Snapshot.SnapWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Snapshot.SnapWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -232,7 +232,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Snapshot.SnapshotDefaultGrabber.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Snapshot.SnapshotDefaultGrabber.html Sat Jan 16 16:51:23 2021 +0100 @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the event should be filtered out (boolean) </dd> @@ -264,7 +264,7 @@ Public method to get the supported screenshot modes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of supported screenshot modes </dd>
--- a/eric6/Documentation/Source/eric6.Snapshot.SnapshotRegionGrabber.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Snapshot.SnapshotRegionGrabber.html Sat Jan 16 16:51:23 2021 +0100 @@ -190,7 +190,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> calculated mask (QRegion) </dd> @@ -221,7 +221,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> limited point (QPoint) </dd> @@ -241,7 +241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized selection (QRect) </dd>
--- a/eric6/Documentation/Source/eric6.Snapshot.SnapshotWaylandGrabber.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Snapshot.SnapshotWaylandGrabber.html Sat Jan 16 16:51:23 2021 +0100 @@ -156,7 +156,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd> @@ -217,7 +217,7 @@ Private method to generate a temporary filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path name for a unique, temporary file </dd> @@ -263,7 +263,7 @@ Public method to get the supported screenshot modes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of supported screenshot modes </dd>
--- a/eric6/Documentation/Source/eric6.SqlBrowser.SqlBrowserWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.SqlBrowser.SqlBrowserWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -210,7 +210,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> SQL error object (QSqlError) </dd>
--- a/eric6/Documentation/Source/eric6.SqlBrowser.SqlConnectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.SqlBrowser.SqlConnectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ Public method to retrieve the connection data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving the driver name (string), the database name (string), the user name (string), the password (string), the
--- a/eric6/Documentation/Source/eric6.SqlBrowser.SqlConnectionWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.SqlBrowser.SqlConnectionWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -176,7 +176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> caption string (string) </dd> @@ -240,7 +240,7 @@ Public method to get the current database. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current database (QSqlDatabase) </dd>
--- a/eric6/Documentation/Source/eric6.Tasks.Task.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tasks.Task.html Sat Jan 16 16:51:23 2021 +0100 @@ -210,7 +210,7 @@ Public method to retrieve the task's filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename (string) </dd> @@ -223,7 +223,7 @@ Public method to retrieve the task's linenumber. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> linenumber (integer) </dd> @@ -236,7 +236,7 @@ Public method to get the parent task's uid. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> parent uid (string) </dd> @@ -249,7 +249,7 @@ Public method to get the task's uid. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> uid (string) </dd> @@ -262,7 +262,7 @@ Public slot to return the completion status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the completion status (boolean) </dd> @@ -275,7 +275,7 @@ Public slot to get an indication, if this task is related to a file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a file task (boolean) </dd> @@ -289,7 +289,7 @@ project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a project file task (boolean) </dd> @@ -302,7 +302,7 @@ Public slot to return the project relation status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the project relation status (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Tasks.TaskFilter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tasks.TaskFilter.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ Public method to check for active filters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an active filter was found (boolean) </dd> @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the task should be shown (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Tasks.TaskPropertiesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tasks.TaskPropertiesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to retrieve the dialogs data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of description, priority, completion flag, project flag and long text (string, string, boolean,
--- a/eric6/Documentation/Source/eric6.Tasks.TaskViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tasks.TaskViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -639,7 +639,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the task item (Task) </dd> @@ -700,7 +700,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the task (Task) </dd> @@ -713,7 +713,7 @@ Public method to retrieve all non project related tasks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> copy of tasks (list of Task) </dd> @@ -726,7 +726,7 @@ Public method to retrieve all project related tasks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> copy of tasks (list of Task) </dd>
--- a/eric6/Documentation/Source/eric6.Templates.TemplateMultipleVariablesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Templates.TemplateMultipleVariablesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the values for all variables. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with the variable as a key and its value (string) </dd>
--- a/eric6/Documentation/Source/eric6.Templates.TemplatePropertiesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Templates.TemplatePropertiesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ Public method to get the data entered into the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of two strings (name, language), if the dialog is in group mode, and a tuple of four strings (name, description, group
--- a/eric6/Documentation/Source/eric6.Templates.TemplateSingleVariableDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Templates.TemplateSingleVariableDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get the value for the variable. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value for the template variable (string) </dd>
--- a/eric6/Documentation/Source/eric6.Templates.TemplateViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Templates.TemplateViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -169,7 +169,7 @@ Private method to generate the display text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display text (string) </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> expanded and formatted variable (string) </dd> @@ -217,7 +217,7 @@ Public method to get the description of the entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the entry (string) </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of the expanded template text (string), the number of lines (integer) and the length of the last line (integer) @@ -257,7 +257,7 @@ Public method to get the name of the group this entry belongs to. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the group containing this entry (string) </dd> @@ -270,7 +270,7 @@ Public method to get the name of the entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the entry (string) </dd> @@ -283,7 +283,7 @@ Public method to get the template text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the template text (string) </dd> @@ -296,7 +296,7 @@ Public method to get the list of variables. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of variables (list of strings) </dd> @@ -479,7 +479,7 @@ Public method to retrieve all entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all entries (list of TemplateEntry) </dd> @@ -499,7 +499,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the entry (TemplateEntry) </dd> @@ -521,7 +521,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of entry names found (list of strings) </dd> @@ -534,7 +534,7 @@ Public method to get the name of the group. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> language of the group (string) </dd> @@ -547,7 +547,7 @@ Public method to get the name of the group. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the group (string) </dd> @@ -567,7 +567,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating existence (boolean) </dd> @@ -834,7 +834,7 @@ Private method to return predefined variables. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of predefined variables and their values </dd> @@ -1049,7 +1049,7 @@ Public method to get all groups. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all groups (list of TemplateGroup) </dd> @@ -1062,7 +1062,7 @@ Public method to get all group names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all group names (list of strings) </dd> @@ -1088,7 +1088,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of matching template names (list of strings) </dd> @@ -1108,7 +1108,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an existing group (boolean) </dd> @@ -1133,7 +1133,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence (boolean) </dd> @@ -1202,7 +1202,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Toolbox.SingleApplication.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Toolbox.SingleApplication.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value indicating success or an error number. Value is one of: <table> @@ -156,7 +156,7 @@ Public method to return a meaningful error string for the last error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error string for the last error (string) </dd>
--- a/eric6/Documentation/Source/eric6.Toolbox.Startup.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Toolbox.Startup.html Sat Jan 16 16:51:23 2021 +0100 @@ -93,7 +93,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of default icon paths </dd> @@ -126,7 +126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the '--' option (integer). This is used to tell the application, that all additional options don't belong to @@ -172,7 +172,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Tuple of a status flag and the loaded translator (int, QTranslator) @@ -205,7 +205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested locale (string) </dd> @@ -274,7 +274,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> exit result (integer) </dd>
--- a/eric6/Documentation/Source/eric6.Tools.TRPreviewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tools.TRPreviewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -470,7 +470,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to a translation object or None </dd> @@ -490,7 +490,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to a translation object or None </dd> @@ -510,7 +510,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of the translation (boolean) </dd> @@ -530,7 +530,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of the translation (boolean) </dd> @@ -550,7 +550,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> unique name (string or None) </dd> @@ -586,7 +586,7 @@ Public method to check for loaded translations. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag signaling if any translation was loaded (boolean) </dd> @@ -606,7 +606,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new translator object (QTranslator) </dd> @@ -745,7 +745,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the widget (WidgetView) or None </dd> @@ -797,7 +797,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if event was filtered out </dd> @@ -810,7 +810,7 @@ Public method to check for loaded widgets. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag signaling if any widget was loaded (boolean) </dd> @@ -953,7 +953,7 @@ Public method to return the validity of this widget view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the validity (boolean) </dd> @@ -966,7 +966,7 @@ Public method to retrieve the name of the UI file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the loaded UI file (string) </dd>
--- a/eric6/Documentation/Source/eric6.Tools.UIPreviewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Tools.UIPreviewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -343,7 +343,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if event was filtered out </dd>
--- a/eric6/Documentation/Source/eric6.UI.AuthenticationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.AuthenticationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Public method to retrieve the login data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two string values (username, password) </dd> @@ -160,7 +160,7 @@ Public method to check, if the login data shall be saved. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the login data shall be saved (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.Browser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.Browser.html Sat Jan 16 16:51:23 2021 +0100 @@ -427,7 +427,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a correct type </dd> @@ -495,7 +495,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of selected items (list of BroweserItem) </dd> @@ -515,7 +515,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> count of items selected (integer) </dd> @@ -535,7 +535,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary containing the counts of items belonging to the individual filter classes. The keys of the dictionary @@ -652,7 +652,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating item is a valid type (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.BrowserModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.BrowserModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -181,7 +181,7 @@ Public method returning the class object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the class object </dd> @@ -194,7 +194,7 @@ Public method returning the filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename (string) </dd> @@ -207,7 +207,7 @@ Public method returning the public visibility status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating public visibility (boolean) </dd> @@ -235,7 +235,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -248,7 +248,7 @@ Public method returning the line number defining this object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number defining the object (integer) </dd> @@ -261,7 +261,7 @@ Public method returning the line numbers this object is assigned to. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number the object is assigned to (list of integers) </dd> @@ -352,7 +352,7 @@ Public method returning the attribute list. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the list of attributes </dd> @@ -365,7 +365,7 @@ Public method returning the attributes type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating class attributes (boolean) </dd> @@ -393,7 +393,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -406,7 +406,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd> @@ -505,7 +505,7 @@ Public method returning the boundaries of the method definition. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start end end line number (integer, integer) </dd> @@ -518,7 +518,7 @@ Public method returning the class object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the class object </dd> @@ -531,7 +531,7 @@ Public method returning the filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename (string) </dd> @@ -544,7 +544,7 @@ Public method returning the public visibility status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating public visibility (boolean) </dd> @@ -572,7 +572,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -585,7 +585,7 @@ Public method returning the line number defining this object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number defining the object (integer) </dd> @@ -598,7 +598,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd> @@ -692,7 +692,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -705,7 +705,7 @@ Public method returning the line number of the coding line. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number defining the coding line </dd> @@ -798,7 +798,7 @@ Public method returning the directory name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name (string) </dd> @@ -826,7 +826,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -839,7 +839,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd> @@ -1012,7 +1012,7 @@ Public method returning the directory name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name (string) </dd> @@ -1025,7 +1025,7 @@ Public method returning the file extension. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file extension (string) </dd> @@ -1038,7 +1038,7 @@ Public method returning the filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename (string) </dd> @@ -1051,7 +1051,7 @@ Public method to check, if this file is a D file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a D file (boolean) </dd> @@ -1064,7 +1064,7 @@ Public method to check, if this file is a Qt-Designer file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Qt-Designer file (boolean) </dd> @@ -1077,7 +1077,7 @@ Public method to check, if this file is a CORBA IDL file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a CORBA IDL file (boolean) </dd> @@ -1090,7 +1090,7 @@ Public method to check, if this file is a JavaScript file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a JavaScript file (boolean) </dd> @@ -1103,7 +1103,7 @@ Public method to check, if this file is a Qt-Linguist file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Qt-Linguist file (boolean) </dd> @@ -1116,7 +1116,7 @@ Public method to check, if this file is an eric multi project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an eric project file (boolean) </dd> @@ -1129,7 +1129,7 @@ Public method to check, if this file is a pixmap file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a pixmap file (boolean) </dd> @@ -1142,7 +1142,7 @@ Public method to check, if this file is an eric project file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an eric project file (boolean) </dd> @@ -1155,7 +1155,7 @@ Public method to check, if this file is a Google Protocol Buffer file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a protobuf file </dd> @@ -1174,7 +1174,7 @@ Public method to check, if this file is a Python3 script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Python file (boolean) </dd> @@ -1187,7 +1187,7 @@ Public method to check, if this file is a Qt-Resources file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Qt-Resources file (boolean) </dd> @@ -1200,7 +1200,7 @@ Public method to check, if this file is a Ruby script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Ruby file (boolean) </dd> @@ -1213,7 +1213,7 @@ Public method to check, if this file is a SVG file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a SVG file (boolean) </dd> @@ -1241,7 +1241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -1254,7 +1254,7 @@ Public method returning the module name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module name (string) </dd> @@ -1267,7 +1267,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd> @@ -1440,7 +1440,7 @@ Public method returning the filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename (string) </dd> @@ -1468,7 +1468,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -1481,7 +1481,7 @@ Public method returning the line number of the first import. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number of the first import (integer) </dd> @@ -1494,7 +1494,7 @@ Public method returning the line numbers of all imports. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line numbers of all imports (list of integers) </dd> @@ -1580,7 +1580,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -1736,7 +1736,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the child item (BrowserItem) </dd> @@ -1749,7 +1749,7 @@ Public method to get the number of available child items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of child items (integer) </dd> @@ -1762,7 +1762,7 @@ Public method to get the ids of all child items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> references to all child items (list of BrowserItem) </dd> @@ -1775,7 +1775,7 @@ Public method to get the number of available data items. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of data items (integer) </dd> @@ -1795,7 +1795,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stored data item </dd> @@ -1808,7 +1808,7 @@ Public method to get the items icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the icon (QIcon) </dd> @@ -1821,7 +1821,7 @@ Public method to check, if this item should be populated lazyly. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> lazy population flag (boolean) </dd> @@ -1834,7 +1834,7 @@ Public method to chek, if this item is populated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> population status (boolean) </dd> @@ -1847,7 +1847,7 @@ Public method returning the public visibility status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating public visibility (boolean) </dd> @@ -1860,7 +1860,7 @@ Public method to check, if the items is a symbolic link. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a symbolic link (boolean) </dd> @@ -1888,7 +1888,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -1901,7 +1901,7 @@ Public method to get the reference to the parent item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the parent item </dd> @@ -1935,7 +1935,7 @@ Public method to get the row number of this item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> row number (integer) </dd> @@ -1948,7 +1948,7 @@ Public method to get the item type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the item </dd> @@ -2047,7 +2047,7 @@ Public method returning the boundaries of the method definition. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with start end end line number (integer, integer) </dd> @@ -2060,7 +2060,7 @@ Public method returning the filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename (string) </dd> @@ -2073,7 +2073,7 @@ Public method returning the function object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the function object </dd> @@ -2086,7 +2086,7 @@ Public method returning the public visibility status. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating public visibility (boolean) </dd> @@ -2114,7 +2114,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if this item is less than other (boolean) </dd> @@ -2127,7 +2127,7 @@ Public method returning the line number defining this object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line number defining the object (integer) </dd> @@ -2140,7 +2140,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd> @@ -2427,7 +2427,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -2451,7 +2451,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -2499,7 +2499,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested flags (Qt.ItemFlags) </dd> @@ -2523,7 +2523,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of child items (boolean) </dd> @@ -2551,7 +2551,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested header data </dd> @@ -2579,7 +2579,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index object (QModelIndex) </dd> @@ -2613,7 +2613,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested item reference (BrowserItem) </dd> @@ -2633,7 +2633,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of parent item (QModelIndex) </dd> @@ -2824,7 +2824,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd> @@ -2898,7 +2898,7 @@ Public method to return the name of the item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the item (string) </dd>
--- a/eric6/Documentation/Source/eric6.UI.BrowserSortFilterProxyModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.BrowserSortFilterProxyModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the item should be shown (boolean) </dd> @@ -165,7 +165,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of child items (boolean) </dd> @@ -185,7 +185,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested item reference (BrowserItem) </dd> @@ -214,7 +214,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if left is less than right (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.ClearPrivateDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.ClearPrivateDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public method to get the data from the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags indicating which data to clear (recent files, recent projects, recent multi projects,
--- a/eric6/Documentation/Source/eric6.UI.CodeDocumentationViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.CodeDocumentationViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -252,7 +252,7 @@ Public method to get a list of providers and their visible strings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the providers and their visible strings </dd> @@ -279,7 +279,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the support status </dd>
--- a/eric6/Documentation/Source/eric6.UI.CodeDocumentationViewerTemplate.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.CodeDocumentationViewerTemplate.html Sat Jan 16 16:51:23 2021 +0100 @@ -66,7 +66,7 @@ Function to get the stylesheet matching the desktop environment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stylesheet </dd> @@ -95,7 +95,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared HTML document </dd> @@ -125,7 +125,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared HTML document </dd> @@ -154,7 +154,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared HTML document </dd>
--- a/eric6/Documentation/Source/eric6.UI.CompareDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.CompareDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -437,7 +437,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the event was handled (boolean) </dd> @@ -460,7 +460,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line without diff markers (string) </dd> @@ -492,10 +492,9 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -a generator yielding tuples of differences. The tuple is composed - of strings as follows. +tuples of differences. Each tuple is composed of strings as follows. <ul> <li>opcode -- one of e, d, i, r for equal, delete, insert, replace</li> @@ -506,6 +505,12 @@ </ul> </dd> </dl> +<dl> +<dt>Yield Type:</dt> +<dd> +tuple of (str, str, str, str, str) +</dd> +</dl> <div align="right"><a href="#top">Up</a></div> <hr /> </body></html> \ No newline at end of file
--- a/eric6/Documentation/Source/eric6.UI.DiffDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.DiffDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -337,7 +337,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, whether the event was handled (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.EmailDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.EmailDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ Private method to create a multipart mail message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared mail message </dd> @@ -196,7 +196,7 @@ Private method to create a simple mail message. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared mail message </dd> @@ -229,7 +229,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoded header (email.header.Header) </dd> @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> MIMEText object </dd> @@ -288,7 +288,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.FindFileDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.FindFileDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -304,7 +304,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of files to be processed (list of strings) </dd> @@ -338,7 +338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text with eol stripped (string) </dd>
--- a/eric6/Documentation/Source/eric6.UI.FindFileNameDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.FindFileNameDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -199,7 +199,7 @@ Public method to check, if the search should be stopped. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the search should be stopped (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.InstallInfoDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -178,7 +178,7 @@ Public method to check, if the install data was loaded. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the data was loaded </dd>
--- a/eric6/Documentation/Source/eric6.UI.LogView.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.LogView.html Sat Jan 16 16:51:23 2021 +0100 @@ -314,7 +314,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the message should be filtered out (boolean) @@ -356,7 +356,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating text was appended (boolean) </dd> @@ -376,7 +376,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating text was appended (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.NotificationWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.NotificationWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -110,7 +110,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the notification kind </dd> @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string containing the style sheet for the notification kind </dd>
--- a/eric6/Documentation/Source/eric6.UI.NumbersWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.NumbersWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -176,7 +176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -196,7 +196,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags (Qt.ItemFlags) </dd> @@ -209,7 +209,7 @@ Public slot to get the current value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current value of the model (integer) </dd> @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -257,7 +257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -317,7 +317,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.PixmapCache.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.PixmapCache.html Sat Jan 16 16:51:23 2021 +0100 @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested pixmap </dd> @@ -227,7 +227,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested icon </dd> @@ -264,7 +264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested icon </dd> @@ -301,7 +301,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested pixmap </dd> @@ -338,7 +338,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested icon </dd>
--- a/eric6/Documentation/Source/eric6.UI.Previewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.Previewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -204,7 +204,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if a preview can be shown (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.UI.Previewers.MarkdownExtensions.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.Previewers.MarkdownExtensions.html Sat Jan 16 16:51:23 2021 +0100 @@ -156,7 +156,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed lines </dd>
--- a/eric6/Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.Previewers.PreviewerHTML.html Sat Jan 16 16:51:23 2021 +0100 @@ -173,7 +173,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML </dd> @@ -209,7 +209,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML (string) </dd> @@ -233,7 +233,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML (string) </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML (string) </dd> @@ -313,7 +313,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML text </dd> @@ -343,7 +343,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML </dd> @@ -381,7 +381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> processed HTML (string) </dd> @@ -559,7 +559,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result of the script </dd>
--- a/eric6/Documentation/Source/eric6.UI.PythonAstViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.PythonAstViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated item </dd> @@ -344,7 +344,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> best matching tree item </dd> @@ -375,7 +375,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> best matching node </dd> @@ -473,7 +473,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating second is contained in first </dd> @@ -503,7 +503,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating second is contained in or equal to first </dd>
--- a/eric6/Documentation/Source/eric6.UI.PythonDisViewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.PythonDisViewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -316,7 +316,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the code info data </dd> @@ -342,7 +342,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated item </dd> @@ -376,7 +376,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated item </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated item </dd> @@ -675,7 +675,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> compiled code </dd>
--- a/eric6/Documentation/Source/eric6.UI.SymbolsWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.SymbolsWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -168,7 +168,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a digit (boolean) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a letter (boolean) </dd> @@ -208,7 +208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a mark character (boolean) </dd> @@ -228,7 +228,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a punctuation character (boolean) </dd> @@ -248,7 +248,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a symbol (boolean) </dd> @@ -268,7 +268,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -292,7 +292,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -305,7 +305,7 @@ Public method to get the used locale. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> used locale </dd> @@ -332,7 +332,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> first and last character position (integer, integer) </dd> @@ -345,7 +345,7 @@ Public method to get the current table index. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current table index (integer) </dd> @@ -358,7 +358,7 @@ Public method to get a list of table names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of table names (list of strings) </dd> @@ -386,7 +386,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -406,7 +406,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd>
--- a/eric6/Documentation/Source/eric6.UI.UserInterface.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.UI.UserInterface.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ Private method returning number of characters to write. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of characters buffered or length of buffered line (integer) @@ -1436,7 +1436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error indication (1 = connection not possible, 0 = ok, -1 = server exited with an error code) @@ -1463,7 +1463,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated dock window (QDockWindow) </dd> @@ -1637,7 +1637,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list giving the widget's geometry and its visibility </dd> @@ -1650,7 +1650,7 @@ Private method to check, if an error log file exists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of an error log file (boolean) </dd> @@ -1811,7 +1811,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful launch </dd> @@ -1999,7 +1999,7 @@ Private method to check for and read a crash session. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a crash session file was found and read </dd> @@ -2025,7 +2025,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -2426,7 +2426,7 @@ Private method to perform all necessary steps to close down the IDE. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -2549,7 +2549,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the window was shown (boolean) </dd> @@ -2735,7 +2735,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version tuple </dd> @@ -2829,7 +2829,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3012,7 +3012,7 @@ Public method to create the toolbars menu for Qt. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> toolbars menu (QMenu) </dd> @@ -3025,7 +3025,7 @@ Public method to provide a reference to the code documentation viewer. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the code documentation viewer </dd> @@ -3108,7 +3108,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -3121,7 +3121,7 @@ Public method to get the current layout type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current layout type </dd> @@ -3140,7 +3140,7 @@ Public method to get the locale of the IDE. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> locale of the IDE (string or None) </dd> @@ -3160,7 +3160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu (QMenu) </dd> @@ -3185,7 +3185,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu action (QAction) </dd> @@ -3205,7 +3205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu bar action (QAction) </dd> @@ -3219,7 +3219,7 @@ (i.e. before modifications by eric and PyQt5). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> original PATH environment variable </dd> @@ -3238,7 +3238,7 @@ Public method to get the toolbar icon size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> toolbar icon size (QSize) </dd> @@ -3258,7 +3258,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the toolbar entry (tuple of string and QToolBar) </dd> @@ -3279,7 +3279,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of toolbars </dd> @@ -3298,7 +3298,7 @@ Public method to get the current view profile. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the name of the current view profile (string) </dd> @@ -3347,7 +3347,7 @@ Public method to get a reference to the network access manager object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the network access manager object </dd> @@ -3718,7 +3718,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the version is newer than the required one (boolean)
--- a/eric6/Documentation/Source/eric6.Utilities.BackgroundClient.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.BackgroundClient.html Sat Jan 16 16:51:23 2021 +0100 @@ -135,7 +135,7 @@ Private method to check for a job cancellation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a cancellation </dd> @@ -169,7 +169,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text result of the import action </dd> @@ -195,7 +195,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> received bytes </dd> @@ -221,7 +221,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> received bytes or None if connection closed </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.BackgroundService.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.BackgroundService.html Sat Jan 16 16:51:23 2021 +0100 @@ -227,7 +227,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the process object </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.ClbrBaseClasses.html Sat Jan 16 16:51:23 2021 +0100 @@ -390,7 +390,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named attribute </dd> @@ -416,7 +416,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named global variable </dd> @@ -442,7 +442,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named method </dd> @@ -517,7 +517,7 @@ Public method to check, if the visibility is Private. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Private visibility </dd> @@ -536,7 +536,7 @@ Public method to check, if the visibility is Protected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Protected visibility </dd> @@ -555,7 +555,7 @@ Public method to check, if the visibility is Public. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Public visibility </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -92,7 +92,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the open file, pathname and description. Description is a tuple of file suffix, file mode and file type) @@ -142,7 +142,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the resulting dictionary </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.idlclbr.html Sat Jan 16 16:51:23 2021 +0100 @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line (one based) </dd> @@ -443,7 +443,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line (one based) </dd> @@ -477,7 +477,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the resulting dictionary </dd> @@ -514,7 +514,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the extracted data </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.jsclbr.html Sat Jan 16 16:51:23 2021 +0100 @@ -358,7 +358,7 @@ Public method to parse the source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the parsed information </dd> @@ -455,7 +455,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the resulting dictionary </dd> @@ -486,7 +486,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the extracted data </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.protoclbr.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.protoclbr.html Sat Jan 16 16:51:23 2021 +0100 @@ -392,7 +392,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line (one based) </dd> @@ -426,7 +426,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the resulting dictionary </dd> @@ -463,7 +463,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the extracted data </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.pyclbr.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.pyclbr.html Sat Jan 16 16:51:23 2021 +0100 @@ -476,7 +476,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported module item (ImportedModule) or None </dd> @@ -489,7 +489,7 @@ Public method to get all imported module names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of imported module names with name as key and list of line numbers of imports as value @@ -618,7 +618,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> length of the whitespace string (integer) </dd> @@ -649,7 +649,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line of the class/method/function (one based) </dd> @@ -695,7 +695,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the resulting dictionary </dd> @@ -732,7 +732,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the extracted data </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.rbclbr.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ClassBrowsers.rbclbr.html Sat Jan 16 16:51:23 2021 +0100 @@ -399,7 +399,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the resulting dictionary </dd> @@ -430,7 +430,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the extracted data </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.FtpUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.FtpUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore the line (boolean) </dd> @@ -164,7 +164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL info object containing the valid data (E5UrlInfo) </dd> @@ -256,7 +256,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL info object containing the valid data (E5UrlInfo) </dd> @@ -324,7 +324,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of nine strings giving the meta data, number of links, user, group, size, month, day, year or time @@ -359,7 +359,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL info object containing the valid data (E5UrlInfo) </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.MimeTypes.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.MimeTypes.html Sat Jan 16 16:51:23 2021 +0100 @@ -65,7 +65,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an editable file (boolean) </dd> @@ -88,7 +88,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mime type of the file (string) </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.ModuleParser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.ModuleParser.html Sat Jan 16 16:51:23 2021 +0100 @@ -358,7 +358,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named attribute or None </dd> @@ -378,7 +378,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the named method or None </dd> @@ -843,7 +843,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> end line of the class/method/function (one based) </dd> @@ -863,7 +863,7 @@ this module. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> A dictionary with inheritance hierarchies. </dd> @@ -876,7 +876,7 @@ Public method to retrieve the modules filename. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module filename (string) </dd> @@ -889,7 +889,7 @@ Public method to retrieve the modules name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module name (string) </dd> @@ -902,7 +902,7 @@ Public method to get the type of the module's source. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> type of the modules's source (string) </dd> @@ -1070,7 +1070,7 @@ Public method to check, if the visibility is Private. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Private visibility (boolean) </dd> @@ -1083,7 +1083,7 @@ Public method to check, if the visibility is Protected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Protected visibility (boolean) </dd> @@ -1096,7 +1096,7 @@ Public method to check, if the visibility is Public. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating Public visibility (boolean) </dd> @@ -1140,7 +1140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Length of the whitespace string after tab expansion. </dd> @@ -1178,7 +1178,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of the open file, pathname and description. Description is a tuple of file suffix, file mode and file type) @@ -1209,7 +1209,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> module type or -1 for failure (integer) </dd> @@ -1266,7 +1266,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to a Module object containing the parsed module information (Module)
--- a/eric6/Documentation/Source/eric6.Utilities.MouseUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.MouseUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -66,7 +66,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string of the modifier and mouse button combination </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.PasswordChecker.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.PasswordChecker.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> status (Status_Failed, Status_Passed) </dd> @@ -137,7 +137,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> status (Status_Failed, Status_Passed, Status_Exceeded) </dd> @@ -157,7 +157,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reversed string (string) </dd> @@ -177,7 +177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> indication for the password strength (Complexity_VeryWeak, Complexity_Weak, Complexity_Good, Complexity_Strong,
--- a/eric6/Documentation/Source/eric6.Utilities.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -426,7 +426,7 @@ Special method returning a representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd> @@ -439,7 +439,7 @@ Special method returning a string representation of the exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representing the error message </dd> @@ -506,7 +506,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> replacement string </dd> @@ -534,7 +534,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path (string) </dd> @@ -562,7 +562,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path with native separators (string) </dd> @@ -585,7 +585,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags indicating the presence of PySide2/PySide6 </dd> @@ -623,7 +623,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> compacted path (string) </dd> @@ -650,7 +650,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text with converted eols (string) </dd> @@ -673,7 +673,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of decoded text and encoding (string, string) </dd> @@ -696,7 +696,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decoded text (string) </dd> @@ -719,7 +719,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decoded text (string) </dd> @@ -751,7 +751,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Python version if file is Python3 (int) </dd> @@ -791,7 +791,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all files and directories in the tree rooted at path. The names are expanded to start with path. @@ -824,7 +824,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of encoded text and encoding used </dd> @@ -864,7 +864,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the converted text (string) </dd> @@ -887,7 +887,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the converted text (string) </dd> @@ -919,7 +919,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of string, boolean, complex, float and int </dd> @@ -942,7 +942,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of string, boolean, complex, float and int </dd> @@ -978,7 +978,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the extracted flags (list of strings) </dd> @@ -1001,7 +1001,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text without ANSI escape sequences </dd> @@ -1030,7 +1030,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory path of the given volume name </dd> @@ -1059,7 +1059,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path with converted separator characters (string) </dd> @@ -1082,7 +1082,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with distribution infos </dd> @@ -1111,7 +1111,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with plugins version infos </dd> @@ -1144,7 +1144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> executable path name of the tool </dd> @@ -1177,7 +1177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the PySide2/PySide6 tool path with extension </dd> @@ -1207,7 +1207,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the Qt tool name without extension (string) </dd> @@ -1230,7 +1230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with version infos </dd> @@ -1263,7 +1263,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all directories found </dd> @@ -1291,7 +1291,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested entry or the default value, if the entry wasn't found (string or None) @@ -1315,7 +1315,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> full executable name, if the executable file is accessible via the searchpath defined by the PATH environment variable, or an @@ -1340,7 +1340,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of full executable names (list of strings), if the executable file is accessible via the searchpath defined by the PATH environment @@ -1358,7 +1358,7 @@ Function to get a users home directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> home directory (string) </dd> @@ -1381,7 +1381,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> replacement string (string) </dd> @@ -1397,7 +1397,7 @@ Function to get the help text for the supported %-codes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> help text (string) </dd> @@ -1413,7 +1413,7 @@ Function to determine the path to Python's library. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path to the Python library (string) </dd> @@ -1429,7 +1429,7 @@ Function to get the Python version (major, minor) as an integer value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> An integer representing major and minor version number (integer) </dd> @@ -1452,7 +1452,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bundle name of the Qt tool (string) </dd> @@ -1468,7 +1468,7 @@ Function to get the real name of the user. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> real name of the user (string) </dd> @@ -1492,7 +1492,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing sys.path of the interpreter; an empty list is returned, if the interpreter is the one used to run eric itself @@ -1526,7 +1526,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of the corresponding unittest file (string) </dd> @@ -1542,7 +1542,7 @@ Function to get the user name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user name (string) </dd> @@ -1589,7 +1589,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> full executable name, if the executable file is accessible via the searchpath defined by the PATH environment variable, or an @@ -1614,7 +1614,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> coding string </dd> @@ -1637,7 +1637,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> coding string </dd> @@ -1660,7 +1660,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of the requested entry </dd> @@ -1693,7 +1693,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the encoded text (string) </dd> @@ -1720,7 +1720,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the decoded text (string) </dd> @@ -1747,7 +1747,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the encoded text (string) </dd> @@ -1770,7 +1770,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a Windows drive </dd> @@ -1799,7 +1799,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating executable status (boolean) </dd> @@ -1822,7 +1822,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag to indicate, if the executable file is accessible via the searchpath defined by the PATH environment variable. @@ -1854,7 +1854,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the complete filename (string) </dd> @@ -1870,7 +1870,7 @@ Function to return the line separator used by the editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> line separator used by the editor (string) </dd> @@ -1898,7 +1898,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute, normalized path (string) </dd> @@ -1922,7 +1922,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute, normalized path (string) </dd> @@ -1946,7 +1946,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> case normalized path (string) </dd> @@ -1973,7 +1973,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> normalized path (string) </dd> @@ -1997,7 +1997,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of environment settings (list of strings) </dd> @@ -2020,7 +2020,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of options (list of strings) </dd> @@ -2047,7 +2047,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of parsed data </dd> @@ -2080,7 +2080,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> command-name and args for QProcess </dd> @@ -2109,7 +2109,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of decoded text and encoding (string, string) </dd> @@ -2136,7 +2136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of decoded text and encoding (string, string) </dd> @@ -2160,7 +2160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of decoded text, encoding and hash value (string, string, string) @@ -2184,7 +2184,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string read from the stream (string) </dd> @@ -2212,7 +2212,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> relative path or unchanged path, if path does not start with the start path with universal separators (string) @@ -2241,7 +2241,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start position of the match or -1 indicating no match was found </dd> @@ -2274,7 +2274,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the two paths represent the same path on disk. @@ -2302,7 +2302,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the two paths represent the same path on disk. @@ -2326,7 +2326,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of 2 strings (dirname, filename). </dd> @@ -2353,7 +2353,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the path starts with the given start path (boolean) @@ -2377,7 +2377,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted boolean value (boolean) </dd> @@ -2400,7 +2400,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path with converted separator characters (string) </dd> @@ -2423,7 +2423,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the converted text (string) </dd> @@ -2439,7 +2439,7 @@ Function to get the user name under Win32. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user name (string) </dd> @@ -2462,7 +2462,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result of the kill (boolean) </dd> @@ -2478,7 +2478,7 @@ Function to get the user's real name (aka. display name) under Win32. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> real name of the current user (string) </dd> @@ -2514,7 +2514,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoding used for writing the file </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.crypto.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.crypto.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -137,7 +137,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decrypted data (bytes) and flag indicating success (boolean) @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encrypted data (bytes) and flag indicating success (boolean) @@ -208,7 +208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoded or decoded password (string) </dd> @@ -231,7 +231,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decoded password (string) </dd> @@ -258,7 +258,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decrypted password (string) and flag indicating success (boolean) @@ -282,7 +282,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoded password (string) </dd> @@ -309,7 +309,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encrypted password (string) and flag indicating success (boolean) @@ -344,7 +344,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encoded password (string) </dd> @@ -375,7 +375,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encrypted password (string) and flag indicating success (boolean)
--- a/eric6/Documentation/Source/eric6.Utilities.crypto.py3AES.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.crypto.py3AES.html Sat Jan 16 16:51:23 2021 +0100 @@ -195,7 +195,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -228,7 +228,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -286,7 +286,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -311,7 +311,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -335,7 +335,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified data (bytearray) </dd> @@ -359,7 +359,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> round key (bytearray) </dd> @@ -390,7 +390,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> expanded key (bytearray) </dd> @@ -415,7 +415,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result (byte) </dd> @@ -435,7 +435,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Rcon value (integer) </dd> @@ -455,7 +455,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the Inverted S-Box (integer) </dd> @@ -475,7 +475,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of the S-Box (integer) </dd> @@ -500,7 +500,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified column (bytearray) </dd> @@ -524,7 +524,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -548,7 +548,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rotated data (bytearray) </dd> @@ -580,7 +580,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -605,7 +605,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -630,7 +630,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> modified state (bytearray) </dd> @@ -659,7 +659,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decrypted data (bytes) </dd> @@ -695,7 +695,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encrypted data (bytes) </dd> @@ -778,7 +778,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted bytes (bytearray) </dd> @@ -819,7 +819,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decrypted data (bytes) </dd> @@ -862,7 +862,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with mode of operation, length of the input data and the encrypted data (integer, integer, bytes) @@ -893,7 +893,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> padded data (bytes) </dd> @@ -925,7 +925,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> decrypted data (bytes) </dd> @@ -963,7 +963,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> encrypted data prepended with the initialization vector (bytes) </dd> @@ -993,7 +993,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stripped data (bytes) </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.crypto.py3PBKDF2.html Sat Jan 16 16:51:23 2021 +0100 @@ -89,7 +89,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hashed password entry according to PBKDF2 specification (string) </dd> @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of digestname (string), number of iterations (integer), salt (bytes) and hashed password (bytes) @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hashed password (bytes) </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> hashed password (bytes) </dd> @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successfull verification (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.Utilities.uic.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.Utilities.uic.html Sat Jan 16 16:51:23 2021 +0100 @@ -71,7 +71,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of directory name (string) and source file name (string) </dd>
--- a/eric6/Documentation/Source/eric6.VCS.CommandOptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VCS.CommandOptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method used to retrieve the entered options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary of strings giving the options for each supported vcs command
--- a/eric6/Documentation/Source/eric6.VCS.ProjectHelper.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VCS.ProjectHelper.html Sat Jan 16 16:51:23 2021 +0100 @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the toolbar generated (QToolBar) </dd> @@ -419,7 +419,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the toolbar generated (QToolBar) </dd>
--- a/eric6/Documentation/Source/eric6.VCS.StatusMonitorThread.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VCS.StatusMonitorThread.html Sat Jan 16 16:51:23 2021 +0100 @@ -179,7 +179,7 @@ shown in the main window status bar right next to the status indicator. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> short info message </dd> @@ -213,7 +213,7 @@ </ul> </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating successful operation (boolean) and a status message in case of non successful operation (string) @@ -266,7 +266,7 @@ Public method to retrieve the status of the auto update function. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> status of the auto update function (boolean) </dd> @@ -279,7 +279,7 @@ Public method to get the monitor interval. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interval in seconds (integer) </dd>
--- a/eric6/Documentation/Source/eric6.VCS.VersionControl.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VCS.VersionControl.html Sat Jan 16 16:51:23 2021 +0100 @@ -430,7 +430,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -490,7 +490,7 @@ Public method to retrieve the status of the auto update function. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> status of the auto update function (boolean) </dd> @@ -503,7 +503,7 @@ Public method to get the monitor interval. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interval in seconds (integer) </dd> @@ -555,7 +555,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of 2 strings (dirname, filename). </dd> @@ -576,7 +576,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of string and list of strings (dirname, filenamelist) </dd> @@ -596,7 +596,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the monitor thread (QThread) </dd> @@ -632,7 +632,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating normal exit (boolean) </dd> @@ -742,7 +742,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the received dictionary completed with a combination of canBeCommited and canBeAdded or None in order to signal an error @@ -779,7 +779,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -860,7 +860,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -934,7 +934,7 @@ Public method used to test for the presence of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of flag indicating the existence and a string giving an error message in case of failure @@ -967,7 +967,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an execution without errors (boolean) </dd> @@ -988,7 +988,7 @@ Public method used to retrieve the options of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary of option strings that can be passed to vcsSetOptions. @@ -1002,7 +1002,7 @@ Public method used to retrieve vcs specific data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a dictionary of vcs specific data </dd> @@ -1032,7 +1032,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project browser helper object </dd> @@ -1060,7 +1060,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the project helper object </dd> @@ -1100,7 +1100,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing a flag indicating an execution without errors and a flag indicating the version control status @@ -1139,7 +1139,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -1247,7 +1247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successfull operation (boolean) </dd> @@ -1268,7 +1268,7 @@ Public method returning the name of the vcs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the vcs (string) </dd> @@ -1354,7 +1354,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a combination of canBeCommited and canBeAdded or 0 in order to signal an error @@ -1391,7 +1391,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -1419,7 +1419,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string with ready formated info for display (string) </dd> @@ -1560,7 +1560,7 @@ Public method to signal the support of user settable command options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the support of user settable command options (boolean) @@ -1581,7 +1581,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the switch contained an add or delete (boolean) @@ -1636,7 +1636,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the update contained an add or delete (boolean)
--- a/eric6/Documentation/Source/eric6.VCS.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VCS.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -72,7 +72,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the instantiated VCS object </dd> @@ -95,7 +95,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the basic VCS project helper singleton (VcsProjectHelper)
--- a/eric6/Documentation/Source/eric6.ViewManager.BookmarkedFilesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.ViewManager.BookmarkedFilesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -159,7 +159,7 @@ Public method to retrieve the tools list. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a list of filenames (list of strings) </dd>
--- a/eric6/Documentation/Source/eric6.ViewManager.ViewManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.ViewManager.ViewManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -1958,7 +1958,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> pixmap for the eol indicator (QPixmap) </dd> @@ -2059,7 +2059,7 @@ Private method used to setup the Exporters sub menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the generated menu (QMenu) </dd> @@ -2126,7 +2126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the support status </dd> @@ -2810,7 +2810,7 @@ the currently active editor. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the filename filter (string) or None </dd> @@ -2831,7 +2831,7 @@ 3: CWD </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of directory to start (string) </dd> @@ -2961,7 +2961,7 @@ Public method to return the active (i.e. current) window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the active editor </dd> @@ -3034,7 +3034,7 @@ Public method to signal if cascading of managed windows is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating cascading of windows is available </dd> @@ -3054,7 +3054,7 @@ Public method to signal if splitting of the view is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating splitting of the view is available. </dd> @@ -3067,7 +3067,7 @@ Public method to signal if tiling of managed windows is available. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating tiling of windows is available </dd> @@ -3108,7 +3108,7 @@ Public method to check the dirty status of all editors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful reset of all dirty flags </dd> @@ -3139,7 +3139,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful reset of the dirty flag </dd> @@ -3166,7 +3166,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful reset of the dirty flag </dd> @@ -3207,7 +3207,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new editor object (Editor.Editor) and the new editor assembly object (EditorAssembly.EditorAssembly) @@ -3228,7 +3228,7 @@ Public method to close the current window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3252,7 +3252,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3288,7 +3288,7 @@ If it cannot close all editor windows, it aborts the shutdown process. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -3312,7 +3312,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -3332,7 +3332,7 @@ focus in checks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating focus in checks should be performed (boolean) </dd> @@ -3372,7 +3372,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if event was filtered out </dd> @@ -3392,7 +3392,7 @@ Public method to get a reference to the APIs manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the APIs manager object (eric6.QScintilla.APIsManager) </dd> @@ -3414,7 +3414,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -3427,7 +3427,7 @@ Public method to retrieve the filename of the active window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filename of active window (string) </dd> @@ -3465,7 +3465,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two values giving a flag indicating a new window creation and a reference to the editor displaying this file @@ -3485,7 +3485,7 @@ Public method to get the most recently opened file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the most recently opened file (string) </dd> @@ -3498,7 +3498,7 @@ Public method to get a number from the active window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected text of the active window (string) </dd> @@ -3518,7 +3518,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a reference to the editor displaying this file or None, if no editor was found @@ -3539,7 +3539,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> count of editors displaying this file (integer) </dd> @@ -3552,7 +3552,7 @@ Public method to get references to all open editors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to all open editors (list of QScintilla.editor) @@ -3566,7 +3566,7 @@ Public method to get the number of open editors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of open editors (integer) </dd> @@ -3586,7 +3586,7 @@ Note: This method should be implemented by subclasses. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of list of editor references </dd> @@ -3605,7 +3605,7 @@ Public method returning a list of the filenames of all editors. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all opened filenames (list of strings) </dd> @@ -3625,7 +3625,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the requested history list (list of strings) </dd> @@ -3638,7 +3638,7 @@ Public method to get the orientation of the split view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> orientation of the split (Qt.Horizontal or Qt.Vertical) </dd> @@ -3665,7 +3665,7 @@ Public method to create the Bookmark menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -3686,7 +3686,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated toolbar </dd> @@ -3699,7 +3699,7 @@ Public method to create the Edit menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -3720,7 +3720,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated toolbar </dd> @@ -3733,7 +3733,7 @@ Public method to create the File menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -3754,7 +3754,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated toolbar </dd> @@ -3767,7 +3767,7 @@ Public method to create the Macro menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -3780,7 +3780,7 @@ Public method to create the Search menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -3807,7 +3807,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> a tuple of the generated toolbar (search, quicksearch) </dd> @@ -3828,7 +3828,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated toolbar </dd> @@ -3841,7 +3841,7 @@ Public method to create the View menu. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated menu </dd> @@ -3862,7 +3862,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the generated toolbar </dd> @@ -3903,7 +3903,7 @@ Public method to check the connection status of the IDE. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the connection status (boolean) </dd> @@ -3924,7 +3924,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the support status </dd> @@ -3985,7 +3985,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new editor object </dd> @@ -4064,7 +4064,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the opened editor </dd> @@ -4205,7 +4205,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful deletion </dd> @@ -4224,7 +4224,7 @@ Public method to get a reference to the replace widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the replace widget (SearchReplaceSlidingWidget) </dd> @@ -4302,7 +4302,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -4322,7 +4322,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -4349,7 +4349,7 @@ Public method to get a reference to the search widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the search widget (SearchReplaceSlidingWidget) </dd> @@ -4642,7 +4642,7 @@ Public method to get the number of split views. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of split views </dd> @@ -4677,7 +4677,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selection or current word (string) </dd>
--- a/eric6/Documentation/Source/eric6.ViewManager.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.ViewManager.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -87,7 +87,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the instantiated viewmanager </dd>
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvAddEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ Public method to retrieve the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the logical name, the directory, the interpreter of the virtual environment, a flag indicating a
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvConfigurationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvConfigurationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -195,7 +195,7 @@ Private method to generate the process arguments. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> process arguments </dd> @@ -214,7 +214,7 @@ Private method to generate a valid target directory path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> target directory path </dd> @@ -272,7 +272,7 @@ Public method to retrieve the dialog data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the data for the two environment variants. The keys for both variants are 'arguments' containing the
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvInterpreterSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ Public method to get the entered data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the selected Python interpreter </dd>
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -220,7 +220,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating it can be deleted </dd> @@ -325,7 +325,7 @@ execute eric with) </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the environment name and a dictionary containing a copy of the default virtual environment @@ -346,7 +346,7 @@ environment entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing a copy of the defined virtual environments @@ -366,7 +366,7 @@ Public method to set the base directory for the virtual environments. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> base directory for the virtual environments </dd> @@ -392,7 +392,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory path </dd> @@ -418,7 +418,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search path prefix </dd> @@ -444,7 +444,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> interpreter path </dd> @@ -475,7 +475,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of defined virtual environments </dd> @@ -502,7 +502,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an Anaconda environment </dd> @@ -528,7 +528,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a global environment </dd> @@ -555,7 +555,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a remotely accessed environment </dd> @@ -581,7 +581,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating uniqueness </dd>
--- a/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvNameDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.VirtualEnv.VirtualenvNameDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ Public method to get the entered name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name for the environment </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockIcon.html Sat Jan 16 16:51:23 2021 +0100 @@ -166,7 +166,7 @@ excepted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an exception </dd> @@ -221,7 +221,7 @@ Public method to get a reference to the menu action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu action </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -267,7 +267,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the given URL can be blocked </dd> @@ -286,7 +286,7 @@ Private method to generate the path for custom subscriptions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL for custom subscriptions </dd> @@ -305,7 +305,7 @@ Private method to generate the URL for custom subscriptions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL for custom subscriptions </dd> @@ -380,7 +380,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -406,7 +406,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to block the request </dd> @@ -432,7 +432,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that AdBlock can be performed </dd> @@ -458,7 +458,7 @@ Public method to get a subscription for custom rules. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> subscription object for custom rules </dd> @@ -487,7 +487,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> element hiding rules </dd> @@ -513,7 +513,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> element hiding rules </dd> @@ -532,7 +532,7 @@ Public method to get a list of excepted hosts. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of excepted hosts </dd> @@ -551,7 +551,7 @@ Public method to get the default subscription URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> default subscription URL </dd> @@ -578,7 +578,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of subscription requiring the given one </dd> @@ -597,7 +597,7 @@ Public method to check, if blocking ads is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state </dd> @@ -623,7 +623,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an exception </dd> @@ -667,7 +667,7 @@ Public method to get a reference to the page block object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the page block object </dd> @@ -767,7 +767,7 @@ Public slot to show the AdBlock subscription management dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the dialog </dd> @@ -786,7 +786,7 @@ Public method to show the AdBlock Exceptions dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the exceptions dialog </dd> @@ -812,7 +812,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> subscription or None </dd> @@ -831,7 +831,7 @@ Public method to get all subscriptions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of subscriptions </dd> @@ -857,7 +857,7 @@ Public method to test, if limited EasyList rules shall be used. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating limited EasyList rules </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockMatcher.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockMatcher.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating disabled state </dd> @@ -170,7 +170,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating disabled state </dd> @@ -189,7 +189,7 @@ Public method to get the element hiding rules. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> element hiding rules </dd> @@ -215,7 +215,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> element hiding rules </dd> @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the matched rule </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockRule.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockRule.html Sat Jan 16 16:51:23 2021 +0100 @@ -344,7 +344,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string containing a regular expression </dd> @@ -370,7 +370,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a domain only filter </dd> @@ -397,7 +397,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a end of string match filter </dd> @@ -424,7 +424,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the exception state of the option </dd> @@ -450,7 +450,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the state of the option </dd> @@ -481,7 +481,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -508,7 +508,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fixed string parts of the filter </dd> @@ -608,7 +608,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -641,7 +641,7 @@ Public method to get a copy of the list of allowed domains. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of allowed domains </dd> @@ -660,7 +660,7 @@ Public method to get a copy of the list of blocked domains. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of blocked domains </dd> @@ -679,7 +679,7 @@ Public method to get the case sensitivity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> case sensitivity </dd> @@ -712,7 +712,7 @@ Public method to get the CSS selector of the rule. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> CSS selector </dd> @@ -731,7 +731,7 @@ Public method to get the rule filter string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rule filter string </dd> @@ -751,7 +751,7 @@ matchers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the regular expression and the list of string matchers @@ -771,7 +771,7 @@ Public method to check, if the rule is a CSS rule. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a CSS rule </dd> @@ -790,7 +790,7 @@ Public method to check, if this is a comment. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a comment </dd> @@ -809,7 +809,7 @@ Public method to check, if this is a document rule. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a document rule </dd> @@ -828,7 +828,7 @@ Public method to check, if this rule is restricted by domain. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a domain restriction </dd> @@ -847,7 +847,7 @@ Public method to check, if this is an element hiding rule. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an element hiding rule </dd> @@ -866,7 +866,7 @@ Public method to check, if the rule is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating enabled state </dd> @@ -885,7 +885,7 @@ Public method to check, if the rule defines an exception. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an exception </dd> @@ -904,7 +904,7 @@ Public method to check, if this is a header. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a header </dd> @@ -923,7 +923,7 @@ Public method to check, if this rule was disabled internally. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an internally disabled rule </dd> @@ -942,7 +942,7 @@ Public method to check, if this is a slow rule. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a slow rule </dd> @@ -968,7 +968,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -994,7 +994,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1020,7 +1020,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1046,7 +1046,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1072,7 +1072,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1098,7 +1098,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1124,7 +1124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1150,7 +1150,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1176,7 +1176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1195,7 +1195,7 @@ Public method to get the match string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> match string </dd> @@ -1221,7 +1221,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1247,7 +1247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1273,7 +1273,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1299,7 +1299,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1333,7 +1333,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1352,7 +1352,7 @@ Public method to get the rule exceptions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rule exceptions </dd> @@ -1371,7 +1371,7 @@ Public method to get the rule options. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rule options </dd> @@ -1390,7 +1390,7 @@ Public method to get the rule type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rule type </dd> @@ -1479,7 +1479,7 @@ Public method to get the subscription this rule belongs to. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> subscription of the rule </dd> @@ -1505,7 +1505,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -1598,7 +1598,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of second level domain </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockSearchTree.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockSearchTree.html Sat Jan 16 16:51:23 2021 +0100 @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the matched rule </dd> @@ -181,7 +181,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful addition </dd> @@ -222,7 +222,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the matched rule </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockSubscription.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockSubscription.html Sat Jan 16 16:51:23 2021 +0100 @@ -276,7 +276,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid file. A file is considered valid, if the checksum is OK, the file does not contain a @@ -305,7 +305,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> offset of the rule </dd> @@ -324,7 +324,7 @@ Public method to get the list of rules. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of rules </dd> @@ -343,7 +343,7 @@ Public method to check, if the subscription can be removed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating removal is allowed </dd> @@ -362,7 +362,7 @@ Public method to check, if rules can be edited. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating rules may be edited </dd> @@ -388,7 +388,7 @@ Public method to check, if the subscription is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled status </dd> @@ -407,7 +407,7 @@ Public method to get the date and time of the last update. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> date and time of the last update </dd> @@ -426,7 +426,7 @@ Public method to get the subscription location. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL of the subscription location </dd> @@ -470,7 +470,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested rule </dd> @@ -489,7 +489,7 @@ Public method to get the location of a required subscription. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> location of a required subscription </dd> @@ -515,7 +515,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested rule </dd> @@ -534,7 +534,7 @@ Public method to get the name of the rules file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the rules file </dd> @@ -599,7 +599,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the changed rule </dd> @@ -632,7 +632,7 @@ Public method to get the subscription title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> subscription title </dd> @@ -658,7 +658,7 @@ Public method to generate the URL for this subscription. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> AdBlock URL for the subscription </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockTreeWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AdBlock.AdBlockTreeWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -265,7 +265,7 @@ Public method to get a reference to the subscription. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the subscription </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AutoScroll.AutoScroller.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AutoScroll.AutoScroller.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ Private method to calculate the global indicator parameters. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> global indicator parameters </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the indicator is shown </dd> @@ -208,7 +208,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the event was handled </dd> @@ -227,7 +227,7 @@ Public method to get the enabled state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> enabled state </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the event was handled </dd> @@ -283,7 +283,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the event was handled </dd> @@ -309,7 +309,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the event was handled </dd> @@ -335,7 +335,7 @@ Public method to handle a mouse wheel event. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the event was handled </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.AutoScroll.FrameScroller.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.AutoScroll.FrameScroller.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ Public method to get the current scroll divider value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> scroll divider </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.AddBookmarkDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.AddBookmarkDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -165,7 +165,7 @@ Public method to get a reference to the added bookmark node. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the added bookmark node (BookmarkNode) </dd> @@ -178,7 +178,7 @@ Public method to get the current index. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current index (QModelIndex) </dd> @@ -191,7 +191,7 @@ Public method to get the description of the bookmark. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the bookamrk (string) </dd> @@ -204,7 +204,7 @@ Public method to test, if the dialog is in "Add Folder" mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating "Add Folder" mode (boolean) </dd> @@ -287,7 +287,7 @@ Public method to get the title of the bookmark. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the bookmark (string) </dd> @@ -300,7 +300,7 @@ Public method to get the URL of the bookmark. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL of the bookmark (string) </dd> @@ -386,7 +386,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -410,7 +410,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating acceptance (boolean) </dd> @@ -434,7 +434,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating acceptance (boolean) </dd> @@ -454,7 +454,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of children (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarkNode.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarkNode.html Sat Jan 16 16:51:23 2021 +0100 @@ -147,7 +147,7 @@ Public method to get the list of child nodes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all child nodes (list of BookmarkNode) </dd> @@ -160,7 +160,7 @@ Public method to get a reference to the parent node. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the parent node (BookmarkNode) </dd> @@ -201,7 +201,7 @@ Public method to get the bookmark's type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bookmark type (BookmarkNode.Type) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -335,7 +335,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a change (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImportDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImportDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> top level bookmark (BookmarkNode) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.BookmarksImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to check for an error. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an error (boolean) </dd> @@ -138,7 +138,7 @@ Public method to get the error description. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error description (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.ChromeImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.ChromeImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -187,7 +187,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -200,7 +200,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -237,7 +237,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.FirefoxImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -134,7 +134,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.HtmlImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.HtmlImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -134,7 +134,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.IExplorerImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.IExplorerImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -134,7 +134,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.OperaImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.OperaImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -134,7 +134,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.SafariImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -156,7 +156,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -193,7 +193,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.XbelImporter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.XbelImporter.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Public method to get the imported bookmarks. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> imported bookmarks (BookmarkNode) </dd> @@ -134,7 +134,7 @@ Public method to open the bookmarks file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string),
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksImporters.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -73,7 +73,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bookmarks importer (BookmarksImporter) </dd> @@ -103,7 +103,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with an icon (QPixmap), readable name (string), name of the default bookmarks file (string), an info text (string), @@ -129,7 +129,7 @@ Module function to get a list of supported importers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples with an icon (QIcon), readable name (string) and internal name (string)
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -234,7 +234,7 @@ Class method to get the file name of the bookmark file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the bookmark file (string) </dd> @@ -280,7 +280,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bookmark node for the given url (BookmarkNode) </dd> @@ -305,7 +305,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of bookmark nodes for the given url (list of BookmarkNode) </dd> @@ -352,7 +352,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bookmark node for the given url (BookmarkNode) </dd> @@ -365,7 +365,7 @@ Public method to get a reference to the root bookmark node. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the root bookmark node (BookmarkNode) </dd> @@ -390,7 +390,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of bookmark nodes for the given url (list of BookmarkNode) </dd> @@ -403,7 +403,7 @@ Public method to get a reference to the bookmarks model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the bookmarks model (BookmarksModel) </dd> @@ -487,7 +487,7 @@ Public method to get a reference to the bookmarks menu node. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the bookmarks menu node (BookmarkNode) </dd> @@ -621,7 +621,7 @@ Public method to get a reference to the bookmarks toolbar node. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the bookmarks toolbar node (BookmarkNode) </dd> @@ -634,7 +634,7 @@ Public method to get a reference to the undo stack. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the undo stack (QUndoStack) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksMenu.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksMenu.html Sat Jan 16 16:51:23 2021 +0100 @@ -298,7 +298,7 @@ Public method to get the menu that is used to populate sub menu's. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the menu (BookmarksMenu) </dd> @@ -428,7 +428,7 @@ Public method to add any actions before the tree. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if any actions were added (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -186,7 +186,7 @@ Public method to get a reference to the bookmarks manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the bookmarks manager object (BookmarksManager) </dd> @@ -206,7 +206,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -230,7 +230,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bookmark data </dd> @@ -266,7 +266,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful acceptance of the data (boolean) </dd> @@ -336,7 +336,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags (Qt.ItemFlags) </dd> @@ -356,7 +356,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of children (boolean) </dd> @@ -384,7 +384,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -412,7 +412,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index (QModelIndex) </dd> @@ -432,7 +432,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mime data (QMimeData) </dd> @@ -445,7 +445,7 @@ Public method to report the supported mime types. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> supported mime types (list of strings) </dd> @@ -465,7 +465,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bookmark node (BookmarkNode) </dd> @@ -485,7 +485,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> model index (QModelIndex) </dd> @@ -505,7 +505,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of the parent node (QModelIndex) </dd> @@ -533,7 +533,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful removal (boolean) </dd> @@ -553,7 +553,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd> @@ -581,7 +581,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -594,7 +594,7 @@ Public method to report the supported drop actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> supported drop actions (Qt.DropAction) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksToolBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.BookmarksToolBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -324,7 +324,7 @@ Protected method to create the menu for a tool bar action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> menu for a tool bar action (E5ModelMenu) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.NsHtmlReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.NsHtmlReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -106,7 +106,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the root node (BookmarkNode) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.NsHtmlWriter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.NsHtmlWriter.html Sat Jan 16 16:51:23 2021 +0100 @@ -126,7 +126,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -219,7 +219,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.XbelReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.XbelReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the root node (BookmarkNode) </dd> @@ -299,7 +299,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> resolved entity (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.XbelWriter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Bookmarks.XbelWriter.html Sat Jan 16 16:51:23 2021 +0100 @@ -113,7 +113,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -152,7 +152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.ClosedTabsManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.ClosedTabsManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality of the tabs (boolean) </dd> @@ -216,7 +216,7 @@ Public method to get a list of all closed tabs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of closed tabs (list of ClosedTab) </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested tab (ClosedTab) </dd> @@ -256,7 +256,7 @@ Public method to check for closed tabs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of closed tab data (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookieExceptionsModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookieExceptionsModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -187,7 +187,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -211,7 +211,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -239,7 +239,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -267,7 +267,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -287,7 +287,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookieJar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookieJar.html Sat Jan 16 16:51:23 2021 +0100 @@ -238,7 +238,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating cookie access is allowed </dd> @@ -283,7 +283,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match (boolean) </dd> @@ -315,7 +315,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a match </dd> @@ -345,7 +345,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the cookie shall be rejected </dd> @@ -371,7 +371,7 @@ Public method to get the accept policy. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current accept policy </dd> @@ -384,7 +384,7 @@ Public method to return the list of allowed session cookie domains. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of allowed session cookie domains (list of strings) </dd> @@ -397,7 +397,7 @@ Public method to return the list of allowed domains. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of allowed domains (list of strings) </dd> @@ -410,7 +410,7 @@ Public method to return the list of blocked domains. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of blocked domains (list of strings) </dd> @@ -437,7 +437,7 @@ Public method to get a list of all domains used by the cookies. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of domain names </dd> @@ -456,7 +456,7 @@ Public method to get the cookies of the cookie jar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all cookies (list of QNetworkCookie) </dd> @@ -469,7 +469,7 @@ Public method to get the filter tracking cookies flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> filter tracking cookies flag (boolean) </dd> @@ -482,7 +482,7 @@ Public method to get the keep policy. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> keep policy </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookiesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.CookieJar.CookiesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -158,7 +158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> domain of the cookie </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadAskActionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadAskActionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to get the selected action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected action ("save", "open", "scan" or "cancel") </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadItem.html Sat Jan 16 16:51:23 2021 +0100 @@ -303,7 +303,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> proposed filename and original filename (string, string) </dd> @@ -351,7 +351,7 @@ Public method to get the absolute path of the output file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> absolute path of the output file (string) </dd> @@ -364,7 +364,7 @@ Public method to get the number of bytes received. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of bytes received (integer) </dd> @@ -377,7 +377,7 @@ Public method to get the total number of bytes of the download. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> total number of bytes (integer) </dd> @@ -397,7 +397,7 @@ Public method to check, if the user canceled the file selection. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating cancellation (boolean) </dd> @@ -410,7 +410,7 @@ Public method to get an estimation for the download speed. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> estimation for the download speed (float) </dd> @@ -423,7 +423,7 @@ Public method to check, if the download was cancelled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a canceled download (boolean) </dd> @@ -436,7 +436,7 @@ Public method to get the download progress. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current download progress </dd> @@ -455,7 +455,7 @@ Public method to check for a successful download. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful download (boolean) </dd> @@ -468,7 +468,7 @@ Public method to determine, if a download is in progress. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a download is in progress (boolean) </dd> @@ -481,7 +481,7 @@ Public method to get the name of the output file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the output file (string) </dd> @@ -494,7 +494,7 @@ Public method to get the relevant download data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the URL, save location, done flag, the URL of the related web page and the date and time of the @@ -516,7 +516,7 @@ Public method to get the text of the info label. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> text of the info label (string) </dd> @@ -529,7 +529,7 @@ Public method to get the URL of the download page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL of the download page (QUrl) </dd> @@ -584,7 +584,7 @@ Public method to get an estimation for the remaining time. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> estimation for the remaining time (float) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -332,7 +332,7 @@ Private method to get a reference to the current item. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current item (DownloadItem) </dd> @@ -395,7 +395,7 @@ only). </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the task bar button </dd> @@ -425,7 +425,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the view is the one for the URL </dd> @@ -458,7 +458,7 @@ Public method to get the number of active downloads. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of active downloads (integer) </dd> @@ -471,7 +471,7 @@ Public method to check, if it is ok to quit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating allowance to quit (boolean) </dd> @@ -527,7 +527,7 @@ Public method to get the current download directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current download directory (string) </dd> @@ -540,7 +540,7 @@ Public method to get a reference to the downloads. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the downloads (list of DownloadItem) </dd> @@ -553,7 +553,7 @@ Public method to get the number of downloads. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of downloads </dd> @@ -579,7 +579,7 @@ Public method to get the remove policy. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> remove policy (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -162,7 +162,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags </dd> @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mime data </dd> @@ -222,7 +222,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful removal </dd> @@ -248,7 +248,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Download.DownloadUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted data string </dd> @@ -98,7 +98,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> formatted speed string </dd> @@ -127,7 +127,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> time string </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.FeaturePermissions.FeaturePermissionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.FeaturePermissions.FeaturePermissionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -158,7 +158,7 @@ Public method to retrieve the dialog contents. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> new feature permission settings </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Feeds.FeedEditDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Feeds.FeedEditDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ Public method to get the entered feed data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of two strings giving the feed URL and feed title (string, string)
--- a/eric6/Documentation/Source/eric6.WebBrowser.Feeds.FeedsManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Feeds.FeedsManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -407,7 +407,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful addition of the feed (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookie.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookie.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality of the two cookies </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -199,7 +199,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cookie origin </dd> @@ -239,7 +239,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a blacklisted cookie </dd> @@ -265,7 +265,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a whitelisted cookie </dd> @@ -312,7 +312,7 @@ Private slot to determine the path of the shared data objects. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the shared data objects </dd> @@ -352,7 +352,7 @@ Public method to get the list of cached Flash cookies. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of Flash cookies </dd> @@ -371,7 +371,7 @@ Public method to get the Flash Player data path. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Flash Player data path </dd> @@ -390,7 +390,7 @@ Public method to get the list of newly detected Flash cookies. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of newly detected Flash cookies </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -452,7 +452,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the cookie </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieUtilities.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.FlashCookieManager.FlashCookieUtilities.html Sat Jan 16 16:51:23 2021 +0100 @@ -55,7 +55,7 @@ are stored. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> Flash data path </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -140,7 +140,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the script object (GreaseMonkeyScript) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListDelegate.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListDelegate.html Sat Jan 16 16:51:23 2021 +0100 @@ -115,7 +115,7 @@ Public method to get the padding used. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> padding used (integer) </dd> @@ -161,7 +161,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> size hint (QSize) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyConfiguration.GreaseMonkeyConfigurationListWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -130,7 +130,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyJsObject.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyJsObject.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value for the named variable </dd> @@ -197,7 +197,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of stored variables </dd> @@ -260,7 +260,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -236,7 +236,7 @@ Public method to get a list of all scripts. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all scripts (list of GreaseMonkeyScript) </dd> @@ -256,7 +256,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that scripts can be run (boolean) </dd> @@ -276,7 +276,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence (boolean) </dd> @@ -362,7 +362,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -382,7 +382,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sources of all required scripts (string) </dd> @@ -395,7 +395,7 @@ Public method to get the path of the scripts directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the scripts directory (string) </dd> @@ -415,7 +415,7 @@ Public method to get the path of the scripts directory. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the scripts directory (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.GreaseMonkey.GreaseMonkeyScript.html Sat Jan 16 16:51:23 2021 +0100 @@ -355,7 +355,7 @@ Public method to get the description of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the script (string) </dd> @@ -368,7 +368,7 @@ Public method to get the download URL of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> download URL of the script (QUrl) </dd> @@ -381,7 +381,7 @@ Public method to get the list of excluded URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of excluded URLs (list of strings) </dd> @@ -394,7 +394,7 @@ Public method to get the path of the Javascript file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the Javascript file (string) </dd> @@ -407,7 +407,7 @@ Public method to get the full name of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> full name of the script (string) </dd> @@ -420,7 +420,7 @@ Public method to get the icon of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script icon </dd> @@ -439,7 +439,7 @@ Public method to get the icon URL of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon URL of the script (QUrl) </dd> @@ -452,7 +452,7 @@ Public method to get the list of included URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of included URLs (list of strings) </dd> @@ -465,7 +465,7 @@ Public method to check, if the script is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an enabled state (boolean) </dd> @@ -478,7 +478,7 @@ Public method to get the updating flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> updating flag </dd> @@ -497,7 +497,7 @@ Public method to check the validity of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid script (boolean) </dd> @@ -510,7 +510,7 @@ Public method to get the name of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the script (string) </dd> @@ -523,7 +523,7 @@ Public method to get the name space of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name space of the script (string) </dd> @@ -536,7 +536,7 @@ Public method to get the noFrames flag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to not run on sub frames </dd> @@ -555,7 +555,7 @@ Public method to get the list of required scripts. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of required scripts (list of strings) </dd> @@ -582,7 +582,7 @@ Public method to get the start point of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> start point of the script (DocumentStart or DocumentEnd) </dd> @@ -602,7 +602,7 @@ Public method to get the update URL of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> update URL of the script (QUrl) </dd> @@ -615,7 +615,7 @@ Public method to get the version of the script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> version of the script (string) </dd> @@ -628,7 +628,7 @@ Public method to create a script object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared script object </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryCompleter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryCompleter.html Sat Jan 16 16:51:23 2021 +0100 @@ -139,7 +139,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the actual URL from the history (string) </dd> @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of path elements (list of strings) </dd> @@ -262,7 +262,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> history entry data </dd> @@ -286,7 +286,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating acceptance (boolean) </dd> @@ -299,7 +299,7 @@ Public method to check the model for validity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid status (boolean) </dd> @@ -332,7 +332,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if left is less than right </dd> @@ -351,7 +351,7 @@ Public method to get the current search string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> current search string (string) </dd> @@ -471,7 +471,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> desired row height (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryFilterModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryFilterModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality (boolean) </dd> @@ -149,7 +149,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating less (boolean) </dd> @@ -299,7 +299,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> frequency score (integer) </dd> @@ -395,7 +395,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -419,7 +419,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> history entry data </dd> @@ -447,7 +447,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -467,7 +467,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -487,7 +487,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> row number in the source model (integer) </dd> @@ -515,7 +515,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested index (QModelIndex) </dd> @@ -535,7 +535,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> proxy model index (QModelIndex) </dd> @@ -555,7 +555,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source model index (QModelIndex) </dd> @@ -575,7 +575,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of parent (QModelIndex) </dd> @@ -610,7 +610,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful removal (boolean) </dd> @@ -630,7 +630,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -141,7 +141,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality (boolean) </dd> @@ -165,7 +165,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating less (boolean) </dd> @@ -178,7 +178,7 @@ Public method to determine validity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd> @@ -197,7 +197,7 @@ Public method to get the title of the history entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the entry (string) </dd> @@ -404,7 +404,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cleaned URL </dd> @@ -430,7 +430,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> cleaned URL </dd> @@ -456,7 +456,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> first entry for the given URL </dd> @@ -550,7 +550,7 @@ Public method to get the days for entry expiration. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> days for entry expiration (integer) </dd> @@ -563,7 +563,7 @@ Public method to get the file name of the history file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the history file (string) </dd> @@ -576,7 +576,7 @@ Public method to return the history. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the list of history entries (list of HistoryEntry) </dd> @@ -589,7 +589,7 @@ Public method to get a reference to the history filter model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the history filter model (HistoryFilterModel) </dd> @@ -602,7 +602,7 @@ Public method to get a reference to the history model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the history model (HistoryModel) </dd> @@ -615,7 +615,7 @@ Public method to get a reference to the history tree model. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the history tree model (HistoryTreeModel) </dd> @@ -713,7 +713,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of visits to this site </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryMenu.html Sat Jan 16 16:51:23 2021 +0100 @@ -225,7 +225,7 @@ Public method to add any actions before the tree. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if any actions were added (boolean) </dd> @@ -349,7 +349,7 @@ Public method to determine the number of rows moved to the root. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows moved to the root (integer) </dd> @@ -369,7 +369,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -397,7 +397,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested index (QModelIndex) </dd> @@ -417,7 +417,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> proxy model index (QModelIndex) </dd> @@ -437,7 +437,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source model index (QModelIndex) </dd> @@ -457,7 +457,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mime data (QMimeData) </dd> @@ -477,7 +477,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of parent (QModelIndex) </dd> @@ -497,7 +497,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd> @@ -612,7 +612,7 @@ Public method to add any actions before the tree. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if any actions were added (boolean) </dd> @@ -694,7 +694,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> true, if left is less than right (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -145,7 +145,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -169,7 +169,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> history entry data </dd> @@ -218,7 +218,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful removal (boolean) </dd> @@ -273,7 +273,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryTreeModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.History.HistoryTreeModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -177,7 +177,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> offset where that date starts (integer) </dd> @@ -248,7 +248,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -272,7 +272,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> history entry data </dd> @@ -292,7 +292,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags (Qt.ItemFlags) </dd> @@ -312,7 +312,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of children (boolean) </dd> @@ -340,7 +340,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -368,7 +368,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested index (QModelIndex) </dd> @@ -388,7 +388,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> proxy model index (QModelIndex) </dd> @@ -408,7 +408,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> source model index (QModelIndex) </dd> @@ -428,7 +428,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of parent (QModelIndex) </dd> @@ -456,7 +456,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful removal (boolean) </dd> @@ -476,7 +476,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.ImageSearch.ImageSearchEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.ImageSearch.ImageSearchEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search query URL </dd> @@ -147,7 +147,7 @@ Public method to get the name of the current search engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current search engine </dd> @@ -166,7 +166,7 @@ Public method to get the list of supported search engines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of supported search engines </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.JavaScript.ExternalJsObject.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.JavaScript.ExternalJsObject.html Sat Jan 16 16:51:23 2021 +0100 @@ -180,7 +180,7 @@ Public method returning a reference to the web page object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the web page object </dd> @@ -200,7 +200,7 @@ object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the password manager JavaScript object </dd> @@ -219,7 +219,7 @@ Public method returning a reference to a speed dial object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to a speed dial object </dd> @@ -238,7 +238,7 @@ Public method to get a reference to the start page JavaScript object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the start page JavaScript object </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.JavaScript.StartPageJsObject.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.JavaScript.StartPageJsObject.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to get a string for the search provider. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string for the search provider (string) </dd> @@ -129,7 +129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search URL (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Navigation.NavigationBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Navigation.NavigationBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -290,7 +290,7 @@ Public method to get a reference to the back button. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the back button </dd> @@ -309,7 +309,7 @@ Public method to get a reference to the exit full screen button. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the exit full screen button </dd> @@ -328,7 +328,7 @@ Public method to get a reference to the forward button. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the forward button </dd> @@ -347,7 +347,7 @@ Public method to get a reference to the reload/stop button. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the reload/stop button </dd> @@ -366,7 +366,7 @@ Public method to get a reference to the web search edit. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the web search edit </dd> @@ -385,7 +385,7 @@ Public method to get a reference to the super menu button. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the super menu button </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.EricSchemeHandler.html Sat Jan 16 16:51:23 2021 +0100 @@ -236,7 +236,7 @@ Private method to build the AdBlock page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> built AdBlock page </dd> @@ -255,7 +255,7 @@ Private method to build the Error page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> built Error page </dd> @@ -281,7 +281,7 @@ Private method to create the Speeddial page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> prepared speeddial page </dd> @@ -300,7 +300,7 @@ Private method to build the Start page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> built Start page </dd> @@ -319,7 +319,7 @@ Public method to get the number of available bytes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of available bytes </dd> @@ -352,7 +352,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string containing the data (bytes) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.NetworkManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -260,7 +260,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore this error </dd> @@ -301,7 +301,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the network reply </dd> @@ -341,7 +341,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an insecure host </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.NetworkUrlInterceptor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.NetworkUrlInterceptor.html Sat Jan 16 16:51:23 2021 +0100 @@ -156,7 +156,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a potentially trustworthy URL </dd> @@ -182,7 +182,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> origin referer header URL </dd> @@ -212,7 +212,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that both URLs have the same origin </dd> @@ -264,7 +264,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> trimmed referer header URL </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.ProtocolHandlerManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.ProtocolHandlerManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -148,7 +148,7 @@ Private method to determine the protocol handlers file name. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the protocol handlers file </dd> @@ -235,7 +235,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> protocol handler URL </dd> @@ -254,7 +254,7 @@ Public method to get the registered protocol handlers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the registered protocol handlers </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.QtHelpSchemeHandler.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.QtHelpSchemeHandler.html Sat Jan 16 16:51:23 2021 +0100 @@ -257,7 +257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mime type for the given URL (string) </dd> @@ -270,7 +270,7 @@ Public method to get the number of available bytes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of available bytes </dd> @@ -296,7 +296,7 @@ Public method to get the reply mime type. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mime type of the reply </dd> @@ -322,7 +322,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string containing the data (bytes) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Network.SslErrorExceptionsDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Network.SslErrorExceptionsDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to retrieve the list of SSL error exceptions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> error exceptions </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchEngine.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchEngine.html Sat Jan 16 16:51:23 2021 +0100 @@ -247,7 +247,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> parsed template (string) </dd> @@ -281,7 +281,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality (boolean) </dd> @@ -315,7 +315,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating less than (boolean) </dd> @@ -335,7 +335,7 @@ Public method to get the description of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> description of the engine (string) </dd> @@ -348,7 +348,7 @@ Public method to get the image of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> image of the engine (QImage) </dd> @@ -361,7 +361,7 @@ Public method to get the image URL of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> image URL of the engine (string) </dd> @@ -374,7 +374,7 @@ Public method to check, if the engine is valid. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity (boolean) </dd> @@ -394,7 +394,7 @@ Public method to get the name of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the engine (string) </dd> @@ -407,7 +407,7 @@ Public method to get a reference to the network access manager object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the network access manager object (QNetworkAccessManager) @@ -421,7 +421,7 @@ Public method to check, if the engine provides suggestions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating suggestions are provided (boolean) </dd> @@ -449,7 +449,7 @@ requests. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> HTTP request method (string) </dd> @@ -462,7 +462,7 @@ Public method to get the search parameters of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search parameters of the engine (list of two tuples) </dd> @@ -482,7 +482,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL (QUrl) </dd> @@ -495,7 +495,7 @@ Public method to get the search URL template of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search URL template of the engine (string) </dd> @@ -708,7 +708,7 @@ suggestions requests. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> HTTP request method (string) </dd> @@ -721,7 +721,7 @@ Public method to get the suggestions parameters of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> suggestions parameters of the engine (list of two tuples) </dd> @@ -741,7 +741,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL (QUrl) </dd> @@ -754,7 +754,7 @@ Public method to get the search URL template of the engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search URL template of the engine (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchEngineModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchEngineModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -152,7 +152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -176,7 +176,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -196,7 +196,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flags (Qt.ItemFlags) </dd> @@ -224,7 +224,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -252,7 +252,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -272,7 +272,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd> @@ -300,7 +300,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -242,7 +242,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -263,7 +263,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -283,7 +283,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -303,7 +303,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the engine shall be added (boolean) </dd> @@ -339,7 +339,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -371,7 +371,7 @@ Public method to get a list of all engine names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all engine names (list of strings) </dd> @@ -398,7 +398,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search URL (QUrl) </dd> @@ -411,7 +411,7 @@ Public method to get a reference to the current engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current engine (OpenSearchEngine) </dd> @@ -424,7 +424,7 @@ Public method to get the name of the current search engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the current search engine (string) </dd> @@ -444,7 +444,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the engine (OpenSearchEngine) </dd> @@ -464,7 +464,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an existing engine (boolean) </dd> @@ -484,7 +484,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the search engine object (OpenSearchEngine) </dd> @@ -505,7 +505,7 @@ Public method to get the number of available engines. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of engines (integer) </dd> @@ -519,7 +519,7 @@ descriptions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name (string) </dd> @@ -539,7 +539,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> valid engine file name (string) </dd> @@ -559,7 +559,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of keywords (list of strings) </dd> @@ -586,7 +586,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -91,7 +91,7 @@ Private method to read and parse the description. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search engine object (OpenSearchEngine) </dd> @@ -111,7 +111,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> search engine object (OpenSearchEngine) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchWriter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.OpenSearch.OpenSearchWriter.html Sat Jan 16 16:51:23 2021 +0100 @@ -127,7 +127,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.PageScreenDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.PageScreenDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Private slot to save the page screen. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Passwords.LoginForm.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Passwords.LoginForm.html Sat Jan 16 16:51:23 2021 +0100 @@ -98,7 +98,7 @@ Public method to test for validity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid form (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -192,7 +192,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> key string (string) </dd> @@ -219,7 +219,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> stripped URL (QUrl) </dd> @@ -232,7 +232,7 @@ Public method to get a list of all site names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all site names (list of strings) </dd> @@ -303,7 +303,7 @@ Public method to get the file name of the passwords file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the passwords file (string) </dd> @@ -327,7 +327,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the user name (string) and password (string) </dd> @@ -419,7 +419,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the user name (string) and password (string) </dd> @@ -432,7 +432,7 @@ Public method to get the number of available sites. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of sites (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -151,7 +151,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -175,7 +175,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -203,7 +203,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -231,7 +231,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -251,7 +251,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd> @@ -278,7 +278,7 @@ Public method to indicate, if passwords shall be shown. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating if passwords shall be shown (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -161,7 +161,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the logins, forms and never URLs </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordWriter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Passwords.PasswordWriter.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -204,7 +204,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.PersonalInformationManager.PersonalInformationManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.PersonalInformationManager.PersonalInformationManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -156,7 +156,7 @@ Private method to create the common part of the JavaScript sources. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> JavaScript source </dd> @@ -249,7 +249,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating handling of the event (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpDocsInstaller.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpDocsInstaller.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -171,7 +171,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpIndexWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpIndexWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -246,7 +246,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> selected link </dd> @@ -290,7 +290,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating whether the event was handled (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpTocWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpTocWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful synchronization (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpTopicDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.HelpTopicDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -114,7 +114,7 @@ Public method to the link of the selected topic. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL of the selected topic (QUrl) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -197,7 +197,7 @@ Private method to determine, if there are filter changes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of filter changes </dd> @@ -251,7 +251,7 @@ Public method to get the list of tabs to close. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tab ids to be closed </dd> @@ -271,7 +271,7 @@ documents. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating presence of changes </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.QtHelp.QtHelpDocumentationSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -150,7 +150,7 @@ Public method to retrieve the selected help documents. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of QtHelp documentation sets to be installed </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingAPIClient.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingAPIClient.html Sat Jan 16 16:51:23 2021 +0100 @@ -163,7 +163,7 @@ Class method to get all platform types defined in API v4. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all defined platform types </dd> @@ -182,7 +182,7 @@ Class method to get all threat entry types defined in API v4. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all defined threat entry types </dd> @@ -201,7 +201,7 @@ Class method to get all threat types defined in API v4. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of defined threat types </dd> @@ -227,7 +227,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> platform string </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of platform types as defined in the v4 API for the given platform @@ -287,7 +287,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> threat entry string </dd> @@ -313,7 +313,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> threat message </dd> @@ -339,7 +339,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string </dd> @@ -387,7 +387,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted data </dd> @@ -420,7 +420,7 @@ Public method to check, if the fair use wait period has expired. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating expiration </dd> @@ -439,7 +439,7 @@ Public method to get the date and time the fair use delay will expire. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> fair use delay expiration date and time </dd> @@ -470,7 +470,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the list of found hashes and the negative cache duration @@ -490,7 +490,7 @@ Public method to retrieve all available threat lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing list of threat lists and an error message </dd> @@ -518,7 +518,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the list of threat updates and an error message @@ -549,7 +549,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the list of threat list info objects and an error message
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingCache.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingCache.html Sat Jan 16 16:51:23 2021 +0100 @@ -173,7 +173,7 @@ Private method to open the cache database. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the open state </dd> @@ -268,7 +268,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of hash prefixes to be removed </dd> @@ -287,7 +287,7 @@ Public method to get the available threat lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of available threat lists </dd> @@ -314,7 +314,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> SHA256 checksum </dd> @@ -341,7 +341,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the threat list info and the expiration flag @@ -368,7 +368,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the threat list, full hash and negative cache expiration flag
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -173,7 +173,7 @@ Private method to check, if the dialog contains modified data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of modified data </dd> @@ -192,7 +192,7 @@ Private method to check, if it is safe to close the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating safe to close </dd> @@ -218,7 +218,7 @@ Private slot to save the configuration. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingLabel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingLabel.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to get the threat info text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> threat info text </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -192,7 +192,7 @@ Class method to get the schemes not to be checked. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of schemes to be ignored </dd> @@ -211,7 +211,7 @@ Class method to check, if safe browsing is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state </dd> @@ -244,7 +244,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> names of threat lists hashes were found in </dd> @@ -339,7 +339,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality </dd> @@ -372,7 +372,7 @@ Public method to check, if the fair use wait period has expired. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating expiration </dd> @@ -405,7 +405,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> platform string </dd> @@ -431,7 +431,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> threat entry string </dd> @@ -457,7 +457,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> threat message </dd> @@ -483,7 +483,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of threat messages, one per unique threat type </dd> @@ -509,7 +509,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> display string </dd> @@ -529,7 +529,7 @@ threat lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an update process is active </dd> @@ -555,7 +555,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the list of threat lists the URL was found in and an error message @@ -589,7 +589,7 @@ Public method to load or update the locally cached threat lists. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success and an error message </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingThreatList.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingThreatList.html Sat Jan 16 16:51:23 2021 +0100 @@ -118,7 +118,7 @@ Special method to iterate over the raw hashes. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> iterator object </dd> @@ -137,7 +137,7 @@ Special method to calculate the number of entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> length </dd> @@ -212,7 +212,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> instantiated object </dd> @@ -253,7 +253,7 @@ Special method to generate a printable representation. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> printable representation </dd> @@ -272,7 +272,7 @@ Public method to convert the object to a tuple. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the threat list info </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingUrl.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.SafeBrowsingUrl.html Sat Jan 16 16:51:23 2021 +0100 @@ -133,7 +133,7 @@ Public method to convert the URL to the canonical form. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> canonical form of the URL </dd> @@ -159,7 +159,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> unescaped URL string </dd> @@ -179,15 +179,15 @@ in canonical form. </p> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -generator for the URL hashes +URL hashes </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -generator of bytes +bytes </dd> </dl> <a NAME="SafeBrowsingUrl.hostPermutations" ID="SafeBrowsingUrl.hostPermutations"></a> @@ -205,15 +205,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -generator of permuted host names +permutated host names </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -generator of str +str </dd> </dl> <a NAME="SafeBrowsingUrl.pathPermutations" ID="SafeBrowsingUrl.pathPermutations"></a> @@ -231,15 +231,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -generator of permuted paths +permutated paths </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -generator of str +str </dd> </dl> <a NAME="SafeBrowsingUrl.quote" ID="SafeBrowsingUrl.quote"></a> @@ -257,7 +257,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> quoted string </dd> @@ -283,7 +283,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> SHA256 digest of the URL string </dd> @@ -310,15 +310,15 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Yield:</dt> <dd> -generator of permuted URL strings +permutated URL strings </dd> </dl> <dl> -<dt>Return Type:</dt> +<dt>Yield Type:</dt> <dd> -generator of str +str </dd> </dl> <div align="right"><a href="#top">Up</a></div>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.__init__.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SafeBrowsing.__init__.html Sat Jan 16 16:51:23 2021 +0100 @@ -55,7 +55,7 @@ OAuth2 service. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> help text </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Session.SessionManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Session.SessionManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -227,7 +227,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating validity </dd> @@ -253,7 +253,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the session data </dd> @@ -350,7 +350,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the active file </dd> @@ -432,7 +432,7 @@ Public method to get the name of the default session file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the default session file </dd> @@ -465,7 +465,7 @@ Public method to get the directory sessions are stored in. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the sessions directory </dd> @@ -484,7 +484,7 @@ Public method to get the name of the last active session file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the last active session file </dd> @@ -560,7 +560,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd> @@ -586,7 +586,7 @@ Public method to select a session to be restored. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the session file to be restored </dd> @@ -612,7 +612,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of session meta data </dd> @@ -652,7 +652,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.Page.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.Page.html Sat Jan 16 16:51:23 2021 +0100 @@ -124,7 +124,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating equality (boolean) </dd> @@ -137,7 +137,7 @@ Public method to check the validity. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid object </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.PageThumbnailer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.PageThumbnailer.html Sat Jan 16 16:51:23 2021 +0100 @@ -168,7 +168,7 @@ Public method to check, if the title is loaded from the web site. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, that the title is loaded (boolean) </dd> @@ -231,7 +231,7 @@ Public method to get the title of the thumbnail. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title of the thumbnail (string) </dd> @@ -244,7 +244,7 @@ Public method to get the URL of the thumbnail. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL of the thumbnail (QUrl) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.SpeedDial.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.SpeedDial.html Sat Jan 16 16:51:23 2021 +0100 @@ -224,7 +224,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> escaped title string </dd> @@ -250,7 +250,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> escaped URL string </dd> @@ -276,7 +276,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the image file (string) </dd> @@ -360,7 +360,7 @@ Public method to get the file name of the user agents file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the user agents file (string) </dd> @@ -373,7 +373,7 @@ Public method to get the 'initial' JavaScript script. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> initial JavaScript script (string) </dd> @@ -412,7 +412,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> page for the URL (Page) </dd> @@ -425,7 +425,7 @@ Public method to get the number of dials per row. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of dials per row (integer) </dd> @@ -487,7 +487,7 @@ Public method to get the speed dial size. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> speed dial size (integer) </dd> @@ -535,7 +535,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL for the key (QUrl) </dd> @@ -555,7 +555,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sanitized URL (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.SpeedDialReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.SpeedDialReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of speed dial pages (list of Page), number of pages per row (integer) and size of the speed dial pages (integer)
--- a/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.SpeedDialWriter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.SpeedDial.SpeedDialWriter.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -150,7 +150,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.StatusBar.StatusBarIcon.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.StatusBar.StatusBarIcon.html Sat Jan 16 16:51:23 2021 +0100 @@ -121,7 +121,7 @@ Protected method to get a reference to the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current page </dd> @@ -141,7 +141,7 @@ current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the web settings object </dd> @@ -185,7 +185,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the attribute is set </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.FtpSyncHandler.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.FtpSyncHandler.html Sat Jan 16 16:51:23 2021 +0100 @@ -211,7 +211,7 @@ Private method to connect to the FTP server and log in. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful log in (boolean) </dd> @@ -281,7 +281,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of bytes written to the buffer (integer) </dd> @@ -361,7 +361,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncDataPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncDataPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public method returning the ID of the next wizard page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next wizard page ID (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncDirectorySettingsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncDirectorySettingsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to check the completeness of the page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating completeness (boolean) </dd> @@ -122,7 +122,7 @@ Public method returning the ID of the next wizard page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next wizard page ID (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncEncryptionPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncEncryptionPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to check the completeness of the page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating completeness (boolean) </dd> @@ -149,7 +149,7 @@ Public method returning the ID of the next wizard page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next wizard page ID (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncFtpSettingsPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncFtpSettingsPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ Public method to check the completeness of the page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating completeness (boolean) </dd> @@ -122,7 +122,7 @@ Public method returning the ID of the next wizard page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next wizard page ID (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncHandler.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncHandler.html Sat Jan 16 16:51:23 2021 +0100 @@ -203,7 +203,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> data of the file, optionally encrypted (QByteArray) </dd> @@ -331,7 +331,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple giving a success flag and an error string (boolean, string)
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncHostTypePage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncHostTypePage.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public method returning the ID of the next wizard page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> next wizard page ID (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Sync.SyncManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -279,7 +279,7 @@ Public method to get a reference to the sync handler object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the sync handler object (SyncHandler) </dd> @@ -314,7 +314,7 @@ Public method to check, if synchronization is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating enabled synchronization </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.TabManager.TabManagerWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.TabManager.TabManagerWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -200,7 +200,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> created item </dd> @@ -254,7 +254,7 @@ Private slot to check, if any browser entry is selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of a selected entry </dd> @@ -384,7 +384,7 @@ Public method to create a status bar icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated icon </dd> @@ -428,7 +428,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> domain name </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.PrintToPdfDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.PrintToPdfDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -125,7 +125,7 @@ Public method to get the dialog data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the file path and the page layout </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.Scripts.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.Scripts.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to fill a form </dd> @@ -131,7 +131,7 @@ Function generating a script to extract all image tags of a web page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to extract image tags </dd> @@ -153,7 +153,7 @@ Function generating a script to extract all meta attributes of a web page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to extract meta attributes </dd> @@ -175,7 +175,7 @@ Function generating a script to extract all RSS and Atom feed links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to extract all RSS and Atom feed links </dd> @@ -204,7 +204,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to extract form data </dd> @@ -226,7 +226,7 @@ Function generating a script to extract all open search links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to extract all open serach links </dd> @@ -255,7 +255,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to set the style sheet </dd> @@ -288,7 +288,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to send Post data </dd> @@ -317,7 +317,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to set the style sheet </dd> @@ -346,7 +346,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to set a user style sheet </dd> @@ -368,7 +368,7 @@ Function generating a script to monitor a web form for user entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to monitor a web page </dd> @@ -397,7 +397,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> script to setup the web channel </dd> @@ -419,7 +419,7 @@ Function generating a script to setup window.object add-ons. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> generated script </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebBrowserTools.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebBrowserTools.html Sat Jan 16 16:51:23 2021 +0100 @@ -109,7 +109,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of at least one whitespace character </dd> @@ -143,7 +143,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> unique file name </dd> @@ -166,7 +166,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sanitized name (string) </dd> @@ -189,7 +189,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> file name (string) </dd> @@ -216,7 +216,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> HTML page </dd> @@ -250,7 +250,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> JavaScript source </dd> @@ -273,7 +273,7 @@ agent string. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the Chrome version and the QtWebEngine version </dd> @@ -311,7 +311,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> data: URL </dd> @@ -340,7 +340,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> extracted pixmap </dd> @@ -370,7 +370,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> byte array containing the pixmap </dd> @@ -403,7 +403,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> data: URL </dd> @@ -432,7 +432,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file </dd> @@ -461,7 +461,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> contents of the file </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebHitTestResult.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebHitTestResult.html Sat Jan 16 16:51:23 2021 +0100 @@ -191,7 +191,7 @@ Public method to get the alternate text. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> alternate text </dd> @@ -210,7 +210,7 @@ Public method to get the base URL of the page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> base URL </dd> @@ -229,7 +229,7 @@ Public method to get the bounding rectangle. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> bounding rectangle </dd> @@ -248,7 +248,7 @@ Public method to get the URL of an image. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> image URL </dd> @@ -267,7 +267,7 @@ Public method to check for editable content. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating editable content </dd> @@ -286,7 +286,7 @@ Public method to check for selected content. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating selected content </dd> @@ -305,7 +305,7 @@ Public method to test, if the hit test is empty. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an empty object </dd> @@ -324,7 +324,7 @@ Public method to get the title for a link element. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title for a link element </dd> @@ -343,7 +343,7 @@ Public method to get the URL for a link element. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL for a link element </dd> @@ -362,7 +362,7 @@ Public method to check, if a media element is muted. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a muted media element </dd> @@ -381,7 +381,7 @@ Public method to check, if a media element is paused. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a paused media element </dd> @@ -400,7 +400,7 @@ Public method to get the URL for a media element. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL for a media element </dd> @@ -419,7 +419,7 @@ Public method to get the position of the hit test. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> position of hit test </dd> @@ -438,7 +438,7 @@ Public method to get the name of the tested tag. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the tested tag </dd> @@ -472,7 +472,7 @@ Public method to get the viewport position. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> viewport position </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -136,7 +136,7 @@ Public method to get the list of URLs. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of URLs </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconProvider.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.Tools.WebIconProvider.html Sat Jan 16 16:51:23 2021 +0100 @@ -160,7 +160,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string representation of the URL </dd> @@ -193,7 +193,7 @@ Public method o get the path for the web site icons store. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path to store the icons file to </dd> @@ -219,7 +219,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the URL </dd> @@ -291,7 +291,7 @@ if it hasn't been yet. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the web icon provider object </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.BookmarkActionSelectionDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -119,7 +119,7 @@ Public method to get the selected action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the associated action </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.StackedUrlBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.StackedUrlBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -117,7 +117,7 @@ Public method to get a reference to the current URL bar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current URL bar (UrlBar) </dd> @@ -155,7 +155,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the URL bar for the given index (UrlBar) </dd> @@ -168,7 +168,7 @@ Public method to get a list of references to all URL bars. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to URL bars (list of UrlBar) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.UrlBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UrlBar.UrlBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -295,7 +295,7 @@ Public method to get the associated browser. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the associated browser (HelpBrowser) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -170,7 +170,7 @@ for. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all host names (list of strings) </dd> @@ -190,7 +190,7 @@ Public method to get the file name of the user agents file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the user agents file (string) </dd> @@ -203,7 +203,7 @@ Public method to get the number of available user agent settings. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of user agent settings (integer) </dd> @@ -287,7 +287,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user agent string (string) </dd> @@ -307,7 +307,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user agent string (string) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentMenu.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentMenu.html Sat Jan 16 16:51:23 2021 +0100 @@ -129,7 +129,7 @@ Private slot to add the default user agent entries. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that a user agent entry is checked (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -167,7 +167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -195,7 +195,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentReader.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentReader.html Sat Jan 16 16:51:23 2021 +0100 @@ -128,7 +128,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with user agent data (host as key, agent string as value)
--- a/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentWriter.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.UserAgent.UserAgentWriter.html Sat Jan 16 16:51:23 2021 +0100 @@ -110,7 +110,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -136,7 +136,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserClearPrivateDataDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserClearPrivateDataDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -105,7 +105,7 @@ Public method to get the data from the dialog. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple with flags indicating which data to clear (browsing history, search history, favicons, disk cache, cookies,
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserLanguagesDialog.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserLanguagesDialog.html Sat Jan 16 16:51:23 2021 +0100 @@ -123,7 +123,7 @@ Class method to get the list of default accept languages. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of acceptable languages (list of strings) </dd> @@ -144,7 +144,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of expanded language names (list of strings) </dd> @@ -169,7 +169,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> converted list (QByteArray) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserPage.html Sat Jan 16 16:51:23 2021 +0100 @@ -278,7 +278,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user agent string (string) </dd> @@ -298,7 +298,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> user agent string (string) </dd> @@ -438,7 +438,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating acceptance </dd> @@ -464,7 +464,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating to ignore this error </dd> @@ -505,7 +505,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result of the script </dd> @@ -535,7 +535,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful print job </dd> @@ -554,7 +554,7 @@ Public method to get the safe browsing status of the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a safe site </dd> @@ -573,7 +573,7 @@ Public method to get a reference to the SSL certificate. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> amended SSL certificate </dd> @@ -592,7 +592,7 @@ Public method to get a reference to the SSL certificate chain. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> SSL certificate chain </dd> @@ -611,7 +611,7 @@ Public method to return a reference to the current SSL configuration. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the SSL configuration in use </dd> @@ -630,7 +630,7 @@ Public method to check, if the page has a valid SSL certificate. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid SSL certificate </dd> @@ -656,7 +656,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> test result object </dd> @@ -675,7 +675,7 @@ Public method to get the web site icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> web site icon </dd> @@ -694,7 +694,7 @@ Public method to test, if JavaScript is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the state of the JavaScript support </dd> @@ -746,7 +746,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> viewport position </dd> @@ -769,7 +769,7 @@ Public method to get the registered protocol handler request scheme. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> registered protocol handler request scheme </dd> @@ -788,7 +788,7 @@ Public method to get the registered protocol handler request URL. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> registered protocol handler request URL </dd> @@ -852,7 +852,7 @@ Public method to get the scroll position of the web page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> scroll position </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserSnap.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserSnap.html Sat Jan 16 16:51:23 2021 +0100 @@ -73,7 +73,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> rendered pixmap (QPixmap) </dd> @@ -104,7 +104,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preview pixmap (QPixmap) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabBar.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabBar.html Sat Jan 16 16:51:23 2021 +0100 @@ -161,7 +161,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserTabWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -416,7 +416,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the elided text (string) </dd> @@ -436,7 +436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> guessed URL (QUrl) </dd> @@ -758,7 +758,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the indexed browser (WebBrowserView) </dd> @@ -771,7 +771,7 @@ Public method to get a list of references to all browsers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to browsers (list of WebBrowserView) </dd> @@ -784,7 +784,7 @@ Public method to check, if closed tabs can be restored. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that closed tabs can be restored (boolean) </dd> @@ -857,7 +857,7 @@ Public slot to get a reference to the closed tabs manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the closed tabs manager (ClosedTabsManager) </dd> @@ -870,7 +870,7 @@ Public method to get a reference to the current browser. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current browser (WebBrowserView) </dd> @@ -883,7 +883,7 @@ Public method to get a reference to the current url bar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current url bar (UrlBar) </dd> @@ -896,7 +896,7 @@ Public method to populate the session data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the session data </dd> @@ -915,7 +915,7 @@ Public method to get a list of all opened Qt help files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with tab id as key and host/namespace as value </dd> @@ -964,7 +964,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new browser </dd> @@ -999,7 +999,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new browser </dd> @@ -1095,7 +1095,7 @@ Public method to check, if the application should be shut down. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a shut down (boolean) </dd> @@ -1108,7 +1108,7 @@ Public method to get a reference to the stacked url bar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the stacked url bar (StackedUrlBar) </dd> @@ -1129,7 +1129,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the associated urlbar </dd> @@ -1151,7 +1151,7 @@ Static method to test the availability of CUPS. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the availability of CUPS </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserView.html Sat Jan 16 16:51:23 2021 +0100 @@ -929,7 +929,7 @@ Private method to get the file name to save the page to. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the file name to save to and the save page format @@ -984,7 +984,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a valid URL (boolean) </dd> @@ -1004,7 +1004,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> index of zoom factor (integer) </dd> @@ -1464,7 +1464,7 @@ Public method to check, if the loaded page contains feed links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the existence of feed links (boolean) </dd> @@ -1524,7 +1524,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the created browser window (WebBrowserView) </dd> @@ -1544,7 +1544,7 @@ Public method to return the title of the loaded page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> title (string) </dd> @@ -1606,7 +1606,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating, if the event was handled (boolean) </dd> @@ -1630,7 +1630,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the event should be filtered out </dd> @@ -1658,7 +1658,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple containing the title, URL and web icon </dd> @@ -1710,7 +1710,7 @@ Public method to get the preview pixmap. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> preview pixmap </dd> @@ -1729,7 +1729,7 @@ Public method to get the extracted RSS feeds. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of RSS feeds (list of tuples of two strings) </dd> @@ -1742,7 +1742,7 @@ Public method to get the safe browsing status of the current page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a safe site </dd> @@ -1761,7 +1761,7 @@ Public method to populate the session data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary containing the session data </dd> @@ -1780,7 +1780,7 @@ Public method to check, if the loaded page has RSS links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the presence of RSS links (boolean) </dd> @@ -1793,7 +1793,7 @@ Public method to determine, if there is some text selected. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating text has been selected (boolean) </dd> @@ -1813,7 +1813,7 @@ Public method to get the web site icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> web site icon </dd> @@ -1832,7 +1832,7 @@ Public method to get a reference to the render widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the render widget </dd> @@ -1851,7 +1851,7 @@ Public method to determine, if a backwards move in history is possible. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating move backwards is possible (boolean) </dd> @@ -1864,7 +1864,7 @@ Public method to determine, if a forward move in history is possible. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating move forward is possible (boolean) </dd> @@ -1877,7 +1877,7 @@ Public method to check, if full screen mode is active. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating full screen mode </dd> @@ -1896,7 +1896,7 @@ Public method to get the loading state. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the loading state (boolean) </dd> @@ -1938,7 +1938,7 @@ Public method to get a reference to the main window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main window </dd> @@ -1964,7 +1964,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> viewport position </dd> @@ -1997,7 +1997,7 @@ Public method to get the load progress. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> load progress (integer) </dd> @@ -2110,7 +2110,7 @@ Public method to return the URL of the loaded page. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> URL loaded in the help browser (QUrl) </dd> @@ -2138,7 +2138,7 @@ view. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the tab widget </dd> @@ -2157,7 +2157,7 @@ Public method to get the view title. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> view title </dd> @@ -2211,7 +2211,7 @@ Public method to get the current zoom value. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> zoom value (integer) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWebSearchWidget.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWebSearchWidget.html Sat Jan 16 16:51:23 2021 +0100 @@ -210,7 +210,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flah indicating a successful highlighting (boolean) </dd> @@ -357,7 +357,7 @@ Public method to get a reference to the opensearch manager object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the opensearch manager object (OpenSearchManager) </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebBrowserWindow.html Sat Jan 16 16:51:23 2021 +0100 @@ -907,7 +907,7 @@ Class method to get a reference to the AdBlock manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the AdBlock manager (AdBlockManager) </dd> @@ -920,7 +920,7 @@ Class method to get a reference to the auto scroller. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the auto scroller object </dd> @@ -939,7 +939,7 @@ Class method to get a reference to the bookmarks manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the bookmarks manager (BookmarksManager) </dd> @@ -952,7 +952,7 @@ Class method to get a reference to the cookie jar. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the cookie jar (CookieJar) </dd> @@ -965,7 +965,7 @@ Class method to get a reference to the download manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the download manager (DownloadManager) </dd> @@ -992,7 +992,7 @@ Class method to get a reference to the feature permission manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the feature permission manager </dd> @@ -1011,7 +1011,7 @@ Class method to get a reference to the RSS feeds manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the RSS feeds manager (FeedsManager) </dd> @@ -1024,7 +1024,7 @@ Class method to get a reference to the flash cookies manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the flash cookies manager </dd> @@ -1043,7 +1043,7 @@ Class method to determine the name of the QtHelp collection file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> path of the QtHelp collection file </dd> @@ -1063,7 +1063,7 @@ web browser window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to most recent web browser window </dd> @@ -1087,7 +1087,7 @@ the status bar of the IDE is returned. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the global status bar </dd> @@ -1106,7 +1106,7 @@ Class method to get a reference to the GreaseMonkey manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the GreaseMonkey manager (GreaseMonkeyManager) </dd> @@ -1119,7 +1119,7 @@ Class method to get a reference to the help engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the help engine (QHelpEngine) </dd> @@ -1132,7 +1132,7 @@ Class method to get a reference to the history manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the history manager (HistoryManager) </dd> @@ -1152,7 +1152,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> icon for the URL (QIcon) </dd> @@ -1165,7 +1165,7 @@ Class method to get a reference to the image search engine. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the image finder object </dd> @@ -1184,7 +1184,7 @@ Class method to check the private browsing mode. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating private browsing mode </dd> @@ -1203,7 +1203,7 @@ Class method to get a reference to the main window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main window (WebBrowserWindow) </dd> @@ -1216,7 +1216,7 @@ Class method to get references to all main windows. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> references to all main window (list of WebBrowserWindow) </dd> @@ -1229,7 +1229,7 @@ Class method to get a reference to the network manager object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the network access manager (NetworkManager) </dd> @@ -1242,7 +1242,7 @@ Class method to get a reference to the password manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the password manager (PasswordManager) </dd> @@ -1255,7 +1255,7 @@ Class method to get a reference to the personal information manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the personal information manager (PersonalInformationManager) @@ -1269,7 +1269,7 @@ Class method to get a reference to the protocol handler manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the protocol handler manager </dd> @@ -1288,7 +1288,7 @@ Class method to get a reference to the safe browsing interface. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the safe browsing manager </dd> @@ -1307,7 +1307,7 @@ Class method to get a reference to the session manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the session manager </dd> @@ -1371,7 +1371,7 @@ Class method to get a reference to the speed dial. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the speed dial (SpeedDial) </dd> @@ -1384,7 +1384,7 @@ Class method to get a reference to the data synchronization manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the data synchronization manager (SyncManager) </dd> @@ -1397,7 +1397,7 @@ Class method to get a reference to the tab manager widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the tab manager widget </dd> @@ -1416,7 +1416,7 @@ Class method to get a reference to the user agents manager. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the user agents manager (UserAgentManager) </dd> @@ -1436,7 +1436,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the web profile object </dd> @@ -1455,7 +1455,7 @@ Class method to get the web settings of the current profile. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> web settings of the current profile </dd> @@ -2194,7 +2194,7 @@ Private method to check, if the application should be shut down. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a shut down </dd> @@ -2444,7 +2444,7 @@ Private method to shut down a web browser window. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful shutdown (boolean) </dd> @@ -2638,7 +2638,7 @@ Public method to get a reference to the AdBlock icon. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the AdBlock icon (AdBlockIcon) </dd> @@ -2666,7 +2666,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the indexed web browser (WebBrowserView) </dd> @@ -2679,7 +2679,7 @@ Public method to get a list of references to all web browsers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of references to web browsers (list of WebBrowserView) </dd> @@ -2729,7 +2729,7 @@ Public method to create the toolbars menu for Qt. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> toolbars menu </dd> @@ -2748,7 +2748,7 @@ Public method to get a reference to the current web browser. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the current help browser (WebBrowserView) </dd> @@ -2776,7 +2776,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a handled event </dd> @@ -2795,7 +2795,7 @@ Public method to get the last recorded keyboard modifiers. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> keyboard modifiers (Qt.KeyboardModifiers) </dd> @@ -2808,7 +2808,7 @@ Public method to get the last recorded mouse buttons. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> mouse buttons (Qt.MouseButtons) </dd> @@ -2828,7 +2828,7 @@ Public method to get a list of all actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of all actions (list of E5Action) </dd> @@ -2841,7 +2841,7 @@ Public method to get the category of the defined actions. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> category of the actions </dd> @@ -2860,7 +2860,7 @@ Public method to get a list of all opened source files. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> dictionary with tab id as key and host/namespace as value </dd> @@ -2880,7 +2880,7 @@ Public method to test, if the window is closing. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating that the window is closing </dd> @@ -2899,7 +2899,7 @@ Public method to check, if full screen navigation is active. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating visibility of the navigation container in full screen mode @@ -2919,7 +2919,7 @@ Public method to get a reference to the JavaScript console widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the JavaScript console </dd> @@ -3020,7 +3020,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new browser </dd> @@ -3050,7 +3050,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the new window </dd> @@ -3069,7 +3069,7 @@ Public method to get a reference to the opensearch manager object. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the opensearch manager object (OpenSearchManager) </dd> @@ -3215,7 +3215,7 @@ action. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the search engines configuration action (QAction) </dd> @@ -3306,7 +3306,7 @@ Public method to shut down the web browser. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating successful shutdown (boolean) </dd> @@ -3319,7 +3319,7 @@ Public method to get a reference to the tab widget. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the tab widget </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.WebInspector.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.WebInspector.html Sat Jan 16 16:51:23 2021 +0100 @@ -132,7 +132,7 @@ Class method to check, if the web inspector is enabled. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating the enabled state </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.ZoomManager.ZoomManager.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.ZoomManager.ZoomManager.html Sat Jan 16 16:51:23 2021 +0100 @@ -164,7 +164,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> key for the given URL </dd> @@ -183,7 +183,7 @@ Public method to get a list of all site names. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> sorted list of all site names </dd> @@ -272,7 +272,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> zoom value for the site </dd> @@ -291,7 +291,7 @@ Public method to get the number of available sites. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of sites </dd> @@ -317,7 +317,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> zoomValue zoom value for the URL </dd> @@ -340,7 +340,7 @@ it hasn't been yet. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the zoom manager object </dd>
--- a/eric6/Documentation/Source/eric6.WebBrowser.ZoomManager.ZoomValuesModel.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.WebBrowser.ZoomManager.ZoomValuesModel.html Sat Jan 16 16:51:23 2021 +0100 @@ -143,7 +143,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of columns (integer) </dd> @@ -167,7 +167,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested data </dd> @@ -195,7 +195,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> header data </dd> @@ -223,7 +223,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating success (boolean) </dd> @@ -243,7 +243,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> number of rows (integer) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_browser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_browser.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget </dd>
--- a/eric6/Documentation/Source/eric6.eric6_compare.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_compare.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_configure.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_configure.html Sat Jan 16 16:51:23 2021 +0100 @@ -68,7 +68,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_diff.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_diff.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_editor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_editor.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_hexeditor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_hexeditor.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_iconeditor.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_iconeditor.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_plugininstall.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_plugininstall.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_pluginrepository.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_pluginrepository.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_pluginuninstall.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_pluginuninstall.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_post_install.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_post_install.html Sat Jan 16 16:51:23 2021 +0100 @@ -188,7 +188,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested registry variable </dd> @@ -220,7 +220,7 @@ Function to generate data for the Windows Desktop links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the desktop link name, the link target and the icon target @@ -243,7 +243,7 @@ Function to generate the name of the Start Menu top entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the Start Menu top entry </dd>
--- a/eric6/Documentation/Source/eric6.eric6_qregularexpression.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_qregularexpression.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_re.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_re.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_shell.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_shell.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_snap.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_snap.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_sqlbrowser.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_sqlbrowser.html Sat Jan 16 16:51:23 2021 +0100 @@ -69,7 +69,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_tray.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_tray.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_trpreviewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_trpreviewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_uipreviewer.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_uipreviewer.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6_unittest.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6_unittest.html Sat Jan 16 16:51:23 2021 +0100 @@ -70,7 +70,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> reference to the main widget (QWidget) </dd>
--- a/eric6/Documentation/Source/eric6.eric6config.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/eric6.eric6config.html Sat Jan 16 16:51:23 2021 +0100 @@ -61,7 +61,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> requested config value </dd>
--- a/eric6/Documentation/Source/install-debugclients.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/install-debugclients.html Sat Jan 16 16:51:23 2021 +0100 @@ -176,7 +176,7 @@ Actually perform the installation steps. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result code (integer) </dd>
--- a/eric6/Documentation/Source/install-i18n.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/install-i18n.html Sat Jan 16 16:51:23 2021 +0100 @@ -66,7 +66,7 @@ Global function to get the name of the directory storing the config data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name of the config dir (string) </dd>
--- a/eric6/Documentation/Source/install.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/install.html Sat Jan 16 16:51:23 2021 +0100 @@ -206,7 +206,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of directory name (string) and source file name (string) </dd> @@ -477,7 +477,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the platform specific name of the wrapper (string) </dd> @@ -566,7 +566,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested registry variable </dd> @@ -599,7 +599,7 @@ Actually perform the installation steps. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> result code (integer) </dd> @@ -615,7 +615,7 @@ Check, if pip is outdated. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating an outdated pip </dd> @@ -665,7 +665,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> flag indicating a successful installation </dd> @@ -756,7 +756,7 @@ Function to generate data for the Windows Desktop links. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of tuples containing the desktop link name, the link target and the icon target @@ -779,7 +779,7 @@ Function to generate the link names for the Windows Desktop. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of desktop link names </dd> @@ -801,7 +801,7 @@ Function to generate the name of the Start Menu top entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the Start Menu top entry </dd> @@ -834,7 +834,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the names of the wrapper scripts </dd>
--- a/eric6/Documentation/Source/setup.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/setup.html Sat Jan 16 16:51:23 2021 +0100 @@ -102,7 +102,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> tuple of directory name (string) and source file name (string) </dd> @@ -170,7 +170,7 @@ Function to return data_files in a platform dependent manner. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list containing the platform specific data files </dd> @@ -192,7 +192,7 @@ Function to get the long description via the README file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> long description </dd> @@ -225,7 +225,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of package data files </dd> @@ -247,7 +247,7 @@ Function to get the version from file. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> string containing the version </dd>
--- a/eric6/Documentation/Source/uninstall.html Sat Jan 16 16:50:00 2021 +0100 +++ b/eric6/Documentation/Source/uninstall.html Sat Jan 16 16:51:23 2021 +0100 @@ -131,7 +131,7 @@ Module function to get the name of the directory storing the config data. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> directory name of the config dir (string) </dd> @@ -158,7 +158,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> value of requested registry variable </dd> @@ -294,7 +294,7 @@ Function to generate the link names for the Windows Desktop. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> list of desktop link names </dd> @@ -316,7 +316,7 @@ Function to generate the name of the Start Menu top entry. </p> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> name of the Start Menu top entry </dd> @@ -349,7 +349,7 @@ </dd> </dl> <dl> -<dt>Returns:</dt> +<dt>Return:</dt> <dd> the names of the wrapper scripts </dd>