819 packages
— page 29
This work is based on Anthony Hannan's original SystemTracer2. It adds a RehashingSystemTracer that allows you to manipulate identity hash values during a trace. See the class comments for SystemTracer2 and RehashingSystemTracer for more details. RECOMMENDED: It is recommended that …
SqueakMap
squeak
Version of the SystemTracer2 package plus extension intended to create a 64bit image etc.
SqueakMap
squeak
The SystemTracer runs through the system tracing every accessible object, and writing a copy of each object onto a disk image. It does this carefully enough that the resulting clone can be started up and run, just like a snapshot. …
SqueakMap
squeak
A couple of small enhancements to system windows
SqueakMap
squeak
TableLayout tutorial project
SqueakMap
squeak
TalkBack (SmallTALK BACKup) is a native backup utility that was designed to backup my Smalltalk image and changes file, but could also be used to backup files in general to a disk location. Requires InstanceEncoder package. You should use the …
SqueakMap
squeak
add an entry "tallyIt" in PluggableTextMorphand add a button in the debugger to easily tally a piece of code. Once loaded, just perform a "ParagraphEditor initializeTextEditorMenus"
SqueakMap
squeak
Tamaris for Squeak 3.9
SqueakMap
squeak
TamODBC is an ODBC user interface addon for Tamaris introducing basic gui facilities for datasources, tables and columns :
SqueakMap
squeak
Buttons and Sliders were always meant to be able to set their targets and their actions. Due to a very persistant bug the target setting was alway hidden from view.In fixing that I realized that what was wanted was a …
SqueakMap
squeak
Enhancements to TPainter. I'm sure better things are coming for Croquet,but this is fun for now.
SqueakMap
squeak
A teachable object (usefull for creating mock objects). Completed with tests and documentation and rereleased as Monticello package see original posthttp://lists.squeakfoundation.org/pipermail/squeak-dev/2002-April/038279.html
SqueakMap
squeak
Techo isMultiple workspace stored plain text fileNotepad without file nameGrep tool(but not real REgexp). It is very simple tool, but useful to make a memo, to exchange oneliner among Squeak images, and to play a text base Smalltalk programming puzzle.
SqueakMap
squeak
Support for eCompletion and Shout in Techo (originally written by Takashi Yamamiya)
SqueakMap
squeak
This package contains various components that facilitate interactive loginto a remote (or the local) machine: * a (glass) TeletypeMorph;* essentially complete emulation of vt52, vt102 and xterm terminals;* a telnet client for connecting to remote machines;* a `pseudo-tty' client for …
SqueakMap
squeak
Terminus is a secure XML-RPC based system for publishing and accessing the Squeak People accounts and web of trust. With Terminus-Client, you can access the server on people.squeakfoundation.org in order to validate someone's password. If the password validates, you get …
SqueakMap
squeak
I didn't like the TestRunner tying up the UI.So this version runs tests in the background; I'm goingto post a TestCase subclass for UI testing soon. * adds progress notification* adds a stop button* You can select which tests you …
SqueakMap
squeak
TestBrowser is a enhanced TestRunner for Squeak. It supports:* Filtering test cases by class category* You can run and edit test cases/codes in one window
SqueakMap
squeak
After loading this package, you can use 'Create/Browse test case' command from Browser's class menu or method menu.It will create test case skeleton easily. If you use this package, I recommend you to use this with TestBrowser.
SqueakMap
squeak
This is a very simple but automatic image tester. It can be started like:TSImageTester newsqueakMapPackageNames: #('BaseImage Tests').;shouldUpdateFromServer: true;setUpdateServer: 'Squeak Public Updates';smtpServer: 'asterix.unibe.ch';testSender: 'gaelli@iam.unibe.ch';testSubscribers: #('gaelli@emergent.de');runAtttention: Image quits and does not save at the end of the test-run !!!
SqueakMap
squeak
TextFiles is a package for flexibly dealing with any sort of text file. Features:* Provides buffered operations for efficiently reading and writing large files* Supports automatic line end conversions* Provides a framework for various encodings such as ISO-8859 etc.* Polymorphic …
SqueakMap
squeak
This is a copy of Patrick Collison's hard work (http://svn.apache.org/viewvc/incubator/thrift/trunk/lib/st). I'm only packaging it for convenience.
SqueakMap
squeak
This was done for BluePlane, NSW ,Australia.This TiffImageReader could be used to open .tif format images in Squeak.I would like to thank John M McIntosh (His TiffSupport in mac was of great help) also he helped me a lot even …
SqueakMap
squeak
This class implements an interface to the libtiff librarySee http://www.libtiff.orgAlso contains zlib 1.1.3 is a general purpose data compression library.Also contains The Independent JPEG Group's JPEG software release 6b of 27-Mar-1998 Also see the SUnit TIFFSupportSUnitJMM, refer to the web …
SqueakMap
squeak