181 | | * NewBookItem - Toggles Book Properties dialog for creating a new book [[BR]] |
182 | | * OpenBookItem - Triggers File Dialog to choose a book to open [[BR]] |
183 | | * SaveBookItem - If the book exists, saves it. Otherwise acts like "SaveBookAsItem" [[BR]] |
184 | | * SaveBookAsItem - Toggles the file dialog to choose filename for the current active book. [[BR]] |
185 | | * SaveBookAsTemplateItem - Toggles the file dialog to choose filename to save the current active book as template. [[BR]] |
186 | | * ''ImportItem'' [[BR]] |
187 | | * ''ExportItem'' [[BR]] |
| 181 | * '''Description''' The file menu is used for operations that have to do with Sophie books as a whole. |
| 182 | * NewBookItem |
| 183 | * '''Description''' Shows book properties dialog for creating a new book. This needs to include the option to use a book template.[[BR]] |
| 184 | * OpenBookItem |
| 185 | * '''Description''' Triggers File Dialog to choose a book to open. |
| 186 | * SaveBookItem |
| 187 | * '''Description''' If the book exists, saves it. Otherwise acts like "SaveBookAsItem" [[BR]] |
| 188 | * SaveBookAsItem |
| 189 | * '''Description''' Toggles the file dialog to choose filename for the current active book. [[BR]] |
| 190 | * SaveBookAsTemplateItem |
| 191 | * '''Description''' Toggles the file dialog to choose filename to save the current active book as template. Probably the author needs to be told if saving as a template is destructive to current file; if so, they need to be prompted to save the book elsewhere first.[[BR]] |
| 192 | * ''ImportItem'' |
| 193 | * '''Description''' (In Sophie 1 this basically did what the Insert menu currently does, except that this would take any media type; this could also be used to import multiple resources at once, which users often wanted to do. Not sure how this will square with the Insert menu; I think Import/system drag-and-drop is better than dedicated insertions.)[[BR]] |
| 194 | * ''ExportItem'' |
| 195 | * '''Description''' (In Sophie 1 this opened a file dialogue asking for a name and location for a folder; when a name was given, that folder was filled with every resource in the currently open book.)[[BR]] |