# HG changeset patch # User Claus Gittinger # Date 830869255 -7200 # Node ID db2c1ad12524d79159149cdefcf1a404308b1b0a # Parent c67c64200411cbfd061be3148061fd43afae625d checkin from browser diff -r c67c64200411 -r db2c1ad12524 SBrowser.st --- a/SBrowser.st Tue Apr 30 11:10:54 1996 +0200 +++ b/SBrowser.st Tue Apr 30 15:00:55 1996 +0200 @@ -98,6 +98,19 @@ " ! +openInClass:aClass + "launch a standard browser which immediately switches + to aClass" + + ^ self openInClass:aClass selector:nil + + " + SystemBrowser openInClass:Object + " + + "Created: 30.4.1996 / 14:43:45 / cg" +! + openInClass:aClass selector:aSelector "launch a standard browser which immediately switches to aClass>>aSelector." @@ -1269,6 +1282,6 @@ !SystemBrowser class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.55 1996-04-25 16:28:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/Attic/SBrowser.st,v 1.56 1996-04-30 13:00:55 cg Exp $' ! ! SystemBrowser initialize! diff -r c67c64200411 -r db2c1ad12524 SystemBrowser.st --- a/SystemBrowser.st Tue Apr 30 11:10:54 1996 +0200 +++ b/SystemBrowser.st Tue Apr 30 15:00:55 1996 +0200 @@ -98,6 +98,19 @@ " ! +openInClass:aClass + "launch a standard browser which immediately switches + to aClass" + + ^ self openInClass:aClass selector:nil + + " + SystemBrowser openInClass:Object + " + + "Created: 30.4.1996 / 14:43:45 / cg" +! + openInClass:aClass selector:aSelector "launch a standard browser which immediately switches to aClass>>aSelector." @@ -1269,6 +1282,6 @@ !SystemBrowser class methodsFor:'documentation'! version - ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.55 1996-04-25 16:28:37 cg Exp $' + ^ '$Header: /cvs/stx/stx/libtool/SystemBrowser.st,v 1.56 1996-04-30 13:00:55 cg Exp $' ! ! SystemBrowser initialize!