452 packages — page 17

SqueakSVN

SqueakSVN integrates Squeak with an external Subversion implementation. Developers stay inside Squeak and use version control facilities integrated into the Squeak code browser. To allow smooth integration with SVN's file-based change management, SqueakSVN stores each unit of Squeak code (e.g. …
SqueakMap squeak

SquickReferenceGuide

A Quick Reference Guide for Squeak integrated in the Help Browser.InstallationYou need HelpSystem installed.(Installer ss project: 'SquickReferenceGuide') install: 'SquickReferenceGuide'.
SqueakSource squeak

Squot

Squeak Object Tracker - Version control for arbitrary objects, currently with Git storage. This also includes the Git Browser which can be found in the Tools menu in Squeak 5.3. When you load this, the FileSystem API and the FileSystem-Git …
SqueakMap squeak

SSP

This package is not currently loadable. The package owner has been contacted to assist in correcting this. (klc, 7/11/2008) This change set enables servlet style methods to be written in the classbrowser. I named it SSP because of it's likeness …
SqueakMap squeak

ST2JS

To take full benefit of current internet browser, tons of lines of Javascript have to be written. We (the Smalltalkers) don't like to edit files to program, we want to code in the refactoring browser! This project is an attempt …
SqueakSource

ST2JS - Smalltalk to Javascript translator

To take full benefit of current internet browser, tons of lines of Javascript have to be written. We (the Smalltalkers) don't like to edit files to program, we want to code in the refactoring browser! This project is an attempt …
SqueakMap squeak

StarBrowser

The goal of the Star Browser is to allow you to browse your Smalltalk environment and classify anything you encounter while doing so. Therefore it has full drag&drop support to allow you to classify software elements such as classes and …
SqueakMap squeak

StarBrowser

This is the original work of Roel Wuyts and original version for Squeak belongs to Ned Kontz You should see http://homepages.ulb.ac.be/~rowuyts/StarBrowser/ and http://wiki.squeak.org/squeak/2935 Here i put a Monticello version for 3.10 and newer images
SqueakSource squeak

StDebuggerFilters

Reintroducing stack filters in the Pharo debugger
GitHub pharo MIT

StDebuggerProfilerExtension

GitHub pharo MIT

SVI

Now works in 3.9, gohereFor Squeak 3.7 or 3.8, usethis.If you want a version that works in Squeak 3.6, gohere. SVI is a text editor for squeak that can be used in place of the PluggableTextMorph. SVI is designed to …
SqueakMap squeak

SVI

SVI is a text editor for squeak that can be used in place of the PluggableTextMorph. SVI features extensive support for VIM and Emacs modes and commands. SVI also has many enhancements for navigating and browsing the squeak image.The latest …
SqueakSource squeak

SWFObject

SWFObject is a wrapper for swfobject (http://code.google.com/p/swfobject/): A JavaScript library which simplifies the cross-browser use of Flash.
SqueakSource

SWT

Set of widgets, that runs on internet-browsers, generated using ST2JS.
SqueakSource

SystemChangeNotification

The SystemChangeNotification mechanism allows clients to receive notifications (events) when changes are made to the system. Such changes are additions, removals, renaming, ... of classes, events, instance variables, ... Eventually this system will be used as the foundation for 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

TallySupport

Add a "tallyIt" entry in textmorph similar to "doIt", "printIt", ... It also add a new button in the debugger to quickly tally an expression.
SqueakSource

TestAutomationDays2020

Debugger Driven Development workshop
GitHub MIT

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

TestBrowser

TestBrowser represents an enhanced TestRunner for Squeak.
SqueakSource 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

TesteRefactoring

SmalltalkHub

TestLint

A test linter (rescuing code from Stefan Reichhart) https://rmod-files.lille.inria.fr/Team/Texts/Papers/Reic07aTestQualityAssessment.pdf
GitHub

TheoCIslandParser

An island C parser for the refactoring of plugins of the pharo-vm
GitHub pharo

Tool-CritiqueBrowser

Tool-CritiqueBrowser is a graphical tool that allows developers to select a list of software packages and a quality rules-group. This resulting on a new list of critiques that broke the selected rules-group.
GitHub pharo