Script for more easy getting your projects

Lic. Edgar J. De Cleene edgardec2001 at yahoo.com.ar
Thu Aug 5 22:45:05 UTC 2004


If you wish what pressing FIND in Navigator shows your local Squeaklets
could do this

| localProjects  |
localProjects _ FileDirectory default pathName ,FileDirectory
slash,'Squeaklets' .
 (FileDirectory default directoryExists: localProjects) ifTrue:
[ServerDirectory addLocalProjectDirectory: (FileDirectory on: repository) ]
ifFalse:[PopUpMenu inform: 'You don't have a Squaklets directory'].

I don't think this is a [ENH] , but maybe someone find this useful.

Edgar




More information about the Squeak-dev mailing list