Changes between Version 12 and Version 13 of APP_RESOURCE_LIST_IMPORT_EXPORT_R1


Ignore:
Timestamp:
08/06/09 15:40:14 (16 years ago)
Author:
george
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • APP_RESOURCE_LIST_IMPORT_EXPORT_R1

    v12 v13  
    4646 * FileDialog and FileDialogInput are changed so DialogInput#show() method returns File[]. There is an option in FileDialogInput, indicating if multiple file selection is enabled. If multi-file selection is not active, a File[] is returned with size 1, the single opened file is at index 0. Selection mode is FILES_AND_DIRECTORIES if multi-select enabled, FILES_ONLY else. 
    4747 * InsertResourceItem, extension of AppMenuItem, is created. It uses multiple file selection and its filter accepts all supported by Sophie2 files. 
    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 * InsertImageItem, InsertPDFItem, InsertAudioItem, InsertVideoItem, InsertHtmlItem, PlainTextItem, InsertRtfItem now use multiple file selection. They don't fire events anymore, instead they instance the FileManager class. 
     49 * A new class FileManager fires the corresponding for items in InsertMenu events. Instancing FileManager does the following: 
    4950    1. It gets selected files from FileDialog. 
    5051    2. Calls method FileManager#OpenFiles(File[] files). In this method, for every File in files, the following is done: 
     
    6061 * Changesets: 
    6162  * [changeset:4500] 
     63  
    6264 
    6365= Implementation =