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

changeset 7278
1820a0344b62
parent 7273
391d6b7b1eff
child 7286
7eb04391adf7
child 7307
b695cab23f00
diff -r adecbc6335c5 -r 1820a0344b62 eric6/Documentation/Source/eric6.QScintilla.Editor.html
--- a/eric6/Documentation/Source/eric6.QScintilla.Editor.html	Fri Sep 27 14:49:42 2019 +0200
+++ b/eric6/Documentation/Source/eric6.QScintilla.Editor.html	Sat Sep 28 18:44:48 2019 +0200
@@ -348,6 +348,10 @@
 <td>Private slot handling the save copy context menu entry.</td>
 </tr>
 <tr>
+<td><a href="#Editor.__convertTabs">__convertTabs</a></td>
+<td>Private slot to convert tabulators to spaces.</td>
+</tr>
+<tr>
 <td><a href="#Editor.__createChangeMarkerPixmap">__createChangeMarkerPixmap</a></td>
 <td>Private method to create a pixmap for the change markers.</td>
 </tr>
@@ -416,6 +420,10 @@
 <td>Private method to select a macro name from the list of macros.</td>
 </tr>
 <tr>
+<td><a href="#Editor.__getOverrideValue">__getOverrideValue</a></td>
+<td>Private method to get an override value for the current file type.</td>
+</tr>
+<tr>
 <td><a href="#Editor.__getPyVersion">__getPyVersion</a></td>
 <td>Private method to return the Python main version (2 or 3) or 0 if it's not a Python file at all.</td>
 </tr>
@@ -2178,6 +2186,13 @@
 <p>
         Private slot handling the save copy context menu entry.
 </p>
+<a NAME="Editor.__convertTabs" ID="Editor.__convertTabs"></a>
+<h4>Editor.__convertTabs</h4>
+<b>__convertTabs</b>(<i></i>)
+
+<p>
+        Private slot to convert tabulators to spaces.
+</p>
 <a NAME="Editor.__createChangeMarkerPixmap" ID="Editor.__createChangeMarkerPixmap"></a>
 <h4>Editor.__createChangeMarkerPixmap</h4>
 <b>__createChangeMarkerPixmap</b>(<i>key, size=16, width=4</i>)
@@ -2463,6 +2478,32 @@
             pressed ok or canceled the operation. (string, boolean)
 </dd>
 </dl>
+<a NAME="Editor.__getOverrideValue" ID="Editor.__getOverrideValue"></a>
+<h4>Editor.__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="Editor.__getPyVersion" ID="Editor.__getPyVersion"></a>
 <h4>Editor.__getPyVersion</h4>
 <b>__getPyVersion</b>(<i></i>)

eric ide

mercurial