eric6/Documentation/Source/eric6.UI.PythonAstViewer.html

changeset 7707
6abcf4275d0e
parent 7705
90a9aefd4253
child 7989
a21d673a8f99
diff -r 0c6d32ec64f1 -r 6abcf4275d0e eric6/Documentation/Source/eric6.UI.PythonAstViewer.html
--- a/eric6/Documentation/Source/eric6.UI.PythonAstViewer.html	Sun Sep 20 18:32:43 2020 +0200
+++ b/eric6/Documentation/Source/eric6.UI.PythonAstViewer.html	Mon Sep 21 19:03:35 2020 +0200
@@ -99,6 +99,10 @@
 <td>Private slot to handle a mouse button double click in the editor.</td>
 </tr>
 <tr>
+<td><a href="#PythonAstViewer.__editorLanguageChanged">__editorLanguageChanged</a></td>
+<td>Private slot to handle a change of the editor language.</td>
+</tr>
+<tr>
 <td><a href="#PythonAstViewer.__editorSaved">__editorSaved</a></td>
 <td>Private slot to reload the AST after the connected editor was saved.</td>
 </tr>
@@ -292,6 +296,20 @@
 mouse buttons that were double clicked
 </dd>
 </dl>
+<a NAME="PythonAstViewer.__editorLanguageChanged" ID="PythonAstViewer.__editorLanguageChanged"></a>
+<h4>PythonAstViewer.__editorLanguageChanged</h4>
+<b>__editorLanguageChanged</b>(<i>editor</i>)
+
+<p>
+        Private slot to handle a change of the editor language.
+</p>
+<dl>
+
+<dt><i>editor</i> (Editor)</dt>
+<dd>
+reference to the editor which changed language
+</dd>
+</dl>
 <a NAME="PythonAstViewer.__editorSaved" ID="PythonAstViewer.__editorSaved"></a>
 <h4>PythonAstViewer.__editorSaved</h4>
 <b>__editorSaved</b>(<i>editor</i>)

eric ide

mercurial