Re: [Pharo-project] How to get refactorings with nautilus
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
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
On Sun, Feb 26, 2012 at 3:52 PM, Stéphane Ducasse <stephane.ducasse@inria.fr
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
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 <stephane.ducasse@inria.fr> 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
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 <stephane.ducasse@inria.fr> 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
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
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
participants (4)
-
Benjamin -
Marcus Denker -
Mariano Martinez Peck -
Stéphane Ducasse