--- a/Documentation/Source/eric6.QScintilla.Editor.html Wed Oct 04 20:06:26 2017 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Thu Oct 05 19:11:59 2017 +0200 @@ -471,6 +471,9 @@ <td><a href="#Editor.__reopenWithEncodingMenuTriggered">__reopenWithEncodingMenuTriggered</a></td> <td>Private method to handle the rereading of the file with a selected encoding.</td> </tr><tr> +<td><a href="#Editor.__replaceLeadingUnderscores">__replaceLeadingUnderscores</a></td> +<td>Private method to replace the first two underlines for invers sorting.</td> +</tr><tr> <td><a href="#Editor.__resetLanguage">__resetLanguage</a></td> <td>Private method used to reset the language selection.</td> </tr><tr> @@ -546,6 +549,9 @@ <td><a href="#Editor.__showCodeMetrics">__showCodeMetrics</a></td> <td>Private method to handle the code metrics context menu action.</td> </tr><tr> +<td><a href="#Editor.__showCompletionsList">__showCompletionsList</a></td> +<td>Private method to show the completions list.</td> +</tr><tr> <td><a href="#Editor.__showContextMenu">__showContextMenu</a></td> <td>Private slot handling the aboutToShow signal of the context menu.</td> </tr><tr> @@ -2251,6 +2257,26 @@ <dd> reference to the action that was triggered (QAction) </dd> +</dl><a NAME="Editor.__replaceLeadingUnderscores" ID="Editor.__replaceLeadingUnderscores"></a> +<h4>Editor.__replaceLeadingUnderscores</h4> +<b>__replaceLeadingUnderscores</b>(<i>txt</i>) +<p> + Private method to replace the first two underlines for invers sorting. +</p><dl> +<dt><i>txt</i> (str)</dt> +<dd> +completion text +</dd> +</dl><dl> +<dt>Returns:</dt> +<dd> +modified completion text +</dd> +</dl><dl> +<dt>Return Type:</dt> +<dd> +str +</dd> </dl><a NAME="Editor.__resetLanguage" ID="Editor.__resetLanguage"></a> <h4>Editor.__resetLanguage</h4> <b>__resetLanguage</b>(<i>propagate=True</i>) @@ -2415,7 +2441,17 @@ <b>__showCodeMetrics</b>(<i></i>) <p> Private method to handle the code metrics context menu action. -</p><a NAME="Editor.__showContextMenu" ID="Editor.__showContextMenu"></a> +</p><a NAME="Editor.__showCompletionsList" ID="Editor.__showCompletionsList"></a> +<h4>Editor.__showCompletionsList</h4> +<b>__showCompletionsList</b>(<i>completions</i>) +<p> + Private method to show the completions list. +</p><dl> +<dt><i>completions</i> (list of str or set of str)</dt> +<dd> +completions to be shown +</dd> +</dl><a NAME="Editor.__showContextMenu" ID="Editor.__showContextMenu"></a> <h4>Editor.__showContextMenu</h4> <b>__showContextMenu</b>(<i></i>) <p>