Please help
http://code.google.com/p/pharo/issues/detail?id=1828say that you are working on it on the site.
testAnnotationPane
| oldPref |
oldPref := MCCodeTool showAnnotationPane.
CodeHolder showAnnotationPane: false.
morph := model buildWindow.
self assert: (self morphsOfClass: TextMorph) size = 1.
CodeHolder showAnnotationPane: true.
morph := model buildWindow.
self assert: (self morphsOfClass: TextMorph) size = 2.
CodeHolder showAnnotationPane: oldPref
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project