max can you add a bug entry for 2.0 so that we do not forget to fix it. Thx
Stef On Dec 15, 2012, at 10:14 AM, Max Leske wrote: > Hi Sabine. > > Verified, that's a bug in 1.3. > > In 2.0 the OBSystemBrowserAdaptor isn't loaded by default (I doubt that > anyone got it running (?)) and the default browser is Nautilus. So you don't > actually have that option in 2.0. > > Nautillus shows extensions in separate extension categories. These can be > filed out but the file will be empty (not tested in the latest build). > Anyone aware of this problem? > > Cheers, > Max > > > On 15.12.2012, at 09:33, Sabine Knöfel <[email protected]> wrote: > >> Hi, >> >> I assume, this is a bug in Pharo? >> I select "browse package" in the System browser and then "file out" for the >> category "*Extensions". >> Other categories work. Occurs also in "*Extensions" of other packages. >> >> Is it fixed in Pharo 2.0? >> >> Greetings >> Sabine >> >> 15 December 2012 9:31:37 am >> >> VM: Win32 - IX86 - 6.1 - Croquet Closure Cog VM [CoInterpreter >> VMMaker.oscog-eem.140] >> Image: Pharo1.3 [Latest update: #13327] >> >> RBPackageEnvironment(Object)>>doesNotUnderstand: #organization >> Receiver: RKA24 >> Arguments and temporary variables: >> aMessage: organization >> exception: MessageNotUnderstood: >> RBPackageEnvironment>>organization >> resumeValue: nil >> Receiver's instance variables: >> label: 'RKA24' >> searchStrings: nil >> environment: Smalltalk >> packages: a Set(a PackageInfo(RKA24)) >> >> ORPackageExtensionNode(OBClassCategoryNode)>>fileOut >> Receiver: ORPackageExtensionNode<*Extensions> >> Arguments and temporary variables: >> >> Receiver's instance variables: >> metaNode: ExtensionCategory >> #classes->Class >> #comments->ClassComment >> #metaclasse...etc... >> environment: RKA24 >> name: #'*Extensions' >> >> OBCmdFileOut>>execute >> Receiver: an OBCmdFileOut >> Arguments and temporary variables: >> >> Receiver's instance variables: >> target: ORPackageExtensionNode<*Extensions> >> requestor: an OBColumn(*Extensions) >> >> OBCmdFileOut(OBCommand)>>perform:orSendTo: >> Receiver: an OBCmdFileOut >> Arguments and temporary variables: >> aSelector: #execute >> anObject: an OBPluggableListMorph(35651584) >> Receiver's instance variables: >> target: ORPackageExtensionNode<*Extensions> >> requestor: an OBColumn(*Extensions) >> >> [| selArgCount | >> (selArgCount := selector numArgs) = 0 >> ifTrue: [target perform: selector] >> ifFalse: [selArgCount = arguments size >> ifTrue: [target perform: selector >> withArguments: arguments] >> ifFalse: [target >> perform: selector >> withArguments: (arguments >> copyWith: evt)]]. >> self changed] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: >> Receiver: a ToggleMenuItemMorph(634388480)'File out' >> Arguments and temporary variables: >> evt: [904@314 mouseUp 195226000 nil] >> selArgCount: 2 >> Receiver's instance variables: >> bounds: 768@307 corner: 964@321 >> owner: a MenuMorph(664535040) >> submorphs: #() >> fullBounds: 768@307 corner: 964@321 >> color: Color black >> extension: a MorphExtension (637009920) >> font: a StrikeFont(Bitmap DejaVu Sans 9 14) >> emphasis: 0 >> contents: 'File out' >> hasFocus: false >> isEnabled: true >> subMenu: nil >> isSelected: false >> target: an OBCmdFileOut >> selector: #perform:orSendTo: >> arguments: an Array(#execute an >> OBPluggableListMorph(35651584)) >> icon: Form(16x1x8) >> getStateSelector: nil >> enablementSelector: nil >> keyText: 'cmd+o' >> >> >> >> >> -- >> View this message in context: >> http://forum.world.st/File-out-of-extension-debugger-bug-tp4659339.html >> Sent from the Pharo Smalltalk mailing list archive at Nabble.com. >> > >
