819 packages — page 29

SystemTracer2

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

SystemTracerV2

Version of the SystemTracer2 package plus extension intended to create a 64bit image etc.
SqueakMap squeak

SystemTracing

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

SystemWindow Enhancements

A couple of small enhancements to system windows
SqueakMap squeak

TableLayout Tutorial Project

TableLayout tutorial project
SqueakMap squeak

TalkBack

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

TallySupport

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 >= 3.9

Tamaris for Squeak 3.9
SqueakMap squeak

TamODBC

TamODBC is an ODBC user interface addon for Tamaris introducing basic gui facilities for datasources, tables and columns :
SqueakMap squeak

TargetSighter-wiz

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

Taugamma-Tutorial

SqueakMap squeak

TAvatarPainter

Enhancements to TPainter. I'm sure better things are coming for Croquet,but this is fun for now.
SqueakMap squeak

Teachable

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

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

TechoShout

Support for eCompletion and Shout in Techo (originally written by Takashi Yamamiya)
SqueakMap squeak

Telnet

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-Client

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

Test Runner Enhancements

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

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

TestCaseCreator

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

Testserver Image Tester

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

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

Thrift

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

TIF-Win32

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

Tiff support

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