53 | | ^(Describe your design here.)^ |
| 53 | For now, because there are more important things to do, only the following pdf functionality should be implemented: |
| 54 | * Insert -> pdf in the menus. |
| 55 | * Dialog for choosing pdf file. |
| 56 | * Pdf frame which shows the first page of the chosen pdf. |
| 57 | You should create new module, named org.sophie2.extra.pdf, which consist of: |
| 58 | * model part |
| 59 | * PDFFrameContent |
| 60 | * PDFResource |
| 61 | * for now the resource should contain pdf file and pdf page num fields(properties) |
| 62 | * view part |
| 63 | * logic part |
| 64 | * PDFLogic which should use the new logic LogicR3 so it should be enum with operation for adding pdf frame |
| 65 | * Insert pdf item for the insert menu |
| 66 | * file dialog and file dialog input for opening pdf files |
| 67 | * content view and content view provider (more info about this will follow) |
| 68 | * pdf module with needed extensions (insert menu item, the pdf dialog and pdf content view provider) |
| 69 | The content views in org.sophie2.main.view module need refactoring: |
| 70 | * There should be a FrameContentViewProvider extension point which should be used by the various frame contents and should create content views |
| 71 | |
| 72 | |