MyTools Smalltalk Toolkit

MyTools is YAST (Yet Another Smalltalk Tool) - this is a collection of various tools and helpful snippets.  Why write yet another tool/extension?  Primarily because I haven't seen a toolkit that is open, portable, and extendible by the community.  Secondly, my intention is that if (when? the Java juggernaut beckons) I leave the Smalltalk community, that I find a good home for MyTools so it keeps getting updated.  This toolkit is freely distributable with all source code, with two caveats:  1) It is not distributed/included for profit (if you want to do this, contact me).  2) That any modifications/improvements/updates are sent to me for inclusion in a future version.  I'll be sure to add/withhold credit as requested.  See notes in help/documentation protocol of MyToolsBase for more information - especially before firing off questions/suggestions to me.  Enjoy.

 Environments tried in:


Jason Steffler
jagwar@magma.ca

The current version is 0.4, and is available at the UIUC archives.

1 Functions/Description

[R] - indicates it's for the Refactoring Browser
[E] - indicates it's for ENVY

Menu Items

Miscellaneous Protocol
 "An easier BOSS interface."
     MyTools bossOutObject: anObject on: 'aFilenameString'.
     MyTools bossInObjectFrom: 'aFilenameString'.

 "Various Customizations"
     MyTools addToLauncher.   "MyTools submenu is dropped on image save for some reason."
     MyTools setDefaultKeyBindings.
     MyTools setEmacsKeyBindings.
     MyTools setDeleteKey.
     MyTools setFileBrowserToShowAllFiles.
     MyTools setUiLookToMotif.
[R]MyTools extendRefactoringBrowserMenus  "A non-intrusive way to extend the RB menus."

 "Misc Envy stuff."
[E] MyTools loadConfigMapsWithRequired.
[E] MyTools loadConfigMapsWithRequired: 'ENVY/Manager'.
[E] MyTools reportOnConfigMapDiffs.
[E] MyTools reportOnConfigMapDiffs: #('ConfigMap1' 'ConfigMap2').
[E] MyTools changeOwnershipsOfUser.  "Use this method with care!"

Examples
 "There's a number of examples of snippets of how to do things in the examples protocol on the class side of MyToolsBase"
     MyTools browseAllClassExamples.
     MyTools changeImageColours.  "Not the best choice in the world for the defaults ;-)"
     MyTools openWindowWithTextInIt.
     MyTools openWindowWithCapturedImage.

Your own extensions
 If your extensions are generic, please send them to me for future inclusion in the toolkit.  If your extensions are employer/situation-specific, then your best option is to subclass off of the MyTools proxy class, or if you prefer, you can subclass off of MyToolsBase or MyToolsEnvy, as the case may be.

Extensions to base
 *NOTE* These are the extensions to the base classes.
  They will show up in the category where the base class is defined.
[E]  They will show up in the default application.
 StandardSystemController>inspectView
 StandardSystemController class>initializeForAdditions
[R] SystemNavigator>findSubStringOverClasses
[R] SystemNavigator>inspectSelectedMethod
[R] SystemNavigator>sendSelectedMethod
[R] SystemNavigator>copyFullClassSpec
[E] EtApplicationsChangesBrowser>printChangesReportToTranscript

2 Installation notes

2.1 To install into a VW image:

2.2 To install into a VW+ENVY image:

3 Change history:

0.4

0.3

0.2

0.1