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

changeset 7278
1820a0344b62
parent 7273
391d6b7b1eff
child 7635
0cdead130a81
diff -r adecbc6335c5 -r 1820a0344b62 eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html
--- a/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html	Fri Sep 27 14:49:42 2019 +0200
+++ b/eric6/Documentation/Source/eric6.QScintilla.MiniEditor.html	Sat Sep 28 18:44:48 2019 +0200
@@ -113,6 +113,10 @@
 <td>Private slot to show the context menu.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__convertTabs">__convertTabs</a></td>
+<td>Private slot to convert tabulators to spaces.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__createActions">__createActions</a></td>
 <td>Private method to create the actions.</td>
 </tr>
@@ -165,6 +169,10 @@
 <td>Private method to get the requested option via EditorConfig.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__getOverrideValue">__getOverrideValue</a></td>
+<td>Private method to get an override value for the current file type.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__getWord">__getWord</a></td>
 <td>Private method to get the word at a position.</td>
 </tr>
@@ -520,6 +528,13 @@
 the position of the mouse pointer (QPoint)
 </dd>
 </dl>
+<a NAME="MiniEditor.__convertTabs" ID="MiniEditor.__convertTabs"></a>
+<h4>MiniEditor.__convertTabs</h4>
+<b>__convertTabs</b>(<i></i>)
+
+<p>
+        Private slot to convert tabulators to spaces.
+</p>
 <a NAME="MiniEditor.__createActions" ID="MiniEditor.__createActions"></a>
 <h4>MiniEditor.__createActions</h4>
 <b>__createActions</b>(<i></i>)
@@ -664,6 +679,32 @@
 any
 </dd>
 </dl>
+<a NAME="MiniEditor.__getOverrideValue" ID="MiniEditor.__getOverrideValue"></a>
+<h4>MiniEditor.__getOverrideValue</h4>
+<b>__getOverrideValue</b>(<i>option</i>)
+
+<p>
+        Private method to get an override value for the current file type.
+</p>
+<dl>
+
+<dt><i>option</i> (str)</dt>
+<dd>
+Preferences option key
+</dd>
+</dl>
+<dl>
+<dt>Returns:</dt>
+<dd>
+override value; None in case nothing is defined
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+any
+</dd>
+</dl>
 <a NAME="MiniEditor.__getWord" ID="MiniEditor.__getWord"></a>
 <h4>MiniEditor.__getWord</h4>
 <b>__getWord</b>(<i>line, index</i>)

eric ide

mercurial