Issue 3288 in pharo: OB does not work with editor changes

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

Issue 3288 in pharo: OB does not work with editor changes

pharo
Status: Accepted
Owner: marcus.denker
Labels: Milestone-1.2

New issue 3288 by marcus.denker: OB does not work with editor changes
http://code.google.com/p/pharo/issues/detail?id=3288

To recreate:


"Refactoring"
Gofer new
        squeaksource: 'rb';
        package: 'AST-Core';
        package: 'Refactoring-Core';
        package: 'Refactoring-Changes';
        package: 'Refactoring-Critics';
        package: 'Refactoring-Environment';
        load.

"OmniBrowser"
Gofer new
        renggli: 'omnibrowser';
        package: 'OmniBrowser';
        package: 'OB-Standard';
        package: 'OB-Morphic';
        package: 'OB-Refactory';
        load.


then open an OB browser.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3288 in pharo: OB does not work with editor changes

pharo

Comment #1 on issue 3288 by renggli: OB does not work with editor changes
http://code.google.com/p/pharo/issues/detail?id=3288

I don't know, probably. I will fix it as soon as the beta is out.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3288 in pharo: OB does not work with editor changes

pharo

Comment #2 on issue 3288 by aplantec: OB does not work with editor changes
http://code.google.com/p/pharo/issues/detail?id=3288

Here is a small cs that makes it work again.


Attachments:
        ob.1.cs  959 bytes


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3288 in pharo: OB does not work with editor changes

pharo

Comment #3 on issue 3288 by renggli: OB does not work with editor changes
http://code.google.com/p/pharo/issues/detail?id=3288

Yes, but that breaks Pharo 1.1.1 and this is where I am using it.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3288 in pharo: OB does not work with editor changes

pharo

Comment #4 on issue 3288 by aplantec: OB does not work with editor changes
http://code.google.com/p/pharo/issues/detail?id=3288

it's for 1.2



Reply | Threaded
Open this post in threaded view
|

Re: Issue 3288 in pharo: OB does not work with editor changes

pharo

Comment #5 on issue 3288 by renggli: OB does not work with editor changes
http://code.google.com/p/pharo/issues/detail?id=3288

Sure, please fork OB for 1.2. I will fix (or merge) it as soon as the beta  
is out.


Reply | Threaded
Open this post in threaded view
|

Re: Issue 3288 in pharo: OB does not work with editor changes

pharo
Updates:
        Status: Closed

Comment #6 on issue 3288 by marcus.denker: OB does not work with editor  
changes
http://code.google.com/p/pharo/issues/detail?id=3288

This particular bug has been fixed.