Lukas: good news! thanks for it. I tried to test it but doesn't work for me.
I updated the packages you said but after then, I am trying to open a system
browser and I get the following error.

I guess I must update another package, but I don't know. Anyway, don't
worry. I can test it then when all of these changes are included in pharo
image.

thanks again.

MessageNotUnderstood: OBMetaNode>>filters
OBMetaNode(Object)>>doesNotUnderstand: #filters
OBPackageBrowser class>>defaultMetaNode
OBPackageBrowser class(OBBrowser class)>>new
OBPackageBrowser class(OBBrowser class)>>open
OBPackageBrowserAdaptor class(OBSystemBrowserAdaptor class)>>open
DEVToolSet class(StandardToolSet class)>>openClassBrowser
[] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: {[(selArgCount :=
selector numArgs) = 0   ifTrue: [target perform: selector] ...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
ToggleMenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
ToggleMenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:

OBMetaNode(Object)>>doesNotUnderstand: #filters
OBPackageBrowser class>>defaultMetaNode
OBPackageBrowser class(OBBrowser class)>>new
OBPackageBrowser class(OBBrowser class)>>open
OBPackageBrowserAdaptor class(OBSystemBrowserAdaptor class)>>open
DEVToolSet class(StandardToolSet class)>>openClassBrowser
[] in ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent: {[(selArgCount :=
selector numArgs) = 0   ifTrue: [target perform: selector] ...]}
BlockContext>>ensure:
CursorWithMask(Cursor)>>showWhile:
ToggleMenuItemMorph(MenuItemMorph)>>invokeWithEvent:
ToggleMenuItemMorph(MenuItemMorph)>>mouseUp:
ToggleMenuItemMorph(MenuItemMorph)>>handleMouseUp:
MouseButtonEvent>>sentTo:
ToggleMenuItemMorph(Morph)>>handleEvent:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
ToggleMenuItemMorph(Morph)>>processEvent:using:
MorphicEventDispatcher>>dispatchDefault:with:
MorphicEventDispatcher>>dispatchEvent:with:
MenuMorph(Morph)>>processEvent:using:
doesNotUnderstand: aMessage
     "Handle the fact that there was an attempt to send the given message to
the receiver but the receiver does not understand this message (typically
sent from the machine when a message is sent to the receiver and no method
is defined for that selector)."
    "Testing: (3 activeProcess)"

    MessageNotUnderstood new
        message: aMessage;
        receiver: self;
        signal.
    ^ aMessage sentTo: self.




On Sun, Mar 1, 2009 at 8:36 AM, Lukas Renggli <reng...@gmail.com> wrote:

> >> Not at the moment, I noticed myself several times that this would be
> >> useful. If I find time, I will have a look at it tomorrow.
> >
> > No problem. I was just  asking :)
>
> Update in this order:
>
> 1. AST-lr.164
> 2. Refactoring-Core-lr.40
> 3. OB-Refactory-lr.141
> 4. OB-Regex-lr.15
>
> To get case insensitive matching when building environments/scopes
> make sure that the expression ends with "/i". All the commands include
> a regular expression example now, that should help you get started.
>
> Note, that this versions also reorganize the menus a bit, after a
> discussion with Stephane and David. Environments are now called
> scopes, but other than that it is the same.
>
> Lukas
>
>
> >
> >>
> >> > Suppose you have more than 1 match of what you are looking in the same
> >> > method, is there a way to go one after the other putting the color
> over
> >> > the
> >> > world ?
> >>
> >> Not without hacking into ParagraphEditor. There is unfortunately no
> >> easy way to highlight several occurrences.
> >
> > :(  Ok. Thanks anyway for the tip.
> >
> >>
> >> Lukas
> >>
> >> --
> >> Lukas Renggli
> >> http://www.lukas-renggli.ch
> >>
> >> _______________________________________________
> >> Pharo-project mailing list
> >> Pharo-project@lists.gforge.inria.fr
> >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
> >
> > _______________________________________________
> > Pharo-project mailing list
> > Pharo-project@lists.gforge.inria.fr
> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
> >
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> Pharo-project@lists.gforge.inria.fr
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
_______________________________________________
Pharo-project mailing list
Pharo-project@lists.gforge.inria.fr
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project

Reply via email to