Thanks for the link. This is an example of a pattern that doesn't seem to be supported by any tool: Grabbing a subset of a package's functionality and tweaking/extending it independently of the original package. I can see the need for doing it, but the end-result is that new features are only added to to the subset, and any bug-fixes are only applied to the subset as well. Anyone know of a better way to handle this? L. On 1/31/12 10:05 AM, Ben Coman wrote:
Lawson English wrote:
Latest squeak tutorial. Connectors how-to:
http://www.youtube.com/watch?v=H1LveflchAU
as an aside, it seems to me that Connectors should be ported back to Pharo, because it can be very useful I am finding.
Lawson
There is http://www.squeaksource.com/MinimalConnectors.html used by http://www.squeaksource.com/smallUML.html
I just happened to have found this yesterday. The following worked for me in Pharo-1.3-13315...
Gofer it squeaksource: 'smallUML'; package: 'ConfigurationOfSmallUML'; load. (Smalltalk at: #ConfigurationOfSmallUML) project latestVersion load.
DiagramDrawingDocumentation openDiagramBrowser