Changes between Version 9 and Version 10 of APP_RESOURCE_LIST_IMPORT_EXPORT_R1


Ignore:
Timestamp:
08/03/09 16:38:45 (16 years ago)
Author:
george
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TabularUnified APP_RESOURCE_LIST_IMPORT_EXPORT_R1

    v9 v10  
    4545 
    4646 * 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. 
    4748 * 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: 
    4849    1. It gets selected files from FileDialog. 
     
    5657      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. 
    5758   
    58  * InsertResourceItem, extension of AppMenuItem, is created. It uses multiple file selection and its filter accepts all supported by Sophie2 files. 
    5959 
    6060 * Changesets: