eric6/Documentation/Source/eric6.QScintilla.Editor.html

changeset 8000
47b15df088e4
parent 7998
cd41c844862f
child 8043
0acf98cd089a
child 8131
f2129bb79269
--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html	Fri Jan 22 16:55:43 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html	Sat Jan 23 12:02:52 2021 +0100
@@ -1349,6 +1349,10 @@
 <td>Public slot to indent the current line or current selection.</td>
 </tr>
 <tr>
+<td><a href="#Editor.insertDocstring">insertDocstring</a></td>
+<td>Public method to generate and insert a docstring for the function under the cursor.</td>
+</tr>
+<tr>
 <td><a href="#Editor.isClone">isClone</a></td>
 <td>Public method to test, if the given editor is a clone.</td>
 </tr>
@@ -5591,6 +5595,18 @@
 <p>
         Public slot to indent the current line or current selection.
 </p>
+<a NAME="Editor.insertDocstring" ID="Editor.insertDocstring"></a>
+<h4>Editor.insertDocstring</h4>
+<b>insertDocstring</b>(<i></i>)
+
+<p>
+        Public method to generate and insert a docstring for the function under
+        the cursor.
+</p>
+<p>
+        Note: This method is called via a keyboard shortcut or through the
+        global 'Edit' menu.
+</p>
 <a NAME="Editor.isClone" ID="Editor.isClone"></a>
 <h4>Editor.isClone</h4>
 <b>isClone</b>(<i>editor</i>)

eric ide

mercurial