How to get refactorings with nautilus

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

How to get refactorings with nautilus

Stéphane Ducasse
I took Nautilus with refactoring on jenkins but I do not find the refactorings.

Stef
Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Marcus Denker-4

On Feb 26, 2012, at 3:39 PM, Stéphane Ducasse wrote:

> I took Nautilus with refactoring on jenkins but I do not find the refactorings.
>
In the menu? But you need to take care that there is right know no way to get
the menu other then right-click. Command-Click which is normally the same is
not the same in this case...
   
      Marcus

--
Marcus Denker -- http://marcusdenker.de


Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Stéphane Ducasse
Apparently
                spec
                refactorings
                nautilus refactoring are not loaded.
The configuration should be improved

Stef

On Feb 26, 2012, at 3:46 PM, Marcus Denker wrote:

>
> On Feb 26, 2012, at 3:39 PM, Stéphane Ducasse wrote:
>
>> I took Nautilus with refactoring on jenkins but I do not find the refactorings.
>>
> In the menu? But you need to take care that there is right know no way to get
> the menu other then right-click. Command-Click which is normally the same is
> not the same in this case...
>
>      Marcus
>
> --
> Marcus Denker -- http://marcusdenker.de
>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Mariano Martinez Peck


On Sun, Feb 26, 2012 at 3:52 PM, Stéphane Ducasse <[hidden email]> wrote:
Apparently
               spec
               refactorings
               nautilus refactoring are not loaded.
The configuration should be improved


I think it is quite good now. I have spent time in improving it and it is commited. So I don't understand. Baseline 4.2 reads:

   
        spec
            group: 'default' with: #('refactorings');
            group: 'core' with: #('HistoryCollection' 'GroupManager' 'GroupManagerUI' 'PluggableTextMorphWithLimits' 'Nautilus');
            group: 'refactorings' with: #('core' 'NautilusRefactoring');
            group: 'release' with: #('refactorings' 'NautilusOCompletion')]

 
so..what were you loading? what is the exact problem?


Stef

On Feb 26, 2012, at 3:46 PM, Marcus Denker wrote:

>
> On Feb 26, 2012, at 3:39 PM, Stéphane Ducasse wrote:
>
>> I took Nautilus with refactoring on jenkins but I do not find the refactorings.
>>
> In the menu? But you need to take care that there is right know no way to get
> the menu other then right-click. Command-Click which is normally the same is
> not the same in this case...
>
>      Marcus
>
> --
> Marcus Denker -- http://marcusdenker.de
>
>





--
Mariano
http://marianopeck.wordpress.com

Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Benjamin Van Ryseghem (Pharo)
In reply to this post by Stéphane Ducasse
Yes, I changed the groups name yesterday and forgot that the script was using them.

It's fixed now, so it should be ok in the next build wave :)


Thanks for your feedback ;)

Ben

On Feb 26, 2012, at 3:52 PM, Stéphane Ducasse wrote:

> Apparently
> spec
> refactorings
> nautilus refactoring are not loaded.
> The configuration should be improved
>
> Stef
>
> On Feb 26, 2012, at 3:46 PM, Marcus Denker wrote:
>
>>
>> On Feb 26, 2012, at 3:39 PM, Stéphane Ducasse wrote:
>>
>>> I took Nautilus with refactoring on jenkins but I do not find the refactorings.
>>>
>> In the menu? But you need to take care that there is right know no way to get
>> the menu other then right-click. Command-Click which is normally the same is
>> not the same in this case...
>>
>>     Marcus
>>
>> --
>> Marcus Denker -- http://marcusdenker.de
>>
>>
>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Benjamin Van Ryseghem (Pharo)
In reply to this post by Mariano Martinez Peck
The problem is the loadDefault method used to load refactorings, and here it loads the core version.

So I fix that :)

The configuration is good now I think (thanks to you ;) )


Thanks again,

Ben

On Feb 26, 2012, at 4:43 PM, Mariano Martinez Peck wrote:



On Sun, Feb 26, 2012 at 3:52 PM, Stéphane Ducasse <[hidden email]> wrote:
Apparently
               spec
               refactorings
               nautilus refactoring are not loaded.
The configuration should be improved


I think it is quite good now. I have spent time in improving it and it is commited. So I don't understand. Baseline 4.2 reads:

   
        spec
            group: 'default' with: #('refactorings');
            group: 'core' with: #('HistoryCollection' 'GroupManager' 'GroupManagerUI' 'PluggableTextMorphWithLimits' 'Nautilus');
            group: 'refactorings' with: #('core' 'NautilusRefactoring');
            group: 'release' with: #('refactorings' 'NautilusOCompletion')]

 
so..what were you loading? what is the exact problem?


Stef

On Feb 26, 2012, at 3:46 PM, Marcus Denker wrote:

>
> On Feb 26, 2012, at 3:39 PM, Stéphane Ducasse wrote:
>
>> I took Nautilus with refactoring on jenkins but I do not find the refactorings.
>>
> In the menu? But you need to take care that there is right know no way to get
> the menu other then right-click. Command-Click which is normally the same is
> not the same in this case...
>
>      Marcus
>
> --
> Marcus Denker -- http://marcusdenker.de
>
>





--
Mariano
http://marianopeck.wordpress.com


Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Stéphane Ducasse
Ok thanks!

Stef

On Feb 26, 2012, at 4:47 PM, Benjamin wrote:

> The problem is the loadDefault method used to load refactorings, and here it loads the core version.
>
> So I fix that :)
>
> The configuration is good now I think (thanks to you ;) )
>
>
> Thanks again,
>
> Ben
>
> On Feb 26, 2012, at 4:43 PM, Mariano Martinez Peck wrote:
>
>>
>>
>> On Sun, Feb 26, 2012 at 3:52 PM, Stéphane Ducasse <[hidden email]> wrote:
>> Apparently
>>                spec
>>                refactorings
>>                nautilus refactoring are not loaded.
>> The configuration should be improved
>>
>>
>> I think it is quite good now. I have spent time in improving it and it is commited. So I don't understand. Baseline 4.2 reads:
>>
>>    
>>         spec
>>             group: 'default' with: #('refactorings');
>>             group: 'core' with: #('HistoryCollection' 'GroupManager' 'GroupManagerUI' 'PluggableTextMorphWithLimits' 'Nautilus');
>>             group: 'refactorings' with: #('core' 'NautilusRefactoring');
>>             group: 'release' with: #('refactorings' 'NautilusOCompletion')]
>>
>>  
>> so..what were you loading? what is the exact problem?
>>
>>
>> Stef
>>
>> On Feb 26, 2012, at 3:46 PM, Marcus Denker wrote:
>>
>> >
>> > On Feb 26, 2012, at 3:39 PM, Stéphane Ducasse wrote:
>> >
>> >> I took Nautilus with refactoring on jenkins but I do not find the refactorings.
>> >>
>> > In the menu? But you need to take care that there is right know no way to get
>> > the menu other then right-click. Command-Click which is normally the same is
>> > not the same in this case...
>> >
>> >      Marcus
>> >
>> > --
>> > Marcus Denker -- http://marcusdenker.de
>> >
>> >
>>
>>
>>
>>
>>
>> --
>> Mariano
>> http://marianopeck.wordpress.com
>>
>


Reply | Threaded
Open this post in threaded view
|

Re: How to get refactorings with nautilus

Stéphane Ducasse
In reply to this post by Mariano Martinez Peck
>
> Apparently
>                spec
>                refactorings
>                nautilus refactoring are not loaded.
> The configuration should be improved
>
>
> I think it is quite good now. I have spent time in improving it and it is commited. So I don't understand. Baseline 4.2 reads:
>
>    
>         spec
>             group: 'default' with: #('refactorings');
>             group: 'core' with: #('HistoryCollection' 'GroupManager' 'GroupManagerUI' 'PluggableTextMorphWithLimits' 'Nautilus');
>             group: 'refactorings' with: #('core' 'NautilusRefactoring');
>             group: 'release' with: #('refactorings' 'NautilusOCompletion')]
>
>  
> so..what were you loading? what is the exact problem?
>

Jenkins

Stef