Subject: [BUG]UndefinedObject(Object)>>doesNotUnderstand: #stringIndex

Daniel Altman Daniel at qkss.com
Wed Oct 15 23:38:37 UTC 2003


Hi!

 

I started with a fresh 3.6 full image and installed the following packages
(in this order):

            FileList2 Dialog Enhacements

            Refactoring Browser

            ParenBlinking 

            Completion Enhacements

            TestBrowser

            BrowseUnit

            ShrinkingSelection

 

Now, everytime I press ")" I get the following error:

 

--------------------------------------------------------------------

 

15 October 2003 8:33:29 pm

 

VM: Win32 - Squeak3.5 of '11 April 2003' [latest update: #5180]

Image: Squeak3.6 [latest update: #5424]

 

UndefinedObject(Object)>>doesNotUnderstand: #stringIndex

            Receiver: nil

            Arguments and temporary variables: 

                        aMessage:        a Message with selector:
#stringIndex and arguments: #()

            Receiver's instance variables: 

nil

 

TextMorphEditor(ParagraphEditor)>>blinkPrevParen

            Receiver: a TextMorphEditor

            Arguments and temporary variables: 

                        openDelimiter:   nil

                        closeDelimiter:   nil

                        level:     nil

                        string:   'asdfasdfasdf(sdsdsd'

                        here:     nil

                        hereChar:          nil

            Receiver's instance variables: 

                        model: a Workspace

                        view:     nil

                        sensor:             a KeyboardBuffer

                        lastActivityTime:            nil

                        redButtonMenu:             nil

                        redButtonMessages:      nil

                        scrollBar:          0 at 0 corner: 0 at 0

                        marker:             0 at 0 corner: 0 at 0

                        savedArea:        nil

                        menuBar:          0 at 0 corner: 0 at 0

                        savedMenuBarArea:       nil

                        paragraph:         a NewParagraph

                        beginTypeInBlock:          13

                        emphasisHere: #(a TextFontChange font: 1)

                        initialText:         a Text for 'asdfasdfasdfasd('

                        selectionShowing:          false

                        otherInterval:      (19 to: 19)

                        lastParenLocation:         nil

                        pointBlock:        a CharacterBlock with index 20
and rectangle 110 at 0 corner: 110 at 14

 ...etc...

                        markBlock:        a CharacterBlock with index 20 and
rectangle 110 at 0 corner: 110 at 14

 i...etc...

                        morph: a TextMorphForEditView(773)

                        oldInterval:         (17 to: 16)

                        pivotBlock:        a CharacterBlock with index 13
and character $( and rectangle 72 at 0 ...etc...

 

TextMorphEditor(ParagraphEditor)>>dispatchOnCharacter:with:

            Receiver: a TextMorphEditor

            Arguments and temporary variables: 

                        char:     $)

                        typeAheadStream:         a WriteStream

                        honorCommandKeys:     true

            Receiver's instance variables: 

                        model: a Workspace

                        view:     nil

                        sensor:             a KeyboardBuffer

                        lastActivityTime:            nil

                        redButtonMenu:             nil

                        redButtonMessages:      nil

                        scrollBar:          0 at 0 corner: 0 at 0

                        marker:             0 at 0 corner: 0 at 0

                        savedArea:        nil

                        menuBar:          0 at 0 corner: 0 at 0

                        savedMenuBarArea:       nil

                        paragraph:         a NewParagraph

                        beginTypeInBlock:          13

                        emphasisHere: #(a TextFontChange font: 1)

                        initialText:         a Text for 'asdfasdfasdfasd('

                        selectionShowing:          false

                        otherInterval:      (19 to: 19)

                        lastParenLocation:         nil

                        pointBlock:        a CharacterBlock with index 20
and rectangle 110 at 0 corner: 110 at 14

 ...etc...

                        markBlock:        a CharacterBlock with index 20 and
rectangle 110 at 0 corner: 110 at 14

 i...etc...

                        morph: a TextMorphForEditView(773)

                        oldInterval:         (17 to: 16)

                        pivotBlock:        a CharacterBlock with index 13
and character $( and rectangle 72 at 0 ...etc...

 

TextMorphEditor>>dispatchOnCharacter:with:

            Receiver: a TextMorphEditor

            Arguments and temporary variables: 

                        char:     $)

                        typeAheadStream:         a WriteStream

            Receiver's instance variables: 

                        model: a Workspace

                        view:     nil

                        sensor:             a KeyboardBuffer

                        lastActivityTime:            nil

                        redButtonMenu:             nil

                        redButtonMessages:      nil

                        scrollBar:          0 at 0 corner: 0 at 0

                        marker:             0 at 0 corner: 0 at 0

                        savedArea:        nil

                        menuBar:          0 at 0 corner: 0 at 0

                        savedMenuBarArea:       nil

                        paragraph:         a NewParagraph

                        beginTypeInBlock:          13

                        emphasisHere: #(a TextFontChange font: 1)

                        initialText:         a Text for 'asdfasdfasdfasd('

                        selectionShowing:          false

                        otherInterval:      (19 to: 19)

                        lastParenLocation:         nil

                        pointBlock:        a CharacterBlock with index 20
and rectangle 110 at 0 corner: 110 at 14

 ...etc...

                        markBlock:        a CharacterBlock with index 20 and
rectangle 110 at 0 corner: 110 at 14

 i...etc...

                        morph: a TextMorphForEditView(773)

                        oldInterval:         (17 to: 16)

                        pivotBlock:        a CharacterBlock with index 13
and character $( and rectangle 72 at 0 ...etc...

 

 

--- The full stack ---

UndefinedObject(Object)>>doesNotUnderstand: #stringIndex

TextMorphEditor(ParagraphEditor)>>blinkPrevParen

TextMorphEditor(ParagraphEditor)>>dispatchOnCharacter:with:

TextMorphEditor>>dispatchOnCharacter:with:

 - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -

TextMorphEditor(ParagraphEditor)>>readKeyboard

TextMorphEditor>>readKeyboard

[] in TextMorphForEditView(TextMorph)>>keyStroke:

TextMorphForEditView(TextMorph)>>handleInteraction:fromEvent:

TextMorphForEditView>>handleInteraction:fromEvent:

TextMorphForEditView(TextMorph)>>keyStroke:

TextMorphForEditView>>keyStroke:

...etc...

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/squeak-dev/attachments/20031015/457b8e68/attachment.htm


More information about the Squeak-dev mailing list