diff -r c4c17121eff8 -r a21d673a8f99 eric6/Documentation/Source/eric6.QScintilla.Shell.html --- 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>