On 2 August 2011 19:52, Offray Vladimir Luna C�rdenas <offray@riseup.net> wrote:Hi all,I'm reading with great joy, various pharo/smalltalk related books to get aglimpse of what is available. I started with PBE and almost finished, thenthe Seaside Tutorial by HPI and the Moose. I'm just browsing them and makesome things here and there using the Pharo image and workspaces to createdocumentation. Now I'm reading the Master Thesis "Scripting Browsers withGlamour" by Phillip Bunge and as I read about MVC this part:Reenskaug, however, never intended for the breaking of encapsulation thatthe pattern promotes. He wrote later that the �top level goal was to supportthe user�s mental model of the relevant information space and to enable theuser to inspect and edit this information.�I think that I want the same: support my own mental model when I'm exploringPharo/Smalltalk. I have been a long user of Leo[1] mostly for documentationrelated matters and I would like to have this kind of tree-like WorkSpace inPharo, instead of the plain one provided by default. So I will continue thereading of the thesis, but I would like to know if there is any package thatcan provide this support for my "leo alike mental of documentation" insidePharo. If this is not the case, I think that trying to create this"TreeSpace" in replace of the usual WorkSpace will be my first projects.[1] http://webpages.charter.net/edreamleo/front.htmlPlease let me know any thoughts or advices about this idea.
I think you should take a look on Nautilus project (Ben, can you
provide link/instructions?).
It using trees instead of lists to display contents in browser.
But i puzzled, what are use of trees in workspace? Maybe you meant browser?
Because by looking at screenshots [1], it is closely similar to browser.
Workspace in smalltalk is just a text editing area where you can type
small snippets of code and then evaluate them.
I see no way where trees could be of any use in workspace.
[1]http://webpages.charter.net/edreamleo/screen-shots.htmlCheers,Offray
--
Best regards,
Igor Stasenko AKA sig.