29 | | * Create new module org.sophie2.main.dialogs. See [wiki:PLUGIN_MODULE_STRUCTURE_R0#Design] |
30 | | * Allocate the file dialogs and move them to the module |
31 | | * Assure the module provides extensions for the org.sophie2.main. |
| 29 | * File related things need to be extracted in a separate module. They are dependent on Views. Views are the most dependent part of the application. So |
| 30 | * view (app, book etc...) , layout, halos, hud, logics, boundcontrols, dialogs, menus utils and other things in messy should be separated in a module. |
| 31 | * !FileMenu and !MenuItems in it should be extracted in a module, dependent on former. |
| 32 | * The module should provide extensions for the !AppView. |
| 33 | * .... (NOT FINISHED!!!) |