Status: Accepted
Owner: [hidden email] Labels: Milestone-1.2-DevImage New issue 3607 by [hidden email]: MNU #stylerStyled: in Finder for basic usage http://code.google.com/p/pharo/issues/detail?id=3607 Pharo image: 1.2 dev build #99 Steps to reproduce: 1. open Finder 2. in search field search for a method (ex: collect:) 3. expand a result (ex: allElementsCollect:) 4. click on a child node (ex: XMLNodeWithElements) You get: PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled: Works on PharoCore 1.2 PluggableTextMorph(Object)>>doesNotUnderstand: #stylerStyled: Receiver: a PluggableTextMorph(280494080) Arguments and temporary variables: aMessage: stylerStyled: a Text for 'allElementsCollect: aBlock | collectedElem...etc... exception: MessageNotUnderstood: PluggableTextMorph>>stylerStyled: resumeValue: nil Receiver's instance variables: bounds: 195@408 corner: 805@539 owner: a StandardWindow(1058013184) submorphs: an Array(a TransformMorph(941359104)) fullBounds: 195@408 corner: 805@539 color: Color white extension: a MorphExtension (73400320) [locked] borderWidth: 1 borderColor: (Color r: 0.833 g: 0.833 b: 0.833) model: a FinderUI(936378368) slotName: nil open: false scrollBar: a ScrollBar(287047680) scroller: a TransformMorph(941359104) retractableScrollBar: false scrollBarOnLeft: false getMenuSelector: #msgPaneMenu:shifted: getMenuTitleSelector: nil hasFocus: false hScrollBar: a ScrollBar(78381056) textMorph: a TextMorphForEditView(880017408) getTextSelector: #sourceCode setTextSelector: #compileSource: getSelectionSelector: nil hasUnacceptedEdits: false askBeforeDiscardingEdits: true selectionInterval: (1 to: 0) hasEditingConflicts: false acceptAction: nil getColorSelector: nil unstyledAcceptText: nil styler: a SHTextStylerST80 styled: false SHTextStylerST80(SHTextStyler)>>style: Receiver: a SHTextStylerST80 Arguments and temporary variables: aText: a Text for 'allElementsCollect: aBlock | collectedElements | collecte...etc... Receiver's instance variables: sem: nil backgroundProcess: nil text: a Text for 'allElementsCollect: aBlock | collectedElements | collected...etc... monitor: a Monitor view: a PluggableTextMorph(280494080) stylingEnabled: true classOrMetaClass: XMLNodeWithElements workspace: nil font: nil parser: a SHParserST80 environment: nil pixelHeight: 12.0 PluggableTextMorph>>setText: Receiver: a PluggableTextMorph(280494080) Arguments and temporary variables: aText: 'allElementsCollect: aBlock | collectedElements | collectedElements :...etc... Receiver's instance variables: bounds: 195@408 corner: 805@539 owner: a StandardWindow(1058013184) submorphs: an Array(a TransformMorph(941359104)) fullBounds: 195@408 corner: 805@539 color: Color white extension: a MorphExtension (73400320) [locked] borderWidth: 1 borderColor: (Color r: 0.833 g: 0.833 b: 0.833) model: a FinderUI(936378368) slotName: nil open: false scrollBar: a ScrollBar(287047680) scroller: a TransformMorph(941359104) retractableScrollBar: false scrollBarOnLeft: false getMenuSelector: #msgPaneMenu:shifted: getMenuTitleSelector: nil hasFocus: false hScrollBar: a ScrollBar(78381056) textMorph: a TextMorphForEditView(880017408) getTextSelector: #sourceCode setTextSelector: #compileSource: getSelectionSelector: nil hasUnacceptedEdits: false askBeforeDiscardingEdits: true selectionInterval: (1 to: 0) hasEditingConflicts: false acceptAction: nil getColorSelector: nil unstyledAcceptText: nil styler: a SHTextStylerST80 styled: false FinderUI>>updateSourceCode Receiver: a FinderUI(936378368) Arguments and temporary variables: code: 'allElementsCollect: aBlock | collectedElements | collectedElements :=...etc... Receiver's instance variables: bounds: 0@0 corner: 50@40 owner: nil submorphs: #() fullBounds: nil color: Color blue extension: a MorphExtension (959447040) [other: (myDependents -> a DependentsA...etc... finder: a Finder searchingTextArea: an EditableDropListMorph(111935488) sourceTextArea: a PluggableTextMorph(280494080) packagesTree: nil useRegExCheckbox: a CheckboxMorph(99352576) |
Updates:
Cc: Benjamin.VanRyseghem.Pharo Comment #1 on issue 3607 by marianopeck: MNU #stylerStyled: in Finder for basic usage http://code.google.com/p/pharo/issues/detail?id=3607 (No comment was entered for this change.) |
Comment #2 on issue 3607 by [hidden email]: MNU #stylerStyled: in Finder for basic usage http://code.google.com/p/pharo/issues/detail?id=3607 I guess the dev image doesn't have the good version of PluggableTextMorph, I dunno :s |
Updates:
Status: Fixed Comment #3 on issue 3607 by [hidden email]: MNU #stylerStyled: in Finder for basic usage http://code.google.com/p/pharo/issues/detail?id=3607 It'll be fixed from next build since I integrated last version of shout ;). |
Comment #4 on issue 3607 by [hidden email]: MNU #stylerStyled: in Finder for basic usage http://code.google.com/p/pharo/issues/detail?id=3607 so can we close this bug entry? |
I think so. But we have to test it to see if it's not happening now.
But it has to be ok ;). On Fri, Feb 4, 2011 at 5:40 PM, <[hidden email]> wrote:
|
In reply to this post by pharo
Updates:
Status: Closed Comment #5 on issue 3607 by [hidden email]: MNU #stylerStyled: in Finder for basic usage http://code.google.com/p/pharo/issues/detail?id=3607 Fixed as of build #120 |
Free forum by Nabble | Edit this page |