--- a/Documentation/Source/eric6.QScintilla.Editor.html Sun Sep 24 17:31:40 2017 +0200 +++ b/Documentation/Source/eric6.QScintilla.Editor.html Sun Sep 24 17:34:15 2017 +0200 @@ -633,9 +633,6 @@ <td><a href="#Editor.autoCompleteQScintilla">autoCompleteQScintilla</a></td> <td>Public method to perform an autocompletion using QScintilla methods.</td> </tr><tr> -<td><a href="#Editor.autoCompletionHook">autoCompletionHook</a></td> -<td>Public method to get the autocompletion hook function.</td> -</tr><tr> <td><a href="#Editor.boxCommentLine">boxCommentLine</a></td> <td>Public slot to box comment the current line.</td> </tr><tr> @@ -648,9 +645,6 @@ <td><a href="#Editor.callTip">callTip</a></td> <td>Public method to show calltips.</td> </tr><tr> -<td><a href="#Editor.callTipHook">callTipHook</a></td> -<td>Public method to get the calltip hook function.</td> -</tr><tr> <td><a href="#Editor.canAutoCompleteFromAPIs">canAutoCompleteFromAPIs</a></td> <td>Public method to check for API availablity.</td> </tr><tr> @@ -1101,15 +1095,9 @@ <td><a href="#Editor.setAutoCompletionEnabled">setAutoCompletionEnabled</a></td> <td>Public method to enable/disable autocompletion.</td> </tr><tr> -<td><a href="#Editor.setAutoCompletionHook">setAutoCompletionHook</a></td> -<td>Public method to set an autocompletion hook.</td> -</tr><tr> <td><a href="#Editor.setAutoSpellChecking">setAutoSpellChecking</a></td> <td>Public method to set the automatic spell checking.</td> </tr><tr> -<td><a href="#Editor.setCallTipHook">setCallTipHook</a></td> -<td>Public method to set a calltip hook.</td> -</tr><tr> <td><a href="#Editor.setLanguage">setLanguage</a></td> <td>Public method to set a lexer language.</td> </tr><tr> @@ -1185,12 +1173,6 @@ <td><a href="#Editor.unindentLineOrSelection">unindentLineOrSelection</a></td> <td>Public slot to unindent the current line or current selection.</td> </tr><tr> -<td><a href="#Editor.unsetAutoCompletionHook">unsetAutoCompletionHook</a></td> -<td>Public method to unset a previously installed autocompletion hook.</td> -</tr><tr> -<td><a href="#Editor.unsetCallTipHook">unsetCallTipHook</a></td> -<td>Public method to unset a calltip hook.</td> -</tr><tr> <td><a href="#Editor.updateMarkerMap">updateMarkerMap</a></td> <td>Public method to initiate an update of the marker map.</td> </tr><tr> @@ -2657,17 +2639,7 @@ <b>autoCompleteQScintilla</b>(<i></i>) <p> Public method to perform an autocompletion using QScintilla methods. -</p><a NAME="Editor.autoCompletionHook" ID="Editor.autoCompletionHook"></a> -<h4>Editor.autoCompletionHook</h4> -<b>autoCompletionHook</b>(<i></i>) -<p> - Public method to get the autocompletion hook function. -</p><dl> -<dt>Returns:</dt> -<dd> -function set by setAutoCompletionHook() -</dd> -</dl><a NAME="Editor.boxCommentLine" ID="Editor.boxCommentLine"></a> +</p><a NAME="Editor.boxCommentLine" ID="Editor.boxCommentLine"></a> <h4>Editor.boxCommentLine</h4> <b>boxCommentLine</b>(<i></i>) <p> @@ -2687,17 +2659,7 @@ <b>callTip</b>(<i></i>) <p> Public method to show calltips. -</p><a NAME="Editor.callTipHook" ID="Editor.callTipHook"></a> -<h4>Editor.callTipHook</h4> -<b>callTipHook</b>(<i></i>) -<p> - Public method to get the calltip hook function. -</p><dl> -<dt>Returns:</dt> -<dd> -function set by setCallTipHook() -</dd> -</dl><a NAME="Editor.canAutoCompleteFromAPIs" ID="Editor.canAutoCompleteFromAPIs"></a> +</p><a NAME="Editor.canAutoCompleteFromAPIs" ID="Editor.canAutoCompleteFromAPIs"></a> <h4>Editor.canAutoCompleteFromAPIs</h4> <b>canAutoCompleteFromAPIs</b>(<i></i>) <p> @@ -4151,38 +4113,12 @@ flag indicating the desired autocompletion status (boolean) </dd> -</dl><a NAME="Editor.setAutoCompletionHook" ID="Editor.setAutoCompletionHook"></a> -<h4>Editor.setAutoCompletionHook</h4> -<b>setAutoCompletionHook</b>(<i>func</i>) -<p> - Public method to set an autocompletion hook. -</p><dl> -<dt><i>func</i></dt> -<dd> -Function to be set to handle autocompletion. func - should be a function taking a reference to the editor and - a boolean indicating to complete a context. -</dd> </dl><a NAME="Editor.setAutoSpellChecking" ID="Editor.setAutoSpellChecking"></a> <h4>Editor.setAutoSpellChecking</h4> <b>setAutoSpellChecking</b>(<i></i>) <p> Public method to set the automatic spell checking. -</p><a NAME="Editor.setCallTipHook" ID="Editor.setCallTipHook"></a> -<h4>Editor.setCallTipHook</h4> -<b>setCallTipHook</b>(<i>func</i>) -<p> - Public method to set a calltip hook. -</p><dl> -<dt><i>func</i></dt> -<dd> -Function to be set to determine calltips. func - should be a function taking a reference to the editor, - a position into the text and the amount of commas to the - left of the cursor. It should return the possible - calltips as a list of strings. -</dd> -</dl><a NAME="Editor.setLanguage" ID="Editor.setLanguage"></a> +</p><a NAME="Editor.setLanguage" ID="Editor.setLanguage"></a> <h4>Editor.setLanguage</h4> <b>setLanguage</b>(<i>filename, initTextDisplay=True, propagate=True, pyname=""</i>) <p> @@ -4430,16 +4366,6 @@ <b>unindentLineOrSelection</b>(<i></i>) <p> Public slot to unindent the current line or current selection. -</p><a NAME="Editor.unsetAutoCompletionHook" ID="Editor.unsetAutoCompletionHook"></a> -<h4>Editor.unsetAutoCompletionHook</h4> -<b>unsetAutoCompletionHook</b>(<i></i>) -<p> - Public method to unset a previously installed autocompletion hook. -</p><a NAME="Editor.unsetCallTipHook" ID="Editor.unsetCallTipHook"></a> -<h4>Editor.unsetCallTipHook</h4> -<b>unsetCallTipHook</b>(<i></i>) -<p> - Public method to unset a calltip hook. </p><a NAME="Editor.updateMarkerMap" ID="Editor.updateMarkerMap"></a> <h4>Editor.updateMarkerMap</h4> <b>updateMarkerMap</b>(<i></i>)