[ENH] LowercaseClassVarName

cgundel at domainpharma.com cgundel at domainpharma.com
Mon May 15 16:13:55 UTC 2000


Change Set:         LowercaseClassVarName
Date:               14 May 2000
Author:             Carl Gundel - ceg

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)

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?

(See attached file: LowercaseClassVarName.3.cs)
-------------- next part --------------
A non-text attachment was scrubbed...
Name: LowercaseClassVarName.3.cs
Type: application/octet-stream
Size: 2370 bytes
Desc: not available
Url : http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20000515/2aaaef77/LowercaseClassVarName.3.obj


More information about the Squeak-dev mailing list