| 49 | * org.sophie2.reader - it must contain FakeReaderMain class which will start ReaderModule instead of MainAppModule. Do not forget to add the bundle activator in pom.xml file. |
| 50 | * reader fake and true launch configuration - it is the same as author but using org.sophie2.reader module as attribute. |
| 51 | * reader.bundles.config file with the modules needed for running the reader. It has to be located in src/main/resources as it is in the author module. |
| 52 | The design is simple for now - the main idea of this revision is to run(fake or true running) different from author edition. The following steps has to be done: |
| 53 | * ReaderBookDocumentWindow/ReaderBookDocumentWindow will extend the corresponding windows that are already implemented but with overritten methods for preview mode, outline frames and outline connections. When app.author module is implemented there will be AuthorDocumentwindow which will extend BookDocumentWindow so that the BookDocumentWindow will be base class for the author and reader. |
| 54 | * ReaderAppDocumentsWindow has to be created so the created window will be reader one not author. |
| 55 | * When registering extensions in the reader do not add preview mode and outline frames panels. Use !AutoVisualProvider where possible instead of !SimpleVisualProvider |
| 56 | About the things not cleared up in the task requirements: |
| 57 | * Undo/redo functionality should be available(when it is implemented) |
| 58 | * View menu can be implemented in the next revisions but for now there is no need for this. |