Regenerated source docu. eric7

Thu, 29 Jul 2021 19:40:12 +0200

author
Detlev Offenbach <detlev@die-offenbachs.de>
date
Thu, 29 Jul 2021 19:40:12 +0200
branch
eric7
changeset 8490
22230c2591c3
parent 8489
45af30c5561d
child 8495
e8278859d9fd

Regenerated source docu.

eric7/APIs/Python3/eric7.api file | annotate | diff | comparison | revisions
eric7/Documentation/Help/source.qch file | annotate | diff | comparison | revisions
eric7/Documentation/Help/source.qhp file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.QScintilla.Editor.html file | annotate | diff | comparison | revisions
eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html file | annotate | diff | comparison | revisions
--- a/eric7/APIs/Python3/eric7.api	Thu Jul 29 19:39:19 2021 +0200
+++ b/eric7/APIs/Python3/eric7.api	Thu Jul 29 19:40:12 2021 +0200
@@ -7844,6 +7844,7 @@
 eric7.QScintilla.Editor.Editor.gotoLastEditPosition?4()
 eric7.QScintilla.Editor.Editor.gotoLine?4(line, pos=1, firstVisible=False, expand=False)
 eric7.QScintilla.Editor.Editor.gotoMethodClass?4(goUp=False)
+eric7.QScintilla.Editor.Editor.gotoReferenceHandler?4(referencesList)
 eric7.QScintilla.Editor.Editor.gotoSyntaxError?4()
 eric7.QScintilla.Editor.Editor.handleMonospacedEnable?4()
 eric7.QScintilla.Editor.Editor.handleRenamed?4(fn)
@@ -7968,6 +7969,8 @@
 eric7.QScintilla.Editor.Editor.writeFile?4(fn, backup=True)
 eric7.QScintilla.Editor.Editor?1(dbs, fn="", vm=None, filetype="", editor=None, tv=None, parent=None)
 eric7.QScintilla.Editor.EditorAutoCompletionListID?7
+eric7.QScintilla.Editor.ReferenceItem?7
+eric7.QScintilla.Editor.ReferencesListID?7
 eric7.QScintilla.Editor.TemplateCompletionListID?7
 eric7.QScintilla.EditorAssembly.EditorAssembly.getEditor?4()
 eric7.QScintilla.EditorAssembly.EditorAssembly.shutdownTimer?4()
@@ -8553,6 +8556,9 @@
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.QFontWeightMapping?7
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.UserSeparator?7
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat._encodeString?5(string)
+eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.autoCompleteFromAPIs?4()
+eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.autoCompleteFromAll?4()
+eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.autoCompleteFromDocument?4()
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.byteAt?4(pos)
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.canPaste?4()
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.charAt?4(pos)
@@ -8651,8 +8657,10 @@
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setVirtualSpaceOptions?4(options)
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.setWrapStartIndent?4(indent)
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showFindIndicator?4(sline, sindex, eline, eindex)
+eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.showUserList?4(listId, lst)
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.startStyling?4(pos, mask)
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.styleAt?4(pos)
+eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.updateUserListSize?4()
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.updateVerticalScrollBar?4()
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.zoomIn?4(zoom=1)
 eric7.QScintilla.QsciScintillaCompat.QsciScintillaCompat.zoomOut?4(zoom=1)
Binary file eric7/Documentation/Help/source.qch has changed
--- a/eric7/Documentation/Help/source.qhp	Thu Jul 29 19:39:19 2021 +0200
+++ b/eric7/Documentation/Help/source.qhp	Thu Jul 29 19:40:12 2021 +0200
@@ -4238,6 +4238,7 @@
       <keyword name="Editor.gotoLastEditPosition" id="Editor.gotoLastEditPosition" ref="eric7.QScintilla.Editor.html#Editor.gotoLastEditPosition" />
       <keyword name="Editor.gotoLine" id="Editor.gotoLine" ref="eric7.QScintilla.Editor.html#Editor.gotoLine" />
       <keyword name="Editor.gotoMethodClass" id="Editor.gotoMethodClass" ref="eric7.QScintilla.Editor.html#Editor.gotoMethodClass" />
+      <keyword name="Editor.gotoReferenceHandler" id="Editor.gotoReferenceHandler" ref="eric7.QScintilla.Editor.html#Editor.gotoReferenceHandler" />
       <keyword name="Editor.gotoSyntaxError" id="Editor.gotoSyntaxError" ref="eric7.QScintilla.Editor.html#Editor.gotoSyntaxError" />
       <keyword name="Editor.handleMonospacedEnable" id="Editor.handleMonospacedEnable" ref="eric7.QScintilla.Editor.html#Editor.handleMonospacedEnable" />
       <keyword name="Editor.handleRenamed" id="Editor.handleRenamed" ref="eric7.QScintilla.Editor.html#Editor.handleRenamed" />
@@ -12344,6 +12345,9 @@
       <keyword name="QsciScintillaCompat.__modificationChanged" id="QsciScintillaCompat.__modificationChanged" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__modificationChanged" />
       <keyword name="QsciScintillaCompat.__setFoldMarker" id="QsciScintillaCompat.__setFoldMarker" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.__setFoldMarker" />
       <keyword name="QsciScintillaCompat._encodeString" id="QsciScintillaCompat._encodeString" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat._encodeString" />
+      <keyword name="QsciScintillaCompat.autoCompleteFromAPIs" id="QsciScintillaCompat.autoCompleteFromAPIs" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.autoCompleteFromAPIs" />
+      <keyword name="QsciScintillaCompat.autoCompleteFromAll" id="QsciScintillaCompat.autoCompleteFromAll" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.autoCompleteFromAll" />
+      <keyword name="QsciScintillaCompat.autoCompleteFromDocument" id="QsciScintillaCompat.autoCompleteFromDocument" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.autoCompleteFromDocument" />
       <keyword name="QsciScintillaCompat.byteAt" id="QsciScintillaCompat.byteAt" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.byteAt" />
       <keyword name="QsciScintillaCompat.canPaste" id="QsciScintillaCompat.canPaste" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.canPaste" />
       <keyword name="QsciScintillaCompat.charAt" id="QsciScintillaCompat.charAt" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.charAt" />
@@ -12442,8 +12446,10 @@
       <keyword name="QsciScintillaCompat.setVirtualSpaceOptions" id="QsciScintillaCompat.setVirtualSpaceOptions" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setVirtualSpaceOptions" />
       <keyword name="QsciScintillaCompat.setWrapStartIndent" id="QsciScintillaCompat.setWrapStartIndent" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.setWrapStartIndent" />
       <keyword name="QsciScintillaCompat.showFindIndicator" id="QsciScintillaCompat.showFindIndicator" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.showFindIndicator" />
+      <keyword name="QsciScintillaCompat.showUserList" id="QsciScintillaCompat.showUserList" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.showUserList" />
       <keyword name="QsciScintillaCompat.startStyling" id="QsciScintillaCompat.startStyling" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.startStyling" />
       <keyword name="QsciScintillaCompat.styleAt" id="QsciScintillaCompat.styleAt" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.styleAt" />
+      <keyword name="QsciScintillaCompat.updateUserListSize" id="QsciScintillaCompat.updateUserListSize" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.updateUserListSize" />
       <keyword name="QsciScintillaCompat.updateVerticalScrollBar" id="QsciScintillaCompat.updateVerticalScrollBar" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.updateVerticalScrollBar" />
       <keyword name="QsciScintillaCompat.zoomIn" id="QsciScintillaCompat.zoomIn" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomIn" />
       <keyword name="QsciScintillaCompat.zoomOut" id="QsciScintillaCompat.zoomOut" ref="eric7.QScintilla.QsciScintillaCompat.html#QsciScintillaCompat.zoomOut" />
--- 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>)
--- a/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Thu Jul 29 19:39:19 2021 +0200
+++ b/eric7/Documentation/Source/eric7.QScintilla.QsciScintillaCompat.html	Thu Jul 29 19:40:12 2021 +0200
@@ -110,6 +110,18 @@
 <td>Protected method to encode a string depending on the current mode.</td>
 </tr>
 <tr>
+<td><a href="#QsciScintillaCompat.autoCompleteFromAPIs">autoCompleteFromAPIs</a></td>
+<td>Public method to resize list box after creation.</td>
+</tr>
+<tr>
+<td><a href="#QsciScintillaCompat.autoCompleteFromAll">autoCompleteFromAll</a></td>
+<td>Public method to resize list box after creation.</td>
+</tr>
+<tr>
+<td><a href="#QsciScintillaCompat.autoCompleteFromDocument">autoCompleteFromDocument</a></td>
+<td>Public method to resize list box after creation.</td>
+</tr>
+<tr>
 <td><a href="#QsciScintillaCompat.byteAt">byteAt</a></td>
 <td>Public method to get the raw character (bytes) at a position in the text.</td>
 </tr>
@@ -502,6 +514,10 @@
 <td>Public method to show the find indicator for the given range.</td>
 </tr>
 <tr>
+<td><a href="#QsciScintillaCompat.showUserList">showUserList</a></td>
+<td>Public method to show a user supplied list.</td>
+</tr>
+<tr>
 <td><a href="#QsciScintillaCompat.startStyling">startStyling</a></td>
 <td>Public method to prepare styling.</td>
 </tr>
@@ -510,6 +526,10 @@
 <td>Public method to get the style at a position in the text.</td>
 </tr>
 <tr>
+<td><a href="#QsciScintillaCompat.updateUserListSize">updateUserListSize</a></td>
+<td>Public method to resize the completion list to fit with contents.</td>
+</tr>
+<tr>
 <td><a href="#QsciScintillaCompat.updateVerticalScrollBar">updateVerticalScrollBar</a></td>
 <td>Public method to update the vertical scroll bar to reflect the additional lines added by annotations.</td>
 </tr>
@@ -635,6 +655,27 @@
 encoded string (bytes)
 </dd>
 </dl>
+<a NAME="QsciScintillaCompat.autoCompleteFromAPIs" ID="QsciScintillaCompat.autoCompleteFromAPIs"></a>
+<h4>QsciScintillaCompat.autoCompleteFromAPIs</h4>
+<b>autoCompleteFromAPIs</b>(<i></i>)
+
+<p>
+        Public method to resize list box after creation.
+</p>
+<a NAME="QsciScintillaCompat.autoCompleteFromAll" ID="QsciScintillaCompat.autoCompleteFromAll"></a>
+<h4>QsciScintillaCompat.autoCompleteFromAll</h4>
+<b>autoCompleteFromAll</b>(<i></i>)
+
+<p>
+        Public method to resize list box after creation.
+</p>
+<a NAME="QsciScintillaCompat.autoCompleteFromDocument" ID="QsciScintillaCompat.autoCompleteFromDocument"></a>
+<h4>QsciScintillaCompat.autoCompleteFromDocument</h4>
+<b>autoCompleteFromDocument</b>(<i></i>)
+
+<p>
+        Public method to resize list box after creation.
+</p>
 <a NAME="QsciScintillaCompat.byteAt" ID="QsciScintillaCompat.byteAt"></a>
 <h4>QsciScintillaCompat.byteAt</h4>
 <b>byteAt</b>(<i>pos</i>)
@@ -2290,6 +2331,24 @@
 index of the indicator end (integer)
 </dd>
 </dl>
+<a NAME="QsciScintillaCompat.showUserList" ID="QsciScintillaCompat.showUserList"></a>
+<h4>QsciScintillaCompat.showUserList</h4>
+<b>showUserList</b>(<i>listId, lst</i>)
+
+<p>
+        Public method to show a user supplied list.
+</p>
+<dl>
+
+<dt><i>listId</i></dt>
+<dd>
+id of the list (integer)
+</dd>
+<dt><i>lst</i></dt>
+<dd>
+list to be show (list of strings)
+</dd>
+</dl>
 <a NAME="QsciScintillaCompat.startStyling" ID="QsciScintillaCompat.startStyling"></a>
 <h4>QsciScintillaCompat.startStyling</h4>
 <b>startStyling</b>(<i>pos, mask</i>)
@@ -2329,6 +2388,13 @@
             is negative or past the end of the document (integer)
 </dd>
 </dl>
+<a NAME="QsciScintillaCompat.updateUserListSize" ID="QsciScintillaCompat.updateUserListSize"></a>
+<h4>QsciScintillaCompat.updateUserListSize</h4>
+<b>updateUserListSize</b>(<i></i>)
+
+<p>
+        Public method to resize the completion list to fit with contents.
+</p>
 <a NAME="QsciScintillaCompat.updateVerticalScrollBar" ID="QsciScintillaCompat.updateVerticalScrollBar"></a>
 <h4>QsciScintillaCompat.updateVerticalScrollBar</h4>
 <b>updateVerticalScrollBar</b>(<i></i>)

eric ide

mercurial