1844 packages — page 47

PreferenceBrowser

PreferenceBrowser is a Squeak's PreferencePanel replacement
SqueakSource squeak

PreferenceBrowser

PreferenceBrowser is aimed to replace the current PreferencePanel in Squeak and offer more features than this last one.
SqueakMap squeak

presentations tutorial

A "bookish" tutorial with detailed instructions on how to create presentations. Most examples focus on use of the StackMorph, but many points apply to BookMorphs and Projects as well. You can load this tutorial directly in squeak by popping up …
SqueakMap squeak

Preserves

Preserves data serialization format. Seehttps://preserves.dev/.Includes:a Preserves Schema compiler which generates Smalltalk classes corresponding to an input schema.an implementation of the Preserves Value types.a reader and writer for each of the Preserves text and binary syntaxes.MembersCreator:Tony Garnock-JonesAdmin:Tony Garnock-JonesTagsfileformat,protocolLicenseCode commited to this …
SqueakSource squeak

Prevayler

SPrevayler is a prevalence layer for Squeak. System prevalence is based on the idea that all data is kept in RAM. The system runs very fast without any lack of data security.
SqueakSource squeak

PrimCallController

A PrimCallController (PCC) serves for switching external prim calls (primitiveExternalCall) on and off: this is helpful for e.g. testing of plugins. Dis/en-abling prims by a PCC works forbothinternal and external modules! This package contains two concrete PCCs using totally different …
SqueakMap squeak

Printf

This origins from a changeset which was submitted by Michael Rueger to the squeak dev mailing list in 2000. I found it using archive.org and decided to put it up for others
SqueakSource squeak

ProcessModel

Process Model views are built following a recovery process such that each process view allows us to evaluate different process characteristics. This project proposes three process view types: ROLEBLUEPRINT, TASKBLUEPRINT and WORKPRODUCTBLUEPRINT.Gofer new squeaksource: 'ProcessModel'; package: 'ConfigurationOfProcessModel'; load. (Smalltalk at: …
SqueakSource squeak

ProgramacionConSmalltalk

Esta aplicación instalará, en un Squeak 3.8 full 'virgen', las herramientas necesarias para seguir los ejemplos del libro "Programando con Smalltalk". Para más información sobre el libro visitar:
SqueakMap squeak

ProgrammingMorphs

This Squeak book gives you an interactive introduction to programming your own morphs: each time you read about a feature, you first get to try it out live, and then you are given a small programming exercise to really practice …
SqueakMap squeak

ProgressDisplay

Like SystemProgressMorph et. al. but with a lot of bells and whistles. Designed to meet my specific needs but since it's MIT anyone may use, steal components, or move components of to Squeak. Has utility class category with useful classes …
SqueakSource squeak

Project Menu Registry for Squeak 3.5

Provides a menu registry for the world project menu. For example...TheWorldMenu registerProjectCommand: {'publish change sets'.{ChangeSorter. #publishChangeSets}.'Scan through the repository of change sets and created published version in user specified target repository.'}.
SqueakMap squeak

ProjectGestures

Installs some genie gestures on the background for easy project navigation. Requires Genie; tested in morphic projects in 3.8 and 3.9. This package loads some basic genie gestures (and helper methods), associates them with PasteUpMorph, clears the root project's eventHandler …
SqueakMap squeak

ProjectViewMorphs aspects

Create morphic project views with an aspect ratio that agrees with the screen, if the preference is set. Also, another new preference controls if the drag resize should also constrain the user to the same aspect ratio. Seehttp://squeak.preeminent.orgfor picture.
SqueakMap squeak

ProjectViewMorphs with shadows

f new morphic projects are opened in a project view, check the Preferences to see if we should automatically apply a drop shadow. Also, changed the new creation of project morphs to be attached to the cursor and having the …
SqueakMap squeak

Prolog

see home page for newer versions:http://www.zogotounga.net/comp/squeak/prolog.htm on the wiki:http://wiki.squeak.org/squeak/1000
SqueakMap squeak

Promoter

Promoter is a simple tool to help in the task of add web site data on the main search engines.
SqueakMap squeak

PropertyList

This package can currently read or write the old NeXT style .plist files as well as read the newer XML style extensively used in Mac OS X. The old format is supported by PropertyListStream, which works much like DataStream or …
SqueakMap squeak

Protocols-Examples

These are some classes that are removed by Sunit-removal,but are not part of SUNIT 3.1. The classes (TestViaMethodCall, VerifierOfProperty, Verifier)are now in the system cathegoy "Protocols-Examples", all"example-for" methods are in the according DVS-category. Original documentation (from Verifier class comment): Instead …
SqueakMap squeak

Prototypes

Allows the creation and manipulation of objects which contain their own behavior - ie are their own class. A la Self, Io, NewtonScript etc.
SqueakMap squeak

PunchedCards

This is Bob Arning's PunchedCard morph, updated for Squeak 3.7 and with a few embellishments. Posted with Bob's permission. Any errors in the enhancements to Bob's original posting are mine alone (dtl).
SqueakMap squeak

PureHashTree

I provide a hash tree (a kind of KeyedSet) that does not modify itself. I am written for Squeak 5.x, where x is at least 2. I am currently in very early development.
SqueakSource squeak

PushMeAround

A simple puzzle: you can push around 15 NumberedSquares until they are ascendingly sorted according to their numbers. Click at individual squares to push them towards the empty slot and sort them manually or ask the program to do it …
SqueakMap squeak

Puzzle Pieces

A set of generic morph classes crafted to look and behave like stackable puzzle pieces with a string label. These can be used to build 'snapping blocks' based user interfaces like in 'Scratch'. To get a feel for it evaluate …
SqueakMap squeak

PWS Installation

The Pluggable WebServer (PWS) is a web server and toolkit for flexibly creating CGI scripts. Mark Guzdial designed and implemented it to help him create different kinds of collaborative tools: e.g. Virtual Other-Than-Communities. PWS builds on the work of Georg …
SqueakMap squeak