[squeak-dev] [Ann] Cuis 3.2 is released

Edgar J. De Cleene edgardec2005 at gmail.com
Thu Apr 14 19:25:06 UTC 2011




El 14/04/11 12:28, "Hannes Hirzel" <hannes.hirzel at gmail.com> escribió:

> Edgar
> 
> 
> Do you mean what is shown in the screen shot?
> 
> --Hannes
> 
> 
> On 4/14/11, Edgar J. De Cleene <edgardec2005 at gmail.com> wrote:
>> 
>> 
>> 
>> On 4/14/11 8:09 AM, "Bert Freudenberg" <bert at freudenbergs.de> wrote:
>> 
>>> No, there are problems with your code. See my other message in the
>>> "Monticello-edc.456" thread.
>>> 
>>> - Bert -
>> 
>> Well, now i know this is wrong.
>> Like know what is right.
>> 
>> Usinhg DependencyBrowser in fresh image
>> 
>> MCTool>>#buttonRow: We have AlignmentMorph and PluggableButtonMorph
>> MCWorkingCopyBrowser>>#editLoadScripts We have MenuMorph
>> MCTool>>#multiListMorph:selection:listSelection:menu: We have
>> PluggableListMorphOfMany
>> 
>> And we could follow, but the critics was for
>> MCRepository class>>#fillInTheBlankConfigure:
>> 
>> I copy the code
>> 
>> fillInTheBlankConfigure: aTemplateString
>>     | chunk repo |
>> 
>>     aTemplateString ifNil: [ ^ false ].
>>     chunk := FillInTheBlankMorph
>>             request: self fillInTheBlankRequest
>>             initialAnswer: aTemplateString
>>             centerAt: Sensor cursorPoint
>>             inWorld: World
>>             onCancelReturn: nil
>>             acceptOnCR: false
>>             answerExtent: 400 at 120.
>> 
>>     chunk
>>         ifNotNil: [
>>             repo := self readFrom: chunk readStream.
>>             repo creationTemplate: chunk.
>>     ].
>> 
>>     ^ repo
>> 
>> 
>> Is this best as my solution?
>> Was in place for four years .... stephaneducasse 2/4/2006 20:47
>> 
>> Edgar
>> 
>> 
>> 
>> 
See attached to http://tech.groups.yahoo.com/group/squeak/message/161102
which shows DependencyBrowser working in SimpleMorphic and selecting Morphic
dependencies

I think i get all complains and could do buildWith: in all places following
as example code of Andreas in FileContentsBrowser>>#createViews

Edgar





More information about the Squeak-dev mailing list