eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html

branch
eric7
changeset 8886
d6c8e8105e57
parent 8752
3c1ea4dfb691
--- a/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Fri Dec 31 17:22:45 2021 +0100
+++ b/eric7/Documentation/Source/eric7.QScintilla.MiniEditor.html	Fri Dec 31 17:24:10 2021 +0100
@@ -125,6 +125,10 @@
 <td>Private method to create the actions.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__createConfigActions">__createConfigActions</a></td>
+<td>Private method to create the Settings actions.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__createEditActions">__createEditActions</a></td>
 <td>Private method to create the Edit actions.</td>
 </tr>
@@ -201,6 +205,10 @@
 <td>Private method to handle the selection of a lexer language.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__loadConfiguration">__loadConfiguration</a></td>
+<td>Private slot to load the configuration.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__loadEditorConfig">__loadEditorConfig</a></td>
 <td>Private method to load the EditorConfig properties.</td>
 </tr>
@@ -233,6 +241,10 @@
 <td>Private slot to open a file.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__preferencesChanged">__preferencesChanged</a></td>
+<td>Private slot to handle a configuration change.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__printFile">__printFile</a></td>
 <td>Private slot to print the text.</td>
 </tr>
@@ -341,6 +353,10 @@
 <td>Private slot to show the Languages menu of the status bar.</td>
 </tr>
 <tr>
+<td><a href="#MiniEditor.__showPreferences">__showPreferences</a></td>
+<td>Private slot to set the preferences.</td>
+</tr>
+<tr>
 <td><a href="#MiniEditor.__strippedName">__strippedName</a></td>
 <td>Private method to return the filename part of the given path.</td>
 </tr>
@@ -578,6 +594,13 @@
 <p>
         Private method to create the actions.
 </p>
+<a NAME="MiniEditor.__createConfigActions" ID="MiniEditor.__createConfigActions"></a>
+<h4>MiniEditor.__createConfigActions</h4>
+<b>__createConfigActions</b>(<i></i>)
+
+<p>
+        Private method to create the Settings actions.
+</p>
 <a NAME="MiniEditor.__createEditActions" ID="MiniEditor.__createEditActions"></a>
 <h4>MiniEditor.__createEditActions</h4>
 <b>__createEditActions</b>(<i></i>)
@@ -819,6 +842,13 @@
 reference to the action that was triggered (QAction)
 </dd>
 </dl>
+<a NAME="MiniEditor.__loadConfiguration" ID="MiniEditor.__loadConfiguration"></a>
+<h4>MiniEditor.__loadConfiguration</h4>
+<b>__loadConfiguration</b>(<i></i>)
+
+<p>
+        Private slot to load the configuration.
+</p>
 <a NAME="MiniEditor.__loadEditorConfig" ID="MiniEditor.__loadEditorConfig"></a>
 <h4>MiniEditor.__loadEditorConfig</h4>
 <b>__loadEditorConfig</b>(<i>fileName=""</i>)
@@ -926,6 +956,13 @@
 <p>
         Private slot to open a file.
 </p>
+<a NAME="MiniEditor.__preferencesChanged" ID="MiniEditor.__preferencesChanged"></a>
+<h4>MiniEditor.__preferencesChanged</h4>
+<b>__preferencesChanged</b>(<i></i>)
+
+<p>
+        Private slot to handle a configuration change.
+</p>
 <a NAME="MiniEditor.__printFile" ID="MiniEditor.__printFile"></a>
 <h4>MiniEditor.__printFile</h4>
 <b>__printFile</b>(<i></i>)
@@ -1218,6 +1255,13 @@
 position the menu should be shown at (QPoint)
 </dd>
 </dl>
+<a NAME="MiniEditor.__showPreferences" ID="MiniEditor.__showPreferences"></a>
+<h4>MiniEditor.__showPreferences</h4>
+<b>__showPreferences</b>(<i></i>)
+
+<p>
+        Private slot to set the preferences.
+</p>
 <a NAME="MiniEditor.__strippedName" ID="MiniEditor.__strippedName"></a>
 <h4>MiniEditor.__strippedName</h4>
 <b>__strippedName</b>(<i>fullFileName</i>)

eric ide

mercurial