Changes between Version 29 and Version 30 of designer


Ignore:
Timestamp:
08/21/2012 03:55:10 PM (12 years ago)
Author:
marcel.taeumel
Comment:

Description update for stable version 1.1

Legend:

Unmodified
Added
Removed
Modified
  • designer

    v29 v30  
    2020#!div class="wiki_infotable" style="float:right;"
    2121||'''Environment'''|| ||
    22 || [[Image(media/icons/custom:squeak_16.png, title="Recommended Squeak Version", nolink, right)]] || 4.2 and later ||
     22|| [[Image(media/icons/custom:squeak_16.png, title="Recommended Squeak Version", nolink, right)]] || 4.3 ||
    2323|| [[Image(media/icons/silk:application_home.png, title="Recommended Squeak VM Version", nolink, right)]] || 4.1.1 (win) ||
    24 || [[Image(media/icons/silk:cog.png, title="Recommended Cog VM Version", nolink, right)]] || r2316 ||
     24|| [[Image(media/icons/silk:cog.png, title="Recommended Cog VM Version", nolink, right)]] || r2559 and newer ||
    2525||'''Sources'''|| ||
    2626|| [[Image(media/icons/silk:script_gear.png, title="Metacello Configuration", nolink, right)]] || [http://www.hpi.uni-potsdam.de/hirschfeld/squeaksource/MetacelloRepository/ ConfigurationOfDesigner] ||
     
    4040   project: 'MetacelloRepository';
    4141   install: 'ConfigurationOfDesigner'.
    42 ConfigurationOfDesigner load.
     42(Smalltalk at: #ConfigurationOfDesigner) load.
     43}}}
     44
     45If you want to try the latest snapshot (may be unstable), run this:
     46
     47{{{
     48ConfigurationOfDesigner loadSnapshot.
    4349}}}
    4450
     
    5359{{{default}}} ... just the Morphic Designer
    5460
    55 '''System categories'''
    56 
    57 {{{Designer-Core}}} ... UI code generator, designer app itself[[br]]
    58 {{{Designer-Support}}} ... internally used classes[[br]]
    59 {{{Designer-Templates}}} ... UI classes that can be used as templates for new UI classes[[br]]
    60 
    61 '''Version 1.1 (in development)'''
     61'''Version 1.1 Highlights'''
    6262
    6363 * uses [wiki:widgets Widgets 1.1]
    64  * UI templates added
    65  * recently edited UI classes added
    66 
    67 '''Version 1.0'''
    68 
    69  * initial release
     64 * user interface templates
     65 * code generation improved
    7066
    7167{{{
     
    121117}}}
    122118
    123 [[Image(media/icons/silk:error.png, nolink)]] At the moment of ''version 1.0'', you need to recompile this accessor whenever you save a changed UI class.
    124 
    125119The initialization of the dialog must use the ui instance to configure itself:
    126120