Back to Goodies
- Benchmarks: The STIC benchmarks package. This depends on VRGoodies for the UI reporting tool
- CampSTHeadless: The code produced at Camp Smalltalk I as part of the standard Headless project
- Ciphers: This package implements a number of ciphers, including DSA (Digital Signature), RSA, and DES
- ClassSelector: The 5i goodie parcel ClassSelector.pcl replaces the VisualLauncher class entry dialog for menu operation Browse->Class Named... to a class selector dialog. The class selector dialog includes a list of all classes in the image whose selection changes to best match a class entry as it is entered. Classes may be selected from the list or their partial names entered or pasted into the entry field. Classes of like name
- CodingFeel: This is a bunch of coding enhancements centered around a new UI feel policy called CodingFeelPolicy.
- ColorEditing: This parcel adds color syntax highlighting (which is configurable from the settings page) to the browser editor.
- Compatibility: This parcel adds file-in support for Squeak, VAST, Dolphin, and VSE file out formats.
- ConfigurationTool: This package is a rough draft for a pluggable settings tool. Something like this will probably end up in the product in a future release.
- DDEML: This package adds basic DDE support to VisualWorks
- EuroSupport: Adds locale support for the Euro symbol
- FileCopyProgressExample: This parcel adds an example usage of the FileProgress parcel. It has the FileProgress parcel as a prereq.
- FileOut30: This parcel adds the ability to fileout Smalltalk code in pre-namespace chunk format.
- FileProgress: This parcel adds a progress widget to the system
- FileSelectionDialog: This parcel adds a 'common dialog' like file selection dialog to VisualWorks
- FocusButton: This parcel adds a button widget which only shows it's outline when it has mouse focus
- FocusButtonExample: This parcel adds an example usage of the FocusButton widget
- ForkedUI: This parcel adds basic support for forking off UI updating actions from within the UI thread.
- ForkedUIExamples: This parcel demonstrates how the ForkedUI parcel can be used
- GFST-Base: This is part of the GFST system
- GFST-Demo: This is a demon of the GFST system
- GFST-GraphLayout: This adds GFST graphing
- GFST-OrgChart: This adds an organization chart example using GFST
- GFST-ParcelGraphing: This parcel adds example usage of GFST
- GFST-VisualInspector: This adds a graphic inspector to the system
- HostEvents: This parcel adds additional MS Windows event handling to the system. In particular, it adds support for the Wheel Mouse, as well as support for capturing the Windows shutdown event.
- I18n: Contains the English language message catalogs for the development system
- ImageConfig: basic Dictionary file reader support, used by StartupTools
- MethodHistory: This parcel adds a history log for method changes to the system. This is not compatible with StORE.
- ObjectExplorer: This package adds a graphical explorer/inspector to the system
- OEProfiler: Adds profiling tools for use in examining VM operations
- OpenChatClient: This is an example chat client using the Opentalk Smalltalk to Smalltalk broker. Used in conjunction with OpenChatServer
- OpenChatServer: This is an example chat server using the Opentalk Smalltalk to Smalltalk broker. Used in conjunction with OpenChatClient
- OracleOREXDI: Support for the Oracle Object/relational mappings
- OracleORLens: Support (ObjectLens level) for the Oracle Object/relational mappings
- OracleORLensExtensions: ObjectLens extensions required for use with the Oracle O/R mappings
- OracleORThapiEXDI: Threaded access to the Oracle O/R EXDI driver
- OracleORThapiLens: Threaded access to the Oracle O/R ObjectLens driver
- PackingList: This is part of the VisualWorks installer framework. It is a tool used to define the list of files that will be used by the installer
- ParcelLoadBrowser: This adds a replacement for the simple parcel load dialog. A tool much like this will probably be included in a future release as part of the product
- PatchMaster: See the parcel comment for complete instructions. This tool manages Patches made to an image.
- ProgrammingExtensions: This parcel adds a number of 'hacks' to the system commonly used within engineering to make development easier. In particular, it adds the ability to define menu items dynamically at a tool rather than a programmatic level.
- PSFontDeply5i: An application to simplify VW font installation and to download soft fonts to a printer.
- ResizingWidgets: This parcel adds resizing abilities to arbitrary panes.
- StoreGoodies: This parcel is part of the VRGoodies package, and extends StORE browsers as it extends standard browsers. It also adds a tool to decouple individual packages or bundles from the current repository.
- TextAttrEditor: Provides a tool for creating and choosing platform fonts
- PSPageFix: Suppresses trailing blank page in PostScript printouts from VisualWorks. By default, loading this code will set the page feed option most appropriate for your platform.
- ResizingBrowsers: This parcel uses the Resizing Widgets parcel to add the ability to resize the panes on the browser and file browser. Open up a new browser after the parcel has been loaded so that the new controller is installed on the window. To resize a pane, it is shift and the blue button (the right most button on your mouse)
- ResizingWidgets: This package adds a new class, ResizingController, which provides a limited means to resize widgets on a window that have relative positions. See the Resizing Browsers parcel for how to install the controller.
- Serial: This package adds serial line/TTY access to VisualWorks.
- SLesson: This package adds the Lesson Browser, a programmed instruction tool for learning about VisualWorks. It also supports user addition of lessons.
- SNMP: Support for the SNMP standard. This is part of the Internet Connectivity package that has not quite made it to product status for this release.
- Stamp-Basev2: This package adds the STAMP email client.
- StartupTools: This package adds a basic class for configuring an image on startup. It uses ImageConfig for reading an initialization file
- StoreGoodies: Some goodies for unhooking packages from database control
- TextAttrEditor: Adds an application for examining and editing text styles
- VisualWorks-Namespace: Adds the "VisualWorks" namespace to the system
- VisualWorks5iInstaller: The installer for 5i
- VWInstallerConfiguration: This is the installer configurator
- VWorksInstallerFramework: This is an installer framework for VisualWorks
- VRAllGoodies: This loads all parcels in the VRGoodies package.
- VRAllStoreGoodies: This loads all StORE goodies in VRGoodies
- VRExamples: This package contains some examples of using the VRForms package
- VRFileReading: This goodie contains a simple text file parsing framework
- VRForms: This goodie contains the VR Form framework that enables the quick building of form based interfaces.
- VRGoodies: This adds a set of miscellaneous goodies for VisualWorks, including a useful replacement for the FileBrowser
- VRHotkeys: This package adds alt-key shortcut capabilities to Labels and Groupboxes. On the Painter's detail spec, there is a new field, mnemonic. If the hotkey (use the & when painting) is pressed, then focus will be moved to the UI element whose id was entered as the mnemonic. This goodie is useful for 5i.1 - 5i.4 - the code has been integrated into the base for VW7
- VRLens: This adds a framework for using the ObjectLens programmatically
- VRLensDemo:This package contains some example usage of the VRLens goodies
- VRObjectReference: This replaces the ObjectReference online tool with a more flexible one
- VRUIPainterPreReq: This parcel adds instance variable to existing classes. Necessary for VRUIPainter
- VRUIPainterPreReq2: This parcel includes most of the overrides to base system methods that are part of the VRGoodies package
- VRUIPainter: This package contains a form generation tool.
- VRWave: This parcel adds VRUIPainter extensions to Wave
- VWDDEShell: This parcel provides a DDE interface for VisualWorks under Windows. This is the work of David Leibs at Neometron.
- VWDDEShellPrereq: A prerequisite for the VWDDEShell package
- WindowsGoodies: This parcel provides a few goodies for window users. It provides a way to raise the Windows printer dialog on the Windows platform for host printing. See the examples protocol on the class side of RequestingPrinter.
- Windows-Shortcuts: This parcel makes it possible to set up windows 'shortcuts' from within VisualWorks
- WorkSpaceOrganizer: This tool adds a new workspace that can be saved via BOSS to disk
- XMenuEdit: In this package the parcels XMenuKey.pcl and XMenuEdit.pcl extend VW menus to select shortcut key definitions that include the Ctrl, Alt, and Shift operator keys as well as the function keys F1 to F12, Home, End, PgUp, PgDn, Left, Right, Up, and Down keys
- XMenuKeys: Extends VW menus to select shortcut key definitions that include the Ctrl, Alt, and Shift operator keys as well as the function keys F1 to F12, Home, End, PgUp, PgDn, Left, Right, Up, and Down keys.
Back to Goodies