Changes between Version 9 and Version 10 of GROUP_SCRIPTING_R0


Ignore:
Timestamp:
07/07/09 17:52:45 (16 years ago)
Author:
mitex
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • GROUP_SCRIPTING_R0

    v9 v10  
    4545 
    4646= Design = 
     47 
    4748 * Create a Sophie module {{{org.sophie2.extra.func.scripting}}}. 
     49  * Create a class {{{org.sophie2.extra.func.scripting.ScriptingModule}}} that extends {{{SophieModule}}}. 
     50 
    4851 * Create subpackages model, view and logic. 
    49  
    5052 
    5153 * model: 
     
    5658   * class {{{ScriptPersister}}} extends {{{Persister<String, Storage>}}} 
    5759    * schema "resource:script|storage|r3" 
     60    * the storage should have one child for the script text 
    5861    * this persister is needed when the parent book is persisted. 
    5962   * class {{{ScriptFilePersister}}} extends {{{Persister<Storage, File>}}} 
     
    122125   * Register it as an extension 
    123126  * Class {{{org.sophie2.main.app.commons.windows.DocumentWindowProviderFactory}}} 
    124    * static DocumentWindow createWindow(ResourceRef ref) that iterates over all extensions in the extension point and if an appropriate provider is found, creates a document window with it. 
     127   * static DocumentWindow createWindow(ResourceRef ref) 
     128    * iterates over all extensions in the extension point 
     129    * if an appropriate provider is found, creates a document window with it 
    125130  * Remove the properties {{{currentBook}}} and {{{lastCurrentBook}}} in {{{App}}}. 
    126131   * Create analogical property {{{lastCurrentWindow}}} in {{{AppDocumentsDesktop}}}.