1870 packages — page 6

CriticBrowserRuleComment

SmalltalkHub

cuis-extract-class-refactoring

GitHub cuis

Daisy

A brainstorm about an alternate browser
GitHub

Danaus

Mondrian extension to visualize stack frame. Few hooks are inserted in the (old) debugger to open an easel on a stack frame
SqueakSource

DatabaseCriticsBrowser

SmalltalkHub

DBBrowser

A DataBase Browser utility for Pharo.
GitHub pharo MIT

Debugger

SmalltalkHub pharo

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

DebuggerSelector

GitHub pharo

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

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

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

DependencyWalker

A tool for interactive edition and visualization of dependencies using a classic system-like browser in Squeak or Pharo Smalltalk. This utility could be useful to whom it needs to arm a production release or just perform an early exploration of …
SqueakSource pharo

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

DiagramBrowser

A tool for creating and browsing diagrams (or just morphic drawings) organized in a category tree.
SqueakSource 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

DidYouKnow

Implementation of a DidYouKnow graphical application which displays tips to the user (as found in a lot of other applications). Depends on Nile and OmniBrowser.
SqueakSource

Doc

Doc help 'I am Squeak help that is solely CLI based. The idiom is "command line" only, similar to Linux man or GNU info way of doing things. 2020.05.19 Goals: display a class comment. Update a class comment, append to …
SqueakSource squeak

DocumentationManager

A browser to display documentation in directories.
SqueakSource

DoItFirst

As of 8-Dec-2020, this project has been added to Squeak trunk. Any further development will take place there.Be the first thing in the system startup list, and do things that should be done prior to any additional image initialization. If …
SqueakSource squeak

DomView

This project consist in building a simple web page viewer able to display HTML/CSS contents. For example, a such tool will permit to display mails with HTML code and will be usefull for previewing pages during Seaside application development. The …
SqueakSource squeak

DuoSystemBrowser

A VisualWorks-inspired System Browser built with the OmniBrowser framework that features package and class-hierarchy based navigation.
SqueakSource visualworks