src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html

branch
eric7
changeset 9612
93b496cc3c88
parent 9209
b99e7fd55fd3
child 10479
856476537696
--- a/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html	Sun Dec 11 18:24:41 2022 +0100
+++ b/src/eric7/Documentation/Source/eric7.QScintilla.EditorOutlineModel.html	Mon Dec 12 16:35:21 2022 +0100
@@ -48,7 +48,11 @@
 <h3>Class Methods</h3>
 
 <table>
-<tr><td>None</td></tr>
+
+<tr>
+<td><a href="#EditorOutlineModel.getSupportedLanguages">getSupportedLanguages</a></td>
+<td>Class method to get the list of supported programming languages.</td>
+</tr>
 </table>
 <h3>Methods</h3>
 
@@ -93,6 +97,25 @@
 <tr><td>None</td></tr>
 </table>
 
+<a NAME="EditorOutlineModel.getSupportedLanguages" ID="EditorOutlineModel.getSupportedLanguages"></a>
+<h4>EditorOutlineModel.getSupportedLanguages (class method)</h4>
+<b>getSupportedLanguages</b>(<i></i>)
+
+<p>
+        Class method to get the list of supported programming languages.
+</p>
+<dl>
+<dt>Return:</dt>
+<dd>
+list of supported programming languages
+</dd>
+</dl>
+<dl>
+<dt>Return Type:</dt>
+<dd>
+str
+</dd>
+</dl>
 <a NAME="EditorOutlineModel.__init__" ID="EditorOutlineModel.__init__"></a>
 <h4>EditorOutlineModel (Constructor)</h4>
 <b>EditorOutlineModel</b>(<i>editor, populate=True</i>)

eric ide

mercurial