Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread Goubier Thierry
Le 29/11/2013 17:20, Sean P. DeNigris a écrit : Sean P. DeNigris wrote I noticed that right now, separate packages within the same project are not collapsed. E.g. if I have MyProject-Core and MyProject-Platform, they will be siblings in the tree, instead of both under MyProject. It seems like

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread Goubier Thierry
Le 29/11/2013 18:16, kilon alios a écrit : Currently I am working on Hyperion, a vector editor for Athens. Then I will work on Prometheas, on board documentation tool again with Athens. My third tool, if ever reach that far is Cyclops which will target the system browser. Now I am no fan of

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread kilon alios
It's done for me (with the added fact that you want to return the search results inside the system browser itself: done for me too). For Nautilus, there is a need to reactivate the Finder plugin. that's great to hear, this makes things much easier for me. How to reactivate that plugin ? Also

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread kilon alios
ok I found this after some google search - http://rmod.lille.inria.fr/web/pier?_s=HmL1nFoP1weCzRt7 . Is there any more recent documentation on Nautilus plugin system or any other way of extending Nautilus ? On Mon, Dec 2, 2013 at 11:05 AM, kilon alios kilon.al...@gmail.com wrote: It's done

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread Goubier Thierry
Le 02/12/2013 10:05, kilon alios a écrit : It's done for me (with the added fact that you want to return the search results inside the system browser itself: done for me too). For Nautilus, there is a need to reactivate the Finder plugin. that's great to hear, this makes things much easier

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread Benjamin
You can have a look here http://smalltalkhub.com/#!/~BenjaminVanRyseghem/Nautilus/ I started (and will resume working on it soon) a Spec based implementation of Nautilus with more extensibility. The idea is also that what you are browsing influence the browser. And Spec is good for that (as

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread Benjamin
Links are generated :) Here is the link I guess: http://rmod.lille.inria.fr/web/pier/software/Tools-Improvement/NautilusDocumentation There is no newer documentation, but this one is still up t orate (at least concerning the plugin mechanism). It is pretty simple. Have a look at some plugins

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread Roberto Minelli
what you are browsing influence the browser. Ben!! We should definitely sync on that! On Dec 2, 2013, at 11:27 AM, Benjamin benjamin.vanryseghem.ph...@gmail.com wrote: You can have a look here http://smalltalkhub.com/#!/~BenjaminVanRyseghem/Nautilus/ I started (and will resume working

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread kilon alios
Goubier thanks for the information, looks like it is as I assumed it is. Its a big motivation to know that there is so much modularity in the code. Its important that we have code that is easy to extend I think, this way we can try new ideas and keep what we like and throw away what we dont

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread btc
kilon alios wrote: Lets say you dont like the names used for some classes and methods. Why go through the tedious process of subclassing and creating your own methods that call superclass methods just so you have better names for those methods. Just go in and add new names for those methods,

Re: [Pharo-dev] Nautilus Tree

2013-12-02 Thread kilon alios
no its not , this blog post is about extending existing classes with new methods that are stored to other packages instead of creating subclasses. My point is about offering multiple names (not just one) to existing methods and classes, plus tags to further identify the methods so it is much

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread Sean P. DeNigris
Sean P. DeNigris wrote I noticed that right now, separate packages within the same project are not collapsed. E.g. if I have MyProject-Core and MyProject-Platform, they will be siblings in the tree, instead of both under MyProject. It seems like it would be more useful to have - MyProject

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread kilon alios
I dont see much room for thought, this looks to me like ideal behavior. On Fri, Nov 29, 2013 at 6:20 PM, Sean P. DeNigris s...@clipperadams.comwrote: Sean P. DeNigris wrote I noticed that right now, separate packages within the same project are not collapsed. E.g. if I have MyProject-Core

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread Benjamin
+1 Ben On 29 Nov 2013, at 17:25, kilon alios kilon.al...@gmail.com wrote: I dont see much room for thought, this looks to me like ideal behavior. On Fri, Nov 29, 2013 at 6:20 PM, Sean P. DeNigris s...@clipperadams.com wrote: Sean P. DeNigris wrote I noticed that right now, separate

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread Sean P. DeNigris
kilon alios wrote I dont see much room for thought, this looks to me like ideal behavior. I agree in theory, but it seems that the tree is primarily about chunking information into manageable pieces. A primary difficulty here is that packages are often divided for reasons that have nothing to

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread kilon alios
Currently I am working on Hyperion, a vector editor for Athens. Then I will work on Prometheas, on board documentation tool again with Athens. My third tool, if ever reach that far is Cyclops which will target the system browser. Now I am no fan of hierarchy trees. I find them hard to navigate

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread Stéphane Ducasse
On Nov 29, 2013, at 5:20 PM, Sean P. DeNigris s...@clipperadams.com wrote: Sean P. DeNigris wrote I noticed that right now, separate packages within the same project are not collapsed. E.g. if I have MyProject-Core and MyProject-Platform, they will be siblings in the tree, instead of both

Re: [Pharo-dev] Nautilus Tree

2013-11-29 Thread p...@highoctane.be
I do not. Scoped browsing is better for me. Search beats Prem a Fe organization. Ask Google. Search is like addition for them Phil On Friday, November 29, 2013, Stéphane Ducasse wrote: On Nov 29, 2013, at 5:20 PM, Sean P. DeNigris s...@clipperadams.comjavascript:; wrote: Sean P.