Status: New
Owner: ----
Labels: Milestone-1.3 Type-Bug
New issue 5091 by
[hidden email]: Can't add an instVar to Morph
http://code.google.com/p/pharo/issues/detail?id=5091When trying to add a new instance variable to Morph, we run into the error
shown in the screenshot.
A dirty workaround to get the instVar added is to DoIt from a Workspace:
[ ClassBuilder beSilent: true.
Morph addInstVarNamed: 'someInstVar'.
ClassBuilder beSilent: false ] fork.
SystemWindow allSubInstancesDo: [:each | each delete]
Attachments:
bug.png 54.2 KB
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker