--- a/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Sat Mar 11 19:17:59 2017 +0100 +++ b/Documentation/Source/eric6.QScintilla.QsciScintillaCompat.html Sat Mar 11 19:18:57 2017 +0100 @@ -408,7 +408,7 @@ </dd> </dl><a NAME="QsciScintillaCompat.__completionListSelected" ID="QsciScintillaCompat.__completionListSelected"></a> <h4>QsciScintillaCompat.__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><p> @@ -417,7 +417,7 @@ list but not giving it back when an item is selected via a double-click. </p><dl> -<dt><i>id</i></dt> +<dt><i>listId</i></dt> <dd> the ID of the user list (integer) </dd><dt><i>txt</i></dt> @@ -1632,11 +1632,11 @@ </dd> </dl><a NAME="QsciScintillaCompat.showUserList" ID="QsciScintillaCompat.showUserList"></a> <h4>QsciScintillaCompat.showUserList</h4> -<b>showUserList</b>(<i>id, lst</i>) +<b>showUserList</b>(<i>listId, lst</i>) <p> Public method to show a user supplied list. </p><dl> -<dt><i>id</i></dt> +<dt><i>listId</i></dt> <dd> id of the list (integer) </dd><dt><i>lst</i></dt>