1844 packages — page 16

CWBSBEQuinto

The Quinto game from Squeak By Example.
SqueakSource squeak

Czech Keyboard

Helpful when host platform does not support localization, i.e., works with US ASCII only. Old dirty hack. Older release (latin2) is known to work with Squeak versions 3.4 - 3.7.The newer version (unicode) works with Squeak 3.8 and above. Shift-Alt-"\" …
SqueakMap squeak

Dandelion

Dandelion is a generic Smalltalk code analysis/output framework. You can analyze your code and output the information in various formats (currently HTML, SMIX, Petal, XMI).
SqueakMap squeak

Daniel

project from the book squeak by example.
SqueakSource squeak

DBus

Squeak bindings for D-Bus ( http://dbus.freedesktop.org/ ).Low-level bindings and plugin originally developed by Jan Fietz, high-level bindings by Bert Freudenberg. DBus-Plugin: VMMaker plugin source codeDBus-Core: low-level bindings (bare interface to plugin primitives)DBus-Objects: high-level bindings (use these unless you have very …
SqueakMap squeak

dbus

D-Bus bindings for Squeak (seedbus.freedesktop.org)DBus-Plugin:Wrapper around libdbusDBus-Core:(essential) Low-level access to pluginDBus-Objects:(essential) High-level language bindingsDBus-Tools:(optional) interactive D-Bus explorer, create pre-compiled proxiesDBus-Etoys Scripting:(example) demonstrates how to control Etoys objects from outside SqueakDBus-Tests:(tests) rather incomplete unit testsFor older versions seehttp://source.impara.de/dbus/. The plugin was …
SqueakSource squeak

Debugger - key bindings

Provides F key bindings to support faster debugging. These keys are handled whereever your cursor is the debugger and pre-debugger windows. (Valid for windows-like keyboard having F1 to F12 keys) Debugger:F4 closeF5 send (or sept into)F6 step (or step over)F7 …
SqueakMap squeak

Debugger - stub method creation

Adds a 'Create' button to debuggers that pop up on MNU's. This button writes a stub method containing a halt, then proceeds the debugger (which will stop at the halt). You can then edit the source of the method.
SqueakMap squeak

DebugLogInspector

Parse Squeak DebugLogs and inspect them in a debugger
GitHub squeak MIT

DebugReport

You can generate more helpful debug log from Notifier or Debugger.Generated HTML document has the same view as Debugger.See sample page:http://squeak.sakura.ne.jp/etc/DebugReportSample/
SqueakMap squeak

DebugReport

for Squeak4.1 or later.(for Squeak3.x is here:http://swikis.ddo.jp:9091/DebugReport.html)You can generate more helpful debug log from Notifier or Debugger.Generated HTML document has the same view as Debugger.See sample page:http://squeak.sakura.ne.jp/etc/DebugReportSample/
SqueakSource squeak

DebugReportClient

A client for DebugReportServer.You can send a DebugReport file from Squeak image. DemoServer:http://www.sqsq.jp:9090/seaside/dr Requirement:DebugReport(http://swikis.ddo.jp:9091/DebugReport.html)
SqueakMap squeak

DeclarativePools

This package provides the means for using 'class as pool dictionaries'therefore enabling a more declarative style of using pools.The packages refactors some compiler protocols and provides a baseclass 'SharedPool' to be used as superclass for any declarative pool.The package contains …
SqueakMap squeak

DefaultExternalDropHandler

New default external drop handler that uses the FileList services to handle the file droped. Installing this ExternalDropHandler all the file-types registered in FileList become available when a file is droped in the Squeak windows. If only one service was …
SqueakMap squeak

DejaVu fonts

DejaVu font plus TT font loader which loads more than latin 1. DejaVu font home page:http://dejavu.sourceforge.net/
SqueakMap squeak

Deli

Deli is a course management system that in particular allows for submitting deliverables and reviewing them. It enables staff to create lectures which students can join and form groups for. Furthermore, students can propose topics to work on and staff …
SqueakMap squeak

DeltaStreamFixes

Base fixes for 3.8.1 to support DeltaStreams. Packaged as a ChangeSet so that it can make any changes it needs.
SqueakMap squeak

DeltaStreams

SqueakMap squeak

DeltaStreams

WARNING:This project was moved tohttp://smalltalkhub.com/#!/~gokr/DeltaStreamsat 2013-01-06!!! There may be newer code there.DeltaStreamsis a better implementation much more powerful implementation of ChangeSets.MembersCreator:Göran KrampeAdmin:Matthew Fulmer,Göran KrampeDeveloper:Matthew FulmerTagscompiler,fileformat,monticelloLicenseCode commited to this repository will be automatically underMITlicense.RegistrationMCHttpRepositorylocation: 'http://www.squeaksource.com/DeltaStreams'user: ''password: ''PackagesDSProfiling, DeltaStreams, DeltaStreams-Browser, DeltaStreams-Converting, DeltaStreams-Deprecated, …
SqueakSource squeak

Deprecated Methods for 3.6

The list of all methods deprecated from Squeak 3.6, and removed in 3.7.
SqueakMap squeak

Developer Workspace

This small package changes a default squeak into an image suitable for doing development work with squeak. Answer all questions while loading with yes.
SqueakMap squeak

DeveloperWorkspace

Extensions to the IDE usefull for Squeak developers
SqueakSource squeak

Development | The Squeak Oversight Board Blog

Posts about Development written by Chris Muller, andreasraab, and Vanessa Freudenberg
Web Discovered squeak

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

DevEnvironment38

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