Documentation/Source/eric5.ViewManager.ViewManager.html

changeset 3322
d7118434250d
parent 3101
5213d9f28318
child 3346
39f9273ebd61
--- a/Documentation/Source/eric5.ViewManager.ViewManager.html	Mon Mar 03 19:21:23 2014 +0100
+++ b/Documentation/Source/eric5.ViewManager.ViewManager.html	Mon Mar 03 19:22:19 2014 +0100
@@ -570,9 +570,18 @@
 <td><a href="#ViewManager.__showEditSpellingMenu">__showEditSpellingMenu</a></td>
 <td>Private method to set up the edit dictionaries menu.</td>
 </tr><tr>
+<td><a href="#ViewManager.__showEncodingsMenu">__showEncodingsMenu</a></td>
+<td>Private slot to show the Encodings menu of the current editor.</td>
+</tr><tr>
+<td><a href="#ViewManager.__showEolMenu">__showEolMenu</a></td>
+<td>Private slot to show the EOL menu of the current editor.</td>
+</tr><tr>
 <td><a href="#ViewManager.__showFileMenu">__showFileMenu</a></td>
 <td>Private method to set up the file menu.</td>
 </tr><tr>
+<td><a href="#ViewManager.__showLanguagesMenu">__showLanguagesMenu</a></td>
+<td>Private slot to show the Languages menu of the current editor.</td>
+</tr><tr>
 <td><a href="#ViewManager.__showRecentMenu">__showRecentMenu</a></td>
 <td>Private method to set up recent files menu.</td>
 </tr><tr>
@@ -1694,12 +1703,42 @@
 <b>__showEditSpellingMenu</b>(<i></i>)
 <p>
         Private method to set up the edit dictionaries menu.
-</p><a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a>
+</p><a NAME="ViewManager.__showEncodingsMenu" ID="ViewManager.__showEncodingsMenu"></a>
+<h4>ViewManager.__showEncodingsMenu</h4>
+<b>__showEncodingsMenu</b>(<i>pos</i>)
+<p>
+        Private slot to show the Encodings menu of the current editor.
+</p><dl>
+<dt><i>pos</i></dt>
+<dd>
+position the menu should be shown at (QPoint)
+</dd>
+</dl><a NAME="ViewManager.__showEolMenu" ID="ViewManager.__showEolMenu"></a>
+<h4>ViewManager.__showEolMenu</h4>
+<b>__showEolMenu</b>(<i>pos</i>)
+<p>
+        Private slot to show the EOL menu of the current editor.
+</p><dl>
+<dt><i>pos</i></dt>
+<dd>
+position the menu should be shown at (QPoint)
+</dd>
+</dl><a NAME="ViewManager.__showFileMenu" ID="ViewManager.__showFileMenu"></a>
 <h4>ViewManager.__showFileMenu</h4>
 <b>__showFileMenu</b>(<i></i>)
 <p>
         Private method to set up the file menu.
-</p><a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a>
+</p><a NAME="ViewManager.__showLanguagesMenu" ID="ViewManager.__showLanguagesMenu"></a>
+<h4>ViewManager.__showLanguagesMenu</h4>
+<b>__showLanguagesMenu</b>(<i>pos</i>)
+<p>
+        Private slot to show the Languages menu of the current editor.
+</p><dl>
+<dt><i>pos</i></dt>
+<dd>
+position the menu should be shown at (QPoint)
+</dd>
+</dl><a NAME="ViewManager.__showRecentMenu" ID="ViewManager.__showRecentMenu"></a>
 <h4>ViewManager.__showRecentMenu</h4>
 <b>__showRecentMenu</b>(<i></i>)
 <p>

eric ide

mercurial