[ENH] LowercaseClassVarName

cgundel at domainpharma.com cgundel at domainpharma.com
Mon May 15 17:12:16 UTC 2000




>On Mon, 15 May 2000 cgundel at domainpharma.com wrote:
>
>> When trying to save a class definition and specifying a non-uppercase
>> class variable name, this change set pops up a menu prompting to:
>>  - Uppercase the class var name and proceed
>>  - Use the non-uppercase class var name
>>  - Cancel (opens a walkback)
>
>IMHO the current approach is better because it occurs rarely anyway

It happened to me, and annoyed me enough to implement the enhancement. :-)

>and "self error: ..." is catchable while "PopUpMenu etc." is not.

I suppose in retrospect this is true.  I'll have to see if I can remedy
that.

<snip>

>> Note: I tried to figure out how not to use a direct indexed approach to
>> determining the user's menu selection, but the only kind of popup menu
>> I found suitable for both MVC and Morphic was PopUpMenu, which
>> doesn't let one specify selectors.  Any suggestions?
>
>Use a SelectionMenu.

Thanks.

-Carl












More information about the Squeak-dev mailing list