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

changeset 7969
62eff8b34a8d
parent 7900
72b88fb20261
child 7989
a21d673a8f99
equal deleted inserted replaced
7967:f5da85158db2 7969:62eff8b34a8d
1587 <h3>Derived from</h3> 1587 <h3>Derived from</h3>
1588 QsciScintillaCompat 1588 QsciScintillaCompat
1589 <h3>Class Attributes</h3> 1589 <h3>Class Attributes</h3>
1590 1590
1591 <table> 1591 <table>
1592 <tr><td>None</td></tr> 1592 <tr><td>EncloseChars</td></tr>
1593 </table> 1593 </table>
1594 <h3>Class Methods</h3> 1594 <h3>Class Methods</h3>
1595 1595
1596 <table> 1596 <table>
1597 <tr><td>None</td></tr> 1597 <tr><td>None</td></tr>
1603 <tr> 1603 <tr>
1604 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td> 1604 <td><a href="#MiniScintilla.__init__">MiniScintilla</a></td>
1605 <td>Constructor</td> 1605 <td>Constructor</td>
1606 </tr> 1606 </tr>
1607 <tr> 1607 <tr>
1608 <td><a href="#MiniScintilla.encloseSelectedText">encloseSelectedText</a></td>
1609 <td>Local function to enclose the current selection with some characters.</td>
1610 </tr>
1611 <tr>
1608 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td> 1612 <td><a href="#MiniScintilla.focusInEvent">focusInEvent</a></td>
1609 <td>Protected method called when the editor receives focus.</td> 1613 <td>Protected method called when the editor receives focus.</td>
1610 </tr> 1614 </tr>
1611 <tr> 1615 <tr>
1612 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td> 1616 <td><a href="#MiniScintilla.focusOutEvent">focusOutEvent</a></td>
1641 <dl> 1645 <dl>
1642 1646
1643 <dt><i>parent</i> (QWidget)</dt> 1647 <dt><i>parent</i> (QWidget)</dt>
1644 <dd> 1648 <dd>
1645 parent widget 1649 parent widget
1650 </dd>
1651 </dl>
1652 <a NAME="MiniScintilla.encloseSelectedText" ID="MiniScintilla.encloseSelectedText"></a>
1653 <h4>MiniScintilla.encloseSelectedText</h4>
1654 <b>encloseSelectedText</b>(<i></i>)
1655
1656 <p>
1657 Local function to enclose the current selection with some
1658 characters.
1659 </p>
1660 <dl>
1661
1662 <dt><i>encString</i> (str)</dt>
1663 <dd>
1664 string to use to enclose the selection
1665 (one or two characters)
1646 </dd> 1666 </dd>
1647 </dl> 1667 </dl>
1648 <a NAME="MiniScintilla.focusInEvent" ID="MiniScintilla.focusInEvent"></a> 1668 <a NAME="MiniScintilla.focusInEvent" ID="MiniScintilla.focusInEvent"></a>
1649 <h4>MiniScintilla.focusInEvent</h4> 1669 <h4>MiniScintilla.focusInEvent</h4>
1650 <b>focusInEvent</b>(<i>event</i>) 1670 <b>focusInEvent</b>(<i>event</i>)

eric ide

mercurial