--- a/Documentation/Source/eric6.QScintilla.Shell.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.QScintilla.Shell.html Sat Mar 11 19:18:57 2017 +0100 @@ -667,11 +667,11 @@ </dd> </dl><a NAME="Shell.__completionListSelected" ID="Shell.__completionListSelected"></a> <h4>Shell.__completionListSelected</h4> -<b>__completionListSelected</b>(<i>id, txt</i>) +<b>__completionListSelected</b>(<i>listId, txt</i>) <p> Private slot to handle the selection from the completion list. </p><dl> -<dt><i>id</i></dt> +<dt><i>listId</i></dt> <dd> the ID of the user list (should be 1) (integer) </dd><dt><i>txt</i></dt> @@ -1099,14 +1099,14 @@ </dd> </dl><a NAME="Shell.focusNextPrevChild" ID="Shell.focusNextPrevChild"></a> <h4>Shell.focusNextPrevChild</h4> -<b>focusNextPrevChild</b>(<i>next</i>) +<b>focusNextPrevChild</b>(<i>nextChild</i>) <p> Public method to stop Tab moving to the next window. </p><p> While the user is entering a multi-line command, the movement to the next window by the Tab key being pressed is suppressed. </p><dl> -<dt><i>next</i></dt> +<dt><i>nextChild</i></dt> <dd> next window </dd>