Status: Accepted
Owner: ----
Labels: Milestone-1.3
New issue 4643 by renggli: Inspector>>fieldListMenu: aMenu
http://code.google.com/p/pharo/issues/detail?id=4643Very strange Smalltalk code, strange that it compiles. Also probably a bug
because we have #. symbols in the arrays then:
fieldListMenu: aMenu
"Arm the supplied menu with items for the field-list of the receiver"
aMenu addStayUpItemSpecial.
aMenu addList: #(
('Inspect (i)' inspectSelection. nil. #smallInspectItIcon)
('Explore (I)' exploreSelection. nil. #smallInspectItIcon)).
Makes me wonder if we could somehow improve the review process?
_______________________________________________
Pharo-bugtracker mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-bugtracker