Changes between Version 2 and Version 3 of GROUP_READER_R0
- Timestamp:
- 03/26/09 17:31:13 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
GROUP_READER_R0
v2 v3 14 14 * No insert menu and edit-set things will be shown. 15 15 * No halos and huds. 16 * No outline frames option. 17 * Frame borders are turned off. 16 18 * Decide if undo/redo should be available. 17 19 * Think about View menu where the user can hide and show some sophie parts(status bar, book desktop, etc) 18 20 * Annotations and comments frames must be available. 19 * Design new separation of the modules - they should be restructured to functional modules(all the main.* modules). Think how to separate the extra modules - may be two modules for the author and reader edition - pdf and pdf editor for example. This is also part of the GROUP_PLUGIN_STRUCTURE_R0 group of tasks so you should implement them separately. 21 * Selecting objects and copying them to the clipboard is allowed. 22 * The about dialog should be different from the author(and help when it is created). 23 * Design new separation of the modules - they should be restructured to functional modules(all the main.* modules). This is also part of the GROUP_PLUGIN_STRUCTURE_R0 group of tasks so you should implement them separately. 20 24 * Create new module org.sophie2.reader with reader.bundles.config file with all needed reader modules. 21 25 * There should be FakeReaderMain and TrueReaderMain launch configurations. 22 23 26 == Task result == 24 ^(List the end product of the task (for example "Source code", "Wiki page", etc.))^ 27 new modules and source code 25 28 26 29 == Implementation idea == 27 ^(Provide some rough implementation idea(s).)^ 30 * See what is done on [wiki:PREVIEW_MODE_R0]. 31 * Think how to separate the extra modules - may be two modules for the author and reader edition - pdf and pdf editor for example. 32 * Use again PageWorkArea but the readerArea() auto property. 28 33 29 == Related == 30 ^(Add links to related tasks that could be useful or helpful.)^ 34 == Related == 35 [wiki:PREVIEW_MODE_R0][[BR]] 36 [wiki:READER_PAGE_WORK_AREA_R0][[BR]] 37 [wiki:GROUP_PLUGIN_STRUCTURE_R0] 38 31 39 32 40 == How to demo == 33 ^(Provide instructions for demonstration of the task.)^ 41 Show reader edition running. 34 42 35 43 = Design =