[Squeakfoundation][FIX] VMMakerNicerFor3.4-2.cs (without open in initialize)

Ned Konz squeakfoundation@lists.squeakfoundation.org
Fri, 3 Jan 2003 06:42:54 -0800


--------------Boundary-00=_IJ75UKJG2SQ5X3CFNFK0
Content-Type: text/plain;
  charset="iso-8859-1"
Content-Transfer-Encoding: quoted-printable

On Thursday 02 January 2003 09:40 pm, Doug Way wrote:
> 6. VMMakerNicerFor3.4-nk (16 December 2002)
> - VMMaker-only fix, won't hurt anyone else.  (Oops, wait a minute,
> this changeset seems to open VMMaker as a side-effect of executing
> "VMMaker initialize" in the postscript?  We don't want that!  Help,
> Ned. :) )

Sorry...

Enclosed is the same thing minus the opening in initialize.

--=20
Ned Konz
http://bike-nomad.com
GPG key ID: BEEA7EFE

--------------Boundary-00=_IJ75UKJG2SQ5X3CFNFK0
Content-Type: text/x-squeak-changeset;
  charset="iso-8859-1";
  name="VMMakerNicerFor3.4-2.cs"
Content-Transfer-Encoding: quoted-printable
Content-Disposition: attachment; filename="VMMakerNicerFor3.4-2.cs"

'From Squeak3.4beta of ''1 December 2002'' [latest update: #5156] on 3 Ja=
nuary 2003 at 6:41:25 am'!=0D"Change Set:=09=09VMMakerNicerFor3.4-nk=0DDa=
te:=09=09=0916 December 2002=0DAuthor:=09=09=09Ned Konz=0D=0DVMMaker had =
a nasty habit of scrolling its plugin lists back to 0 upon selection.=0D=0D=
This fixes that problem.=0D=0DAlso, it adds an open item for VMMakerTool =
in the WorldMenu.=0D"!=0D=0D=0D!VMMakerTool methodsFor: 'list access' sta=
mp: 'nk 12/16/2002 08:49'!=0DcurrentAvailableModuleIndex: anInteger=0D=09=
allPluginsSelection _ anInteger.=0D=09self changed: #currentAvailableModu=
leIndex! !=0D=0D!VMMakerTool methodsFor: 'list access' stamp: 'nk 12/16/2=
002 08:49'!=0DcurrentExternalModuleIndex: anInteger=0D=09externalPluginsS=
election _ anInteger.=0D=09self changed: #currentExternalModuleIndex! !=0D=
=0D!VMMakerTool methodsFor: 'list access' stamp: 'nk 12/16/2002 08:49'!=0D=
currentInternalModuleIndex: anInteger=0D=09internalPluginsSelection _ anI=
nteger.=0D=09self changed: #currentInternalModuleIndex! !=0D=0D=0D!VMMake=
rTool class methodsFor: 'instance creation' stamp: 'nk 1/3/2003 06:41'!=0D=
initialize=0D
=09 (TheWorldMenu respondsTo: #registerOpenCommand:)=0D
         ifTrue: [TheWorldMenu registerOpenCommand: {'VMMaker'. {self. #o=
penInWorld}}].! !=0D=0DVMMakerTool initialize!=0D
--------------Boundary-00=_IJ75UKJG2SQ5X3CFNFK0--