Stéphane Ducasse wrote > I like your browser showing issue. > What does it show? > Because I'm always lost with figbuz :)
Yes, I'm starting to get used to fogbugz, but I've found the interface to be counter-intuitive :/ Unfortunately the issue browser is not connected to fogbugz. It simply collects subclasses of SpdPharoIssue, which each have e.g. #number and #description hard-coded, and then for the status, #isFixed which checks to see e.g. whether a certain method which is implemented in the fix is present. It's not a general-purpose browser, but just to make sure that the configuration loaded the correct fixes. Thanks to Spec, it's so easy to build little UI's like this ;) ----- Cheers, Sean -- View this message in context: http://forum.world.st/Pharo-dev-ANN-Pharo-x-5-tp4693932p4694117.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.
