Is there another browser ?
I was wondering if there is a browser that - let me rename methods - supports code completion - generate getters and setters for selected instance variables - supports refactorings ? Regards Roger
On Sat, Apr 28, 2012 at 12:33 PM, Roger Gilliar <roger@gilliar.de> wrote:
I was wondering if there is a browser that
- let me rename methods - supports code completion - generate getters and setters for selected instance variables - supports refactorings ?
http://marianopeck.wordpress.com/2012/02/26/nautilus-the-reborn-of-the-syste... https://ci.lille.inria.fr/pharo/view/Nautilus%201.4/job/Nautilus/
Regards Roger
-- Mariano http://marianopeck.wordpress.com
In Pharo 1.4, use the following snippet to load Nautilus: Gofer new url: 'http://ss3.gemstone.com/ss/Nautilus'; package: 'ConfigurationOfNautilus'; load. (Smalltalk at: #ConfigurationOfNautilus) perform: #loadRelease. Please note that I had load failures when loading Nautilus before loading Seaside. Loading Seaside first caused no problems. Runar
participants (3)
-
Mariano Martinez Peck -
Roger Gilliar -
Runar Jordahl