Changes between Version 3 and Version 4 of APP_FILE_DIALOGS_R0
- Timestamp:
- 11/05/08 12:47:05 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
APP_FILE_DIALOGS_R0
v3 v4 3 3 = Analysis = 4 4 == Overview == 5 Revising what is done for the file dialogs and modularize it. 5 This task is to define which will be the file dialogs, to revise what is done until now and modularize it. 6 6 7 7 == Task requirements == 8 * review the current source code written for file dialogs9 * define extensions and extension points connected withthem8 * define which are the file dialogs to be modularized 9 * review the current source code written for them 10 10 * separate them in new module 11 * provide extensions to the base.dialogs extension point 12 11 13 * if there is time left write tests and run the current tests 12 14 … … 15 17 16 18 == Implementation idea == 17 - 19 * open file, save file, book properties are file dialogs 18 20 19 21 == Related ==