--- a/eric7/Documentation/Source/eric7.QScintilla.Editor.html Thu Jul 29 19:39:19 2021 +0200 +++ b/eric7/Documentation/Source/eric7.QScintilla.Editor.html Thu Jul 29 19:40:12 2021 +0200 @@ -28,7 +28,7 @@ <h3>Global Attributes</h3> <table> -<tr><td>EditorAutoCompletionListID</td></tr><tr><td>TemplateCompletionListID</td></tr> +<tr><td>EditorAutoCompletionListID</td></tr><tr><td>ReferenceItem</td></tr><tr><td>ReferencesListID</td></tr><tr><td>TemplateCompletionListID</td></tr> </table> <h3>Classes</h3> @@ -1293,6 +1293,10 @@ <td>Public method to go to the next Python method or class definition.</td> </tr> <tr> +<td><a href="#Editor.gotoReferenceHandler">gotoReferenceHandler</a></td> +<td>Public method to handle a list of references to perform a goto.</td> +</tr> +<tr> <td><a href="#Editor.gotoSyntaxError">gotoSyntaxError</a></td> <td>Public slot to handle the 'Goto syntax error' context menu action.</td> </tr> @@ -5429,6 +5433,20 @@ flag indicating the move direction (boolean) </dd> </dl> +<a NAME="Editor.gotoReferenceHandler" ID="Editor.gotoReferenceHandler"></a> +<h4>Editor.gotoReferenceHandler</h4> +<b>gotoReferenceHandler</b>(<i>referencesList</i>) + +<p> + Public method to handle a list of references to perform a goto. +</p> +<dl> + +<dt><i>referencesList</i> (ReferenceItem)</dt> +<dd> +list of references for a 'goto' action +</dd> +</dl> <a NAME="Editor.gotoSyntaxError" ID="Editor.gotoSyntaxError"></a> <h4>Editor.gotoSyntaxError</h4> <b>gotoSyntaxError</b>(<i></i>)