819 packages — page 5

ChuckRepository

This tells your image's Monticello tools about the Chuck repository on SqueakSource. Be sure to install Monticello before installing this package. MCInstaller is not sufficient.
SqueakMap squeak

Classbox

This version of Classboxes does not have (yet) the local rebinding. But it should come soon in an another package. What you can do with Classboxes:- You have namespaces, basically you do not need to prefix all your classes in …
SqueakMap squeak

ClassboxBrowser

A very first draft of a browser classbox aware
SqueakMap squeak

Classroom

This package contains three kind of exercise generator for the teacher:Matching Pairs, Filling blanks & quizzes. These tools can import Match, Quiz and Cloze exercises made with the known HotPotatoes application.It also contains a communication tool for the teacher and …
SqueakMap squeak

Cleanup

Refactors a bunch of code so that it decomposes nicely into PackageInfo-style packages. Also adds discard* methods to SystemDictionary to make it easy to remove those packages from the image.
SqueakMap squeak

Cleanup Tools

Just some stuff I've been using while working on the Cleanup package. Contains a modified version of PackageInfobrowseExternalReferences, I think.
SqueakMap squeak

click for keyboard focus

Installing this change set will make Morph, PluggableListMorph and PluggableTextMorph to accept and release keyboard focus on mouseDown rather on mouseEnter and mouseLeave. When the preference #mouseOverForKeyboardFocus is set to false.
SqueakMap squeak

ClosureCompiler-ajh for 3.8

Prerequisites: 3.8a6315, Compiler (version 19) This package adds a closure compiler to the standard Squeak image without replacing the existing compiler. A new 'general' preference called #compileBlocksAsClosures determines which compiler to use for NEW methods only. When true the closure …
SqueakMap squeak

CodeTalk

CodeTalk allows developers to have conversations about source code elements. They can mark code sections they are concerned about and annotate them. These annotations provide entry points for an informal discourse about the strengths and weaknesses of these sections and …
SqueakMap squeak

Collections-Misc

Ported from the old collections-misc goodie by Mario Wolczko. This goodie contains a variety of methods and classes whichadd functionality to collections. Nothing is particularly startling,but you may find the odd useful method. I use these quite a lot.
SqueakMap squeak

ColorDevTools (CDT)

SqueakMap squeak

ColorMixer

The ColorMixer uses a palette of colors for automatically mixing some base colors of your choice. It helps finding the right nuance or finding the right color at all - some colors are hidden in Squeak's standard color picking tool. …
SqueakMap squeak

Colors

This package simply adds about 1500 more named colors to Squeak. To see all of them do:Color displayNamedColors
SqueakMap squeak

Comanche

This package has been deprecated. The latest version of Comanche is registered as a SqueakMap package called KomHttpServer. For more details on all versions of Comanche, see: http://squeaklab.org/comanche The package (Comanche 5.1.1) that was previously installable from this SqueakMap entry …
SqueakMap squeak

CommandShell

CommandShell is a Smalltalk simulation of a Unix command shell, with a simple dumb terminal window in Morphic and MVC. It is useful for running programs without leaving Squeak, and for piping command output directly into Squeak. Can be loaded …
SqueakMap squeak

Completion Enhancements

Enhances squeak's completion system, byproposing all completions in a menu(keyboard-sensitive), includings class varsand temps vars if appropriate. Most recent version works in 3.7, but the older one works insqueak 3.2 to 3.6.
SqueakMap squeak

ComplexExtensions

Add few functions to Complex Add efficient way of creating a Complex(1 i: 2) instead of (1 + 2 i)This will avoid useless coercion and arithmetic (sensible on huge collections)
SqueakMap squeak

Compressed Sources File

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/4/2008) CompressedSourceStream writes files as a series of GZipped segments that can be written and read sequentially like regular source files, and …
SqueakMap squeak

ConflictChecker

Given a changeset filename, you can use this goodie to check an older .cs/.st file for conflicts with methods from more recent update-changesets in your image. Its output is displayed in a Transcript window. Example usage: 'FilePackage conflictsWithUpdatedMethods: 'MyChangeSet.cs'.' Or, …
SqueakMap squeak

Connectors

Connectors is an application for making structured/connected drawings in Morphic. It adds a new kind of Morph (NCConnectorMorph) that can connect other Morphs together (and stay connected). There are also a number of other shapes, flaps, and tools for making …
SqueakMap squeak

ContextS

SqueakMap squeak

ContextT

SqueakMap squeak

Continuations-ajh

Prerequisite: ContextCleanup-ajh. Thanks to Andreas Raab for separating this out of an older version of ContextCleanup-ajh. ContextTags - 'methodContext contextTag' will create a unique ContextTag object for that methodContext and hold it in its receiverMap instance variable which was previously …
SqueakMap squeak

Control

Shift/reset implement what are known as static partial continuations. A partial continuation is a chunk of a call stack cut off from the call stack and treated as a function. This permits something much like a Process, but one that …
SqueakMap squeak

Copy as HTML

New context-menu option in ParagraphEditor to copy the html version of the enclosed Text
SqueakMap squeak