Changes between Version 9 and Version 10 of APP_RESOURCE_LIST_IMPORT_EXPORT_R1
- Timestamp:
- 08/03/09 16:38:45 (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified APP_RESOURCE_LIST_IMPORT_EXPORT_R1
v9 v10 45 45 46 46 * A new field boolean is added to FileDialogInput - multiSelectionEnabled, specifying if multi-selection for files is enabled. FileDialogInput is changed to extend DialogInput<File[]>. FileDialog is changed accordingly, so it returns File[]. Note that if multi-selection for file is disabled, FileDialog will return a File[] with a single file. Selection mode is FILES_AND_DIRECTORIES if multi-select enabled, FILES_ONLY else. 47 * InsertResourceItem, extension of AppMenuItem, is created. It uses multiple file selection and its filter accepts all supported by Sophie2 files. 47 48 * Menu items in the InsertMenu no longer fire events. A new class FileManager fires the corresponding for InsertMenu items events. Instancing FileManager does the following: 48 49 1. It gets selected files from FileDialog. … … 56 57 3.1 if file is a Directory, or a zip file, a list of the files, it contains, is generated and passed as argument to FileManager#OpenFiles. 57 58 58 * InsertResourceItem, extension of AppMenuItem, is created. It uses multiple file selection and its filter accepts all supported by Sophie2 files.59 59 60 60 * Changesets: