Tools__SmalltalkToolbox.st
author Claus Gittinger <cg@exept.de>
Fri, 07 Nov 2014 20:31:46 +0100
changeset 14814 69752bc802b6
parent 13994 1f0838846706
child 15950 23be8cf85415
child 17251 4d1a18a72500
permissions -rw-r--r--
class: DebugView changed: #controlLoopCatchingErrors not every exception is an error - give a concrete name for exceptions happening inside the debugger.

"{ Package: 'stx:libtool' }"

"{ NameSpace: Tools }"

GenericToolbox subclass:#SmalltalkToolbox
	instanceVariableNames:''
	classVariableNames:''
	poolDictionaries:''
	category:'Interface-Tools'
!

!SmalltalkToolbox class methodsFor:'documentation'!

documentation
"
    A toolbox for Smalltalk language

    [author:]
        Jan Vrany <jan.vrany@fit.cvut.cz>

    [instance variables:]

    [class variables:]

    [see also:]
        Tools::Toolbox
        Tools::GenericToolbox

"
! !

!SmalltalkToolbox class methodsFor:'documentation'!

version
    ^ '$Header: /cvs/stx/stx/libtool/Tools__SmalltalkToolbox.st,v 1.1 2014-02-24 16:08:50 vrany Exp $'
!

version_CVS
    ^ '$Header: /cvs/stx/stx/libtool/Tools__SmalltalkToolbox.st,v 1.1 2014-02-24 16:08:50 vrany Exp $'
! !