819 packages — page 7

Development Environment for 3.8

Transform a 3.8 full 'virgin' image into my taste of development environment. Tested in Squeak3.8-6665-full.zip.
SqueakMap squeak

Diagram Browser

DiagramBrowser is a tool for building and classifying diagrams (or any kind of morphic drawing) in category tree fashion. DiagramBrowser is part of the Jacarandá Project but can be downloaded and used independently. Note that this package does not provide …
SqueakMap squeak

DiceMorph

SqueakMap squeak

DictionaryBrowser

DictionaryBrowser is a basic query and results browser for dictionary servers that implement the RFC 2229 dictionary server protocol. Use "DictionaryBrowser open" or "DictionaryBrowser openExistingWith: 'squeak'" to get started.
SqueakMap squeak

Diego's UI Enhancements

A load script based on the UUIDs for the SqueakMap packages that Diego has been putting together, that give Squeak's UI some graphic-design-love. All of these UI options can be turned on/off using the Preferences tool.
SqueakMap squeak

DirectoryPlugin

DirectoryPlugin runs on Unix and Windows, and provides a noticable improvement in many directory and file access methods. If you use CommandShell on Unix (Linux), you should see an overall 15X improvement based on timing the CommandShell SUnit tests with …
SqueakMap squeak

Discovery

Discovery is a framework to publish/detect network services automatically (like Bonjour or SSDP). *Note: If you use DHCP and unix vm, installation of OSProcess is recommended.*Note: In Mac, search does not work.
SqueakMap squeak

Dispatch

This provides simple CLOS-like multiple dispatch for Smalltalk methods. It operates on a selector naming convention. For example, you might have a generic selector #add:to:, with more specific versions #addNumber:to:, addString:to:, add:toArray:, addDictionary:toDictionary:, and so on. With this package loaded, …
SqueakMap squeak

DNS Client

This package implements the DNS protocol (not all of it, but extending it is very easy). It includes a DNS client (a name resolver). Example (put the address of a name server):NameResolver default servers: #((xxx xxx xxx xxx))NameResolver default addressByName: …
SqueakMap squeak

DualMaze

A simple puzzle and experiment to learn about the Croquet environment.
SqueakMap squeak

Dynamic Layout Menu

These changes to MorphaddLayoutMenuItems:hand: and related methods do not affect the behavior of the layout menu (as compared to the layout menu in the stock 3.7 image), but do enable multiple new subclasses of LayoutPolicy and LayoutProperties to add their …
SqueakMap squeak

DynamicBindings

You may create a hierarchy of DynamicBindings and directly manipulate the keys and values of those instances (just as you would any dictionary). There is a root DynamicBindings that you may use to create new children if you like (but …
SqueakMap squeak

Dynamory

This is a MemoryGame for Kidy or anyone that enjoys. It is possible to create your own cards just by painting them. If an odd number of cards is choosen (e.g. 3x3) there is a chaos card in the game. …
SqueakMap squeak

DynDNS

A client to the DynDNS.com, including updater and resolver.Squeak 3.10, see notes and how-to inside class.Download from http://map.squeak.org/account/files/DynDNS-Client.stAlso available at http://code.google.com/p/dyndns-client/
SqueakMap squeak

EasySqueak

This is a set of services to help you define simple exercice sessions for students learning SqueakBasically for each sessions you define a class, writes the session's topic in the class comment,and write a code skeleton in the class's body. …
SqueakMap squeak

ECE Toolkit

see homepage for description. Install this package and you should be presented with the ECE Toolkit automatically.
SqueakMap squeak

ECoDE Design Environment

Ectropic Design supports object-oriented analysis (OOA), object-oriented design (OOD), and object-oriented programming (OOP) in Squeak. Our goal is to bring more order to projects suffering from entropy - the tendancy for code and design to become more disordered as it …
SqueakMap squeak

eCompletion

eCompletion is code completion inspired by eclipse. It makes coding Smalltalk more fun for me, I hope it does the same thing for you. Note: MCInstaller, Shout 4 and RoelTyper must be installed. To get started: pressto open the code …
SqueakMap squeak

eCompletionOmniBrowser

This package enables eCompletion in Browsers of the OmniBrowser package. Requires OmniBrowser and eCompletion.
SqueakMap squeak

eCompletionTraits

eCompletion is code completion inspired by the eclipse ide. This is a variation of eCompletion package to work in a traits enabled image.
SqueakMap squeak

Edit Pretty Print Text Colors

Provides a new editor allowing the easy modification of pretty print code colors. Seehttp://squeak.preeminent.org/for details and pictures.
SqueakMap squeak

Eg

If you start to program "test-first," you really start to program "example-first".Eg helps programmers to create and retrieve examples for objects and their behavior including tests. (this will also be stored as a method on the class-side)
SqueakMap squeak

Elliptical Layout

An EllipticalLayout places the first submorph of some morph in the center, and the remaining morphs on concentric ellipses around the first submorph. Version 2 (and presumably, following versions) requires the Dynamic Layout Menu package, if you'd like to see …
SqueakMap squeak

Emacs key bindings

To get going file this changeset in and then evaluate the following:ParagraphEditor emacsBindings. You will then have a number of Emacs text-editting commands at your disposal.To see what's available check ParagraphEditor's #emacsControlKeyShortcuts.
SqueakMap squeak

Enhanced IRC Client for Squeak 3.4

This is a significant rewrite of the built-in Squeak IRC client GUI. A new user interface includes having one console window per connection and then having all console messages, channel messages and private messages contained inside the main console window …
SqueakMap squeak