[Pharo-project] Nautilus
Is there any documentation on Nautilus anywhere? I was trying to get it to create getters and setters but I don't see if it does that. Also, there are these tantalizing letters on the side (S, B, D, I, C) and sometimes a yellow band appears on the right--which I guess is a warning about length, but what are the numbers? Also, the category pane is now the package pane, and given my confusion about the relationship between those, it'd be good to know how Nautilus is different. ===Blake===
On Fri, Apr 20, 2012 at 11:58 PM, blake <dsblakewatson@gmail.com> wrote:
Is there any documentation on Nautilus anywhere?
I was trying to get it to create getters and setters but I don't see if it does that. Also, there are these tantalizing letters on the side (S,
source code
B,
bytecodes
D,
decompiled string
I,
instance variables
C)
class variables
and sometimes a yellow
your method is a little bit long
band appears on the right--which I guess is a warning about length,
you method is TOO long
but what are the numbers?
characters? Anyway, I agree we should document Nautilus somewhere :(
Also, the category pane is now the package pane, and given my confusion about the relationship between those, it'd be good to know how Nautilus is different.
===Blake===
-- Mariano http://marianopeck.wordpress.com
Thanks, Mariano. It's nice! Does it do setter/getter generation? On Fri, Apr 20, 2012 at 3:00 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Fri, Apr 20, 2012 at 11:58 PM, blake <dsblakewatson@gmail.com> wrote:
Is there any documentation on Nautilus anywhere?
I was trying to get it to create getters and setters but I don't see if it does that. Also, there are these tantalizing letters on the side (S,
source code
B,
bytecodes
D,
decompiled string
I,
instance variables
C)
class variables
and sometimes a yellow
your method is a little bit long
band appears on the right--which I guess is a warning about length,
you method is TOO long
but what are the numbers?
characters?
Anyway, I agree we should document Nautilus somewhere :(
Also, the category pane is now the package pane, and given my confusion about the relationship between those, it'd be good to know how Nautilus is different.
===Blake===
-- Mariano http://marianopeck.wordpress.com
On Sat, Apr 21, 2012 at 12:15 AM, blake <dsblakewatson@gmail.com> wrote:
Thanks, Mariano.
It's nice! Does it do setter/getter generation?
select a class -> right click -> refacoring -> class refactoring -> generate accessors cheers
On Fri, Apr 20, 2012 at 3:00 PM, Mariano Martinez Peck <marianopeck@gmail.com> wrote:
On Fri, Apr 20, 2012 at 11:58 PM, blake <dsblakewatson@gmail.com> wrote:
Is there any documentation on Nautilus anywhere?
I was trying to get it to create getters and setters but I don't see if it does that. Also, there are these tantalizing letters on the side (S,
source code
B,
bytecodes
D,
decompiled string
I,
instance variables
C)
class variables
and sometimes a yellow
your method is a little bit long
band appears on the right--which I guess is a warning about length,
you method is TOO long
but what are the numbers?
characters?
Anyway, I agree we should document Nautilus somewhere :(
Also, the category pane is now the package pane, and given my confusion about the relationship between those, it'd be good to know how Nautilus is different.
===Blake===
-- Mariano http://marianopeck.wordpress.com
-- Mariano http://marianopeck.wordpress.com
Mariano Martinez Peck wrote
Anyway, I agree we should document Nautilus somewhere :(
I stumbled upon a sketch of a Nautilus documentation some time ago :) https://github.com/Ezial/Nautilus Please continue to write it and publish it! And i really begin to like Nautilus a lot, especially the possibility to write plugins. What i would love to learn/read more about was RPackage and Ring (perhaps on a blogpost on http://marianopeck.wordpress.com/ ;). -- View this message in context: http://forum.world.st/Nautilus-tp4575388p4576187.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
On Sat, Apr 21, 2012 at 11:41 AM, Helene Bilbo < thereluctantprogrammer@fastmail.fm> wrote:
Mariano Martinez Peck wrote
Anyway, I agree we should document Nautilus somewhere :(
I stumbled upon a sketch of a Nautilus documentation some time ago :) https://github.com/Ezial/Nautilus Please continue to write it and publish it!
Tha's pretty cool!! I wasn't aware of it. Indeed, it would be nice if people can push and continue improving that chapter.
And i really begin to like Nautilus a lot, especially the possibility to write plugins. What i would love to learn/read more about was RPackage and Ring (perhaps on a blogpost on http://marianopeck.wordpress.com/ ;).
Problem is that I know nothing about them :(
-- View this message in context: http://forum.world.st/Nautilus-tp4575388p4576187.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
-- Mariano http://marianopeck.wordpress.com
Right clic on the class name, Refactoring> Class refactoring > Generate accessors . I guess it is what you are looking for (though I didn't do it yet). Nautilus is really a cool browser , congrats Benjamin :-) I especially like the Group view , very useful Having a chasing senders/implementors browser like the refactoring browser have would be top. Having the annotation line telling in wich changeset the method is would be cool too. Each Pharo release gets better . "blake" <dsblakewatson@gmail.com> a écrit dans le message de news: CAJAnwP=CpXEJo4t8qY3L2Z8=n-FkeDCosAVxjKeS8wtBNwdrFA@mail.gmail.com...
Is there any documentation on Nautilus anywhere?
I was trying to get it to create getters and setters but I don't see if it does that. Also, there are these tantalizing letters on the side (S, B, D, I, C) and sometimes a yellow band appears on the right--which I guess is a warning about length, but what are the numbers?
Also, the category pane is now the package pane, and given my confusion about the relationship between those, it'd be good to know how Nautilus is different.
===Blake===
Alain rastoul wrote
Nautilus is really a cool browser , congrats Benjamin :-) I especially like the Group view , very useful Having a chasing senders/implementors browser like the refactoring browser have would be top. Having the annotation line telling in wich changeset the method is would be cool too.
Each Pharo release gets better .
+1 to all of that!! Thanks Benjamin :) Also really cool are: * dirty packages show red in browser - really nice... * commit to MC right from browser - sweet! * contextual refactoring menus * resizable columns!!!!!!!!!!!!!!!!! Wish list item (why not): double clicking on column separator fits to contents width (like Mac Finder) Cheers, Sean -- View this message in context: http://forum.world.st/Nautilus-tp4575388p4575468.html Sent from the Pharo Smalltalk mailing list archive at Nabble.com.
Right clic on the class name, Refactoring> Class refactoring > Generate accessors . I guess it is what you are looking for (though I didn't do it yet).
Nautilus is really a cool browser , congrats Benjamin :-) I especially like the Group view , very useful
yes I tried to push david to implement that in O2 but it did not work. Now I was saying that the next extra hyper cool feature of nautilus would be to have context (so that we can keep a method under edition and jump to another one or that we can have a context = reading methods x in package y and jumping to read method k in group z :). But first let us finish RPackage integration :(
Having a chasing senders/implementors browser like the refactoring browser have would be top. Having the annotation line telling in wich changeset the method is would be cool too.
use the plugins it is there :)
Each Pharo release gets better .
"blake" <dsblakewatson@gmail.com> a écrit dans le message de news: CAJAnwP=CpXEJo4t8qY3L2Z8=n-FkeDCosAVxjKeS8wtBNwdrFA@mail.gmail.com...
Is there any documentation on Nautilus anywhere?
I was trying to get it to create getters and setters but I don't see if it does that. Also, there are these tantalizing letters on the side (S, B, D, I, C) and sometimes a yellow band appears on the right--which I guess is a warning about length, but what are the numbers?
Also, the category pane is now the package pane, and given my confusion about the relationship between those, it'd be good to know how Nautilus is different.
===Blake===
participants (6)
-
Alain Rastoul -
blake -
Helene Bilbo -
Mariano Martinez Peck -
Sean P. DeNigris -
Stéphane Ducasse