eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html

changeset 7969
62eff8b34a8d
parent 7900
72b88fb20261
child 7989
a21d673a8f99
--- a/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html	Mon Jan 11 19:31:21 2021 +0100
+++ b/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html	Tue Jan 12 17:19:02 2021 +0100
@@ -1589,7 +1589,7 @@
 <h3>Class Attributes</h3>
 
 <table>
-<tr><td>None</td></tr>
+<tr><td>EncloseChars</td></tr>
 </table>
 <h3>Class Methods</h3>
 
@@ -1605,6 +1605,10 @@
 <td>Constructor</td>
 </tr>
 <tr>
+<td><a href="#MiniScintilla.encloseSelectedText">encloseSelectedText</a></td>
+<td>Local function to enclose the current selection with some characters.</td>
+</tr>
+<tr>
 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td>
 <td>Protected method called when the editor receives focus.</td>
 </tr>
@@ -1645,6 +1649,22 @@
 parent widget
 </dd>
 </dl>
+<a NAME="MiniScintilla.encloseSelectedText" ID="MiniScintilla.encloseSelectedText"></a>
+<h4>MiniScintilla.encloseSelectedText</h4>
+<b>encloseSelectedText</b>(<i></i>)
+
+<p>
+            Local function to enclose the current selection with some
+            characters.
+</p>
+<dl>
+
+<dt><i>encString</i> (str)</dt>
+<dd>
+string to use to enclose the selection
+                (one or two characters)
+</dd>
+</dl>
 <a NAME="MiniScintilla.focusInEvent" ID="MiniScintilla.focusInEvent"></a>
 <h4>MiniScintilla.focusInEvent</h4>
 <b>focusInEvent</b>(<i>event</i>)

eric ide

mercurial