Documentation/Source/index-eric5.ViewManager.html

changeset 58
37f0444c3479
parent 21
b88a0e6268bd
child 409
0ea528e80202
diff -r 81326a94fdca -r 37f0444c3479 Documentation/Source/index-eric5.ViewManager.html
--- a/Documentation/Source/index-eric5.ViewManager.html	Thu Jan 14 17:27:31 2010 +0000
+++ b/Documentation/Source/index-eric5.ViewManager.html	Thu Jan 14 18:35:52 2010 +0000
@@ -22,15 +22,15 @@
 <body>
 <h1>eric5.ViewManager</h1>
 <p>
-&#80;&#97;&#99;&#107;&#97;&#103;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; v&#105;&#101;w&#109;&#97;&#110;&#97;&#103;&#101;&#114; &#111;&#102; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#73;&#68;&#69;.
+Package implementing the viewmanager of the eric5 IDE.
 </p><p>
-&#84;&#104;&#101; v&#105;&#101;w&#109;&#97;&#110;&#97;&#103;&#101;&#114; &#105;&#115; &#114;&#101;&#115;&#112;&#111;&#110;&#115;&#105;&#98;&#108;&#101; &#102;&#111;&#114; &#116;&#104;&#101; &#108;&#97;y&#111;&#117;&#116; &#111;&#102; &#116;&#104;&#101; &#101;&#100;&#105;&#116;&#111;&#114; w&#105;&#110;&#100;&#111;w&#115;. &#84;&#104;&#105;&#115; &#105;&#115;
-&#116;&#104;&#101; &#99;&#101;&#110;&#116;&#114;&#97;&#108; &#112;&#97;&#114;&#116; &#111;&#102; &#116;&#104;&#101; &#73;&#68;&#69;. &#73;&#110; &#97;&#100;&#100;&#105;&#116;&#111;&#110; &#116;&#111; &#116;&#104;&#105;&#115;, &#116;&#104;&#101; v&#105;&#101;w&#109;&#97;&#110;&#97;&#103;&#101;&#114; &#112;&#114;&#111;v&#105;&#100;&#101;&#115; &#97;&#108;&#108;
-&#101;&#100;&#105;&#116;&#111;&#114; &#114;&#101;&#108;&#97;&#116;&#101;&#100; &#97;&#99;&#116;&#105;&#111;&#110;&#115;, &#109;&#101;&#110;&#117;&#115; &#97;&#110;&#100; &#116;&#111;&#111;&#108;&#98;&#97;&#114;&#115;.
+The viewmanager is responsible for the layout of the editor windows. This is
+the central part of the IDE. In additon to this, the viewmanager provides all
+editor related actions, menus and toolbars.
 </p><p>
-&#86;&#105;&#101;w &#109;&#97;&#110;&#97;&#103;&#101;&#114;&#115; &#97;&#114;&#101; &#112;&#114;&#111;v&#105;&#100;&#101;&#100; &#97;&#115; &#112;&#108;&#117;&#103;&#105;&#110;&#115; &#97;&#110;&#100; &#108;&#111;&#97;&#100;&#101;&#100; v&#105;&#97; &#116;&#104;&#101; &#102;&#97;&#99;&#116;&#111;&#114;y &#102;&#117;&#110;&#99;&#116;&#105;&#111;&#110;. &#73;&#102;
-&#116;&#104;&#101; &#114;&#101;&#113;&#117;&#101;&#115;&#116;&#101;&#100; v&#105;&#101;w &#109;&#97;&#110;&#97;&#103;&#101;&#114; &#116;y&#112;&#101; &#105;&#115; &#110;&#111;&#116; &#97;v&#97;&#105;&#108;&#97;&#98;&#108;&#101;, &#116;&#97;&#98;v&#105;&#101;w w&#105;&#108;&#108; &#98;&#101; &#117;&#115;&#101;&#100; &#98;y
-&#100;&#101;&#102;&#97;&#117;&#108;&#116;.
+View managers are provided as plugins and loaded via the factory function. If
+the requested view manager type is not available, tabview will be used by
+default.
 </p>
 
 
@@ -38,13 +38,13 @@
 <table>
 <tr>
 <td><a href="eric5.ViewManager.BookmarkedFilesDialog.html">BookmarkedFilesDialog</a></td>
-<td>&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#97; &#99;&#111;&#110;&#102;&#105;&#103;&#117;&#114;&#97;&#116;&#105;&#111;&#110; &#100;&#105;&#97;&#108;&#111;&#103; &#102;&#111;&#114; &#116;&#104;&#101; &#98;&#111;&#111;&#107;&#109;&#97;&#114;&#107;&#101;&#100; &#102;&#105;&#108;&#101;&#115; &#109;&#101;&#110;&#117;.</td>
+<td>Module implementing a configuration dialog for the bookmarked files menu.</td>
 </tr><tr>
 <td><a href="eric5.ViewManager.ViewManager.html">ViewManager</a></td>
-<td>&#77;&#111;&#100;&#117;&#108;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; v&#105;&#101;w&#109;&#97;&#110;&#97;&#103;&#101;&#114; &#98;&#97;&#115;&#101; &#99;&#108;&#97;&#115;&#115;.</td>
+<td>Module implementing the viewmanager base class.</td>
 </tr><tr>
 <td><a href="eric5.ViewManager.__init__.html">ViewManager</a></td>
-<td>&#80;&#97;&#99;&#107;&#97;&#103;&#101; &#105;&#109;&#112;&#108;&#101;&#109;&#101;&#110;&#116;&#105;&#110;&#103; &#116;&#104;&#101; v&#105;&#101;w&#109;&#97;&#110;&#97;&#103;&#101;&#114; &#111;&#102; &#116;&#104;&#101; &#101;&#114;&#105;&#99;&#53; &#73;&#68;&#69;.</td>
+<td>Package implementing the viewmanager of the eric5 IDE.</td>
 </tr>
 </table>
 </body></html>
\ No newline at end of file

eric ide

mercurial