Refactory.CodeHighlighter bug

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
6 messages Options
Reply | Threaded
Open this post in threaded view
|

Refactory.CodeHighlighter bug

Charles A. Monteiro-2
Hi. I recently started using the RB code highlighter, it seems that it is  
a lot smoother now than when I last tried it quite a while back,  
unfortunately I seem to get these intermittent errors. I have provided the  
stack below. Does this look familiar to anybody?

tia,

-Charles

______________________________________________________________________

Unhandled exception: BlockClosure [] in Object>>doesNotUnderstand:
UndefinedObject(Object)>>doesNotUnderstand:
ApplicationWindow(Window)>>windowProcess
BlockClosure>>uiEventFor:
optimized [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
BlockClosure>>ensure:
BlockClosure>>valueAtPriority:
optimized [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
BlockClosure>>on:do:
optimized [] in Process class>>forBlock:priority:

----------------------------------------------------------------------
UndefinedObject(Object)>>doesNotUnderstand:
Receiver:
        an UndefinedObject
Arguments:
        aMessage = a Message with selector: #windowProcess and arguments: #()
Temporaries:
        excpt = a MessageNotUnderstood
        resumeValue = nil
Context PC = 41

----------------------------------------------------------------------
ApplicationWindow(Window)>>windowProcess
Receiver:
        an ApplicationWindow
Instance Variables:
        handle = nil
        width = 895
        height = 661
        background = (ColorValue brightness: 0.800024)
        inputOrigin = 324@272
        creationOrigin = 324@272
        sensor = an EventSensor
        iconic = false
        windowType = #normal
        effectiveWindowType = nil
        statusLineHeight = 0
        allowsStatusLine = true
        mapped = true
        eventHandlers = an IdentityDictionary[1]
        windowManager = a NullWindowManager
        label = 'UIBuilder>>defaultAction:'
        icon = an Icon
        minimumSize = 472@312
        maximumSize = nil
        component = a ReComposingComposite
        lookPreferences = nil
        paintPreferences = nil
        edgeDecorationPolicy = a MotifBorderDecorationPolicy
        widgetPolicy = a MotifWidgetPolicy
        controller = an ApplicationStandardSystemController
        model = a Refactory.Browser.RefactoringBrowser
        damageRepairPolicy = a WindowDisplayPolicy
        masterWindow = nil
        keyboardProcessor = a KeyboardProcessor
        application = a Refactory.Browser.RefactoringBrowser
        sendWindowEvents = an Array[2]
        receiveWindowEvents = nil
        windowEventBlock = nil
        damageRepairIsLazy = true
        activationNotification = true
        isEventDriven = nil
        toolbarVisible = true
        dropTarget = nil
        dragDropInProgress = nil
        dragDropTracker = nil
Context PC = 4

----------------------------------------------------------------------
BlockClosure>>uiEventFor:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
        outerContext = nil
        copiedValues = an Array[2]
Arguments:
        aWindow = an ApplicationWindow nil
Temporaries:
        arbitraryActionEvent = nil
Context PC = 30

----------------------------------------------------------------------
optimized [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
Receiver:
        an UndefinedObject
Temporaries:
        .self = a Refactory.CodeHighlighter.HighlightingTextEditorController
        win = an ApplicationWindow nil
        .event = BlockClosure [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
Context PC = 26

----------------------------------------------------------------------
BlockClosure>>ensure:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
        outerContext = nil
        copiedValues = an Array[3]
Arguments:
        aBlock = BlockClosure [] in BlockClosure>>valueAtPriority:
Temporaries:
        result = nil
Context PC = 10

----------------------------------------------------------------------
BlockClosure>>valueAtPriority:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
        outerContext = nil
        copiedValues = an Array[3]
Arguments:
        priority = 50
Temporaries:
        activeProcess = a Process in nil
        oldPriority = 49
Context PC = 19

----------------------------------------------------------------------
optimized [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
Receiver:
        an UndefinedObject
Temporaries:
        win = an ApplicationWindow nil
        event = BlockClosure [] in [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
        .delay = 0
        .self = a Refactory.CodeHighlighter.HighlightingTextEditorController
        .localText = Text for ''
        .class = UIBuilder
        .namespace = a NameSpace[617]
        .uiPriority = 50
Context PC = 49

----------------------------------------------------------------------
BlockClosure>>on:do:
Receiver:
        a BlockClosure
Instance Variables:
        method = CompiledBlock [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
        outerContext = nil
        copiedValues = an Array[6]
Arguments:
        anExceptionSelector = TerminateException
        handlerBlock = BlockClosure [] in [] in Process class>>forBlock:priority:
Context PC = 19

----------------------------------------------------------------------
optimized [] in Process class>>forBlock:priority:
Receiver:
        an UndefinedObject
Temporaries:
        .aBlock = BlockClosure [] in  
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighting:
Context PC = 13

--
Charles A. Monteiro

Reply | Threaded
Open this post in threaded view
|

Re: Refactory.CodeHighlighter bug

Reinout Heeck
Charles,
 see my message from a month ago:

http://www.parcplace.net/list/vwnc-archive/0512/msg00097.html

could you test that patch please and report back (or better: publish it if you
deem it correct).

You are the first one to report this problem outside Soops images.



TIA,

R
-





Charles A. Monteiro wrote:

> Hi. I recently started using the RB code highlighter, it seems that it is
> a lot smoother now than when I last tried it quite a while back,
> unfortunately I seem to get these intermittent errors. I have provided the
> stack below. Does this look familiar to anybody?
>
> tia,
>
> -Charles
>
> ______________________________________________________________________
>
> Unhandled exception: BlockClosure [] in Object>>doesNotUnderstand:
> UndefinedObject(Object)>>doesNotUnderstand:
> ApplicationWindow(Window)>>windowProcess
> BlockClosure>>uiEventFor:
> optimized [] in [] in
> Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighti
>ng: BlockClosure>>ensure:
> BlockClosure>>valueAtPriority:
> optimized [] in
> Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighti
>ng: BlockClosure>>on:do:
> optimized [] in Process class>>forBlock:priority:

Reply | Threaded
Open this post in threaded view
|

AW: Refactory.CodeHighlighter bug

Georg Heeg
Charles and Reinhout,

which version are you talking about? That one made available on the
VisualWorks 7.4 CD or anything else?

Georg

-----Ursprüngliche Nachricht-----
Von: Reinout Heeck [mailto:[hidden email]]
Gesendet: Samstag, 14. Januar 2006 10:50
An: [hidden email]
Betreff: Re: Refactory.CodeHighlighter bug

Charles,
 see my message from a month ago:

http://www.parcplace.net/list/vwnc-archive/0512/msg00097.html

could you test that patch please and report back (or better: publish it if
you
deem it correct).

You are the first one to report this problem outside Soops images.



TIA,

R
-





Charles A. Monteiro wrote:

> Hi. I recently started using the RB code highlighter, it seems that it is
> a lot smoother now than when I last tried it quite a while back,
> unfortunately I seem to get these intermittent errors. I have provided the
> stack below. Does this look familiar to anybody?
>
> tia,
>
> -Charles
>
> ______________________________________________________________________
>
> Unhandled exception: BlockClosure [] in Object>>doesNotUnderstand:
> UndefinedObject(Object)>>doesNotUnderstand:
> ApplicationWindow(Window)>>windowProcess
> BlockClosure>>uiEventFor:
> optimized [] in [] in
>
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighti
>ng: BlockClosure>>ensure:
> BlockClosure>>valueAtPriority:
> optimized [] in
>
Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighti
>ng: BlockClosure>>on:do:
> optimized [] in Process class>>forBlock:priority:


Reply | Threaded
Open this post in threaded view
|

Re: Refactory.CodeHighlighter bug

Reinout Heeck
Hi Georg,

> which version are you talking about? That one made available on the
> VisualWorks 7.4 CD or anything else?

I'm talking about the latest version in the pub repository (running it on
7.3.1), I haven't gotten round to checking which version ended up on the 7.4
CD yet.



R
-

Reply | Threaded
Open this post in threaded view
|

Re: AW: Refactory.CodeHighlighter bug

OCIT
In reply to this post by Georg Heeg
Sorry, for not having specified what image I was working on i.e. 7.3. I
guess that I did not figure that there was much activity on this i.e. this
package has been around for quite a while and so I figured it should have
been stable by 7.3.

I just got the 7.4 CD , I'll make it a point to install, or would be just
as good to load the latest from the public repository on to my 7.3 image?

-charles


On Sat, 14 Jan 2006 10:59:05 +0100, Georg Heeg <[hidden email]> wrote:

> Charles and Reinhout,
>
> which version are you talking about? That one made available on the
> VisualWorks 7.4 CD or anything else?
>
> Georg
>
> -----Ursprüngliche Nachricht-----
> Von: Reinout Heeck [mailto:[hidden email]]
> Gesendet: Samstag, 14. Januar 2006 10:50
> An: [hidden email]
> Betreff: Re: Refactory.CodeHighlighter bug
>
> Charles,
>  see my message from a month ago:
>
> http://www.parcplace.net/list/vwnc-archive/0512/msg00097.html
>
> could you test that patch please and report back (or better: publish it
> if
> you
> deem it correct).
>
> You are the first one to report this problem outside Soops images.
>
>
>
> TIA,
>
> R
> -
>
>
>
>
>
> Charles A. Monteiro wrote:
>> Hi. I recently started using the RB code highlighter, it seems that it
>> is
>> a lot smoother now than when I last tried it quite a while back,
>> unfortunately I seem to get these intermittent errors. I have provided
>> the
>> stack below. Does this look familiar to anybody?
>>
>> tia,
>>
>> -Charles
>>
>> ______________________________________________________________________
>>
>> Unhandled exception: BlockClosure [] in Object>>doesNotUnderstand:
>> UndefinedObject(Object)>>doesNotUnderstand:
>> ApplicationWindow(Window)>>windowProcess
>> BlockClosure>>uiEventFor:
>> optimized [] in [] in
>>
> Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighti
>> ng: BlockClosure>>ensure:
>> BlockClosure>>valueAtPriority:
>> optimized [] in
>>
> Refactory.CodeHighlighter.HighlightingTextEditorController>>startHighlighti
>> ng: BlockClosure>>on:do:
>> optimized [] in Process class>>forBlock:priority:
>
>



--
Charles A. Monteiro

Reply | Threaded
Open this post in threaded view
|

Re: Refactory.CodeHighlighter bug

Reinout Heeck
Charles A. Monteiro wrote:
[...]
>
> or would be just
> as good to load the latest from the public repository on to my 7.3 image?

I haven't tried it on 7.3 but I expect it to just work.


R
-