Hi Lukas,
I listed it below:
codeBrowser
| browser |
browser := GLMTableLayoutBrowser new.
browser row: #navigation; row: #details.
browser showOn: #navigation; using: [
browser custom: self codeNavigator ].
browser showOn: #details; from: #navigation->#class; from:
#navigation->#method; using: [
browser text
display: [:cls | cls sourceText];
useExplicitNotNil;
when: [:cls :method | cls notNil and: [method isNil] ].
browser text
display: [:cls :method | method sourceText] ].
browser sendToOutside: #namespace from: #navigation->#namespace.
browser sendToOutside: #class from: #navigation->#classe.
browser sendToOutside: #method from: #navigation->#method.
browser sendTo: ##navigation->#namespaceToSelect fromOutside:
#namespaceToSelect.
browser sendTo: ##navigation->#classToSelect fromOutside:
#classToSelect.
browser sendTo: ##navigation->#methodToSelect fromOutside:
#methodToSelect.
^ browser
Cheers,
Doru
On 16 Nov 2009, at 12:01, Lukas Renggli wrote:
> Indeed, that looks like a bug in the parser of the RB. Can you send me
> the code of
>
> MooseBrowsers>>codeBrowser
>
> Lukas
>
>
> 2009/11/16 Tudor Girba <[email protected]>:
>> I used the "refactor class/rename" menu entry.
>>
>> I noticed the problem first in the PackageBrowser, and then
>> reproduced
>> it in the OBSystemBrowser.
>>
>> Cheers,
>> Doru
>>
>>
>> On 16 Nov 2009, at 10:13, Lukas Renggli wrote:
>>
>>> I cannot reproduce this using the RB tests and in the default OB
>>> loaded into a Pharo-Core image.
>>>
>>> RB and OB in the dev image are broken. OB-Morphic, OB-Refactory, and
>>> OB-Regex are dirty packages. There are numerous overrides that
>>> subtly
>>> break these packages. The menus of OB are messed up too.
>>>
>>> What browser are you using? What menu item are you using? In Pharo-
>>> Dev
>>> I have 3 different rename menus :-/
>>>
>>> Lukas
>>>
>>> 2009/11/16 Tudor Girba <[email protected]>:
>>>> Hi,
>>>>
>>>> The refactorings are broken in the dev image 10495. I opened a
>>>> ticket:
>>>> http://code.google.com/p/pharo/issues/detail?id=1451
>>>>
>>>> Cheers,
>>>> Doru
>>>>
>>>>
>>>> --
>>>> www.tudorgirba.com
>>>>
>>>> "No matter how many recipes we know, we still value a chef."
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>>
>>>> _______________________________________________
>>>> Pharo-project mailing list
>>>> [email protected]
>>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>>>
>>>
>>>
>>>
>>> --
>>> Lukas Renggli
>>> http://www.lukas-renggli.ch
>>>
>>> _______________________________________________
>>> Pharo-project mailing list
>>> [email protected]
>>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>> --
>> www.tudorgirba.com
>>
>> "The coherence of a trip is given by the clearness of the goal."
>>
>>
>>
>>
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [email protected]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Lukas Renggli
> http://www.lukas-renggli.ch
>
> _______________________________________________
> Pharo-project mailing list
> [email protected]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
--
www.tudorgirba.com
"Next time you see your life passing by, say 'hi' and get to know her."
_______________________________________________
Pharo-project mailing list
[email protected]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project