2 |
2 |
3 # Copyright (c) 2005 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
3 # Copyright (c) 2005 - 2014 Detlev Offenbach <detlev@die-offenbachs.de> |
4 # |
4 # |
5 |
5 |
6 """ |
6 """ |
7 Package implementing the viewmanager of the eric5 IDE. |
7 Package implementing the viewmanager of the eric6 IDE. |
8 |
8 |
9 The viewmanager is responsible for the layout of the editor windows. This is |
9 The viewmanager is responsible for the layout of the editor windows. This is |
10 the central part of the IDE. In additon to this, the viewmanager provides all |
10 the central part of the IDE. In additon to this, the viewmanager provides all |
11 editor related actions, menus and toolbars. |
11 editor related actions, menus and toolbars. |
12 |
12 |