819 packages
— page 8
An Ephemeron is an object which refers strongly to its contents as long as theEphemeron's key is not garbage collected, and weakly from then on. Ephemeronssolve a problem which is commonly found when trying to "attach" properties toobjects by using …
SqueakMap
squeak
Everyday of your life, you might create dozens of class into your image. While doing it, it is often the case that you make mistakes writing #hash, #= to your class. #hash and #= are very close to each other, …
SqueakMap
squeak
Includes Laurence Rozier's changeSet from package "Say Something" along withsome additional changes in this Project. More fun for everyone!
SqueakMap
squeak
*Requires SendTreeExplorer.* Have you ever wanted to trace some code which is part of the Morphic UI process, or code triggered by it? Had trouble trying to trace it in the debugger because interacting with the UI changes what you're …
SqueakMap
squeak
Enhanced Serial Port Support for os-9 and mac os-x, unix (FreeBSD, linux). Gives the ability to control most aspects of the port plus for rs232c devices the ability to manage the pins. Subclasses the existing SerialPort class but requires a …
SqueakMap
squeak
This small package should work as an alternative to scamper. It just hands over every url to a platform specific external browser.
SqueakMap
squeak
Exupery is a byte code compiler written in Squeak. It has been written fully test first with both customer and acceptance tests. The project is a personal master work, it is meant to both be useful in itself and help …
SqueakMap
squeak
FastSocketStream is a reimplementation of SocketStream - the class that originates from the original Comanche implementation but now is included in standard Squeak. FSS has the same protocol as SS and is meant to replace it. FSS is much faster, …
SqueakMap
squeak
Faure is a PDA environment for running on iPaq class machines. It is available either as a file-in, or as a premade image from the homepage.
SqueakMap
squeak
This is a first version of an FCGI interface. It is made to cooperate Seaside into lighttpd. Especially using version 1.5.x of lighttpd web server. This removes for any HTTP Server in squeak and most of the socket handling since …
SqueakMap
squeak
The Squeak foreign function interface.
SqueakMap
squeak
Provides extensions to dialogs available from FileList2. Added newcapabilities via:modalFolderSelectorWithPrompt:morphicViewFolderSelector:morphicViewFolderSelector:promptString:morphicViewFolderSelectorWithPrompt:
SqueakMap
squeak
Squeak's file libraries (Directory, DirectoryEntry, FileStream, etc.) are sometimes very confusing to use. FileMan provides a simple, refactored interfaces for manipulating files and directories by wrapping those classes. "Before"subDir := FileDirectory default directoryNamed: 'subDir'.subDir assureExistence.[str := subDir newFileNamed: 'file1'.str nextPutAll: …
SqueakMap
squeak
The FileSystem API is a replacement for Squeak's FileDirectory API. It separates the concerns of navigation and path manipulation from the actual accessing of the underlying file system implementation, be it the disk or a zip file. FileSystem has been …
SqueakMap
squeak
UI enhancements to FillInTheBlankMorph along the lines of Diego's other "Look Enhancements" for Squeak ( see http://minnow.cc.gatech.edu/squeak/3142 for a full list ).
SqueakMap
squeak
Prerequisite Package: LargeLists.Conflicts: Celeste This package is obsolete; it has been merged back into the main Celeste package now.
SqueakMap
squeak
Replace left-arrow bitmap glyphs with underscores (saved at code point 16r8F) and provide methods to semi-automatically fixup source code.
SqueakMap
squeak
a tool can be registered to appear in a flap Flaps registerQuad: #(FileList2 openMorphicViewInWorld 'Enhanced File List''A nicer File List.')forFlapNamed: 'Tools'.Flaps replaceToolsFlap two lines:Flaps unregisterQuadsWithReceiver: FileList2 fromFlapNamed:'Tools'.Flaps replaceToolsFlap Note: after registering or unregistering, the flap need to bemanually recreated see …
SqueakMap
squeak
Folktale is a useful command shell for headless Swiki user.You can log in squeak image through telnet client at localhost port 4919.Try $ squeak -headless squeak.image Folktale.st & Useful expressions and pseudo variables.Jump result object unless your query has dot(.) …
SqueakMap
squeak
Cream font for Squeak (aka "PaloAlto" font) Nostalgia! Maybe you have dug out the 1981 BYTE special Smalltalk issue, or seen old screenshots of Smalltalk-76 systems. Now you can have the funky font, too. (This was converted from a very …
SqueakMap
squeak
see webpage http://minnow.cc.gatech.edu/squeak/2911 for descriptions.Allows you to zoom in and out of a fractal image, possibly make small animations as well. begin with (FractalMorph newopenInWorld)
SqueakMap
squeak
Permits to annotate classes, class var, methods, and parse noded. Be careful: the package changes the parse and compiler!
SqueakMap
squeak