I would like to have this kind of tool in pharo

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
10 messages Options
Reply | Threaded
Open this post in threaded view
|

I would like to have this kind of tool in pharo

Stéphane Ducasse
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Igor Stasenko
On 27 April 2010 12:03, Stéphane Ducasse <[hidden email]> wrote:
> http://philemonworks.wordpress.com/2009/11/13/soek-goodies-st-exploring-open-source-smalltalk-libraries/
>
>
The flat view of a whole class methods is really interesting approach.
I imagine that, i could edit a single class and multiple methods of it
and stay in a single window. Just need to scroll time to time up or
down.


> Stef
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

SergeStinckwich
In reply to this post by Stéphane Ducasse
It's open source and based on Seaside, so not to difficult to have
something similar for pharo hosted at : http://doc.pharo-project.org/

On Tue, Apr 27, 2010 at 4:03 PM, Stéphane Ducasse
<[hidden email]> wrote:
> http://philemonworks.wordpress.com/2009/11/13/soek-goodies-st-exploring-open-source-smalltalk-libraries/
>
>
> Stef
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Serge Stinckwich
UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
Every DSL ends up being Smalltalk
http://doesnotunderstand.org/

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Richard Durr-2
Isn't this a little like WebVelocity displays the code?

On Tue, Apr 27, 2010 at 12:28 PM, Serge Stinckwich
<[hidden email]> wrote:

> It's open source and based on Seaside, so not to difficult to have
> something similar for pharo hosted at : http://doc.pharo-project.org/
>
> On Tue, Apr 27, 2010 at 4:03 PM, Stéphane Ducasse
> <[hidden email]> wrote:
>> http://philemonworks.wordpress.com/2009/11/13/soek-goodies-st-exploring-open-source-smalltalk-libraries/
>>
>>
>> Stef
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Serge Stinckwich
> UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
> Every DSL ends up being Smalltalk
> http://doesnotunderstand.org/
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Stéphane Ducasse
In reply to this post by SergeStinckwich
Yes this would a nice idea.

Stef

On Apr 27, 2010, at 12:28 PM, Serge Stinckwich wrote:

> It's open source and based on Seaside, so not to difficult to have
> something similar for pharo hosted at : http://doc.pharo-project.org/
>
> On Tue, Apr 27, 2010 at 4:03 PM, Stéphane Ducasse
> <[hidden email]> wrote:
>> http://philemonworks.wordpress.com/2009/11/13/soek-goodies-st-exploring-open-source-smalltalk-libraries/
>>
>>
>> Stef
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>>
>
>
>
> --
> Serge Stinckwich
> UMI UMMISCO 209 (IRD/UPMC), Hanoi, Vietnam
> Every DSL ends up being Smalltalk
> http://doesnotunderstand.org/
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

csrabak
In reply to this post by Stéphane Ducasse
Do you mean a non Seaside application sort of a "OB-Soek" package?
 



Em 27/04/2010 06:03, Stéphane Ducasse < [hidden email] > escreveu:
http://philemonworks.wordpress.com/2009/11/13/soek-goodies-st-exploring-open-source-smalltalk-libraries/


Stef
_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project



_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Igor Stasenko
On a second thought, viewing classes like Object in a single flat view
will not be so fun :)

--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Stéphane Ducasse
In reply to this post by csrabak
yes


On Apr 27, 2010, at 10:07 PM, [hidden email] wrote:

> Do you mean a non Seaside application sort of a "OB-Soek" package?
>
>
>
>
> Em 27/04/2010 06:03, Stéphane Ducasse < [hidden email] > escreveu:
> http://philemonworks.wordpress.com/2009/11/13/soek-goodies-st-exploring-open-source-smalltalk-libraries/
>
>
> Stef
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Stéphane Ducasse
In reply to this post by Igor Stasenko
different tools for different usage.
Sometimes it can be good and we should try to see how it works in practice.

On Apr 27, 2010, at 10:35 PM, Igor Stasenko wrote:

> On a second thought, viewing classes like Object in a single flat view
> will not be so fun :)
>
> --
> Best regards,
> Igor Stasenko AKA sig.
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project


_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
Reply | Threaded
Open this post in threaded view
|

Re: I would like to have this kind of tool in pharo

Igor Stasenko
On 28 April 2010 01:13, Stéphane Ducasse <[hidden email]> wrote:
> different tools for different usage.

Yes, i think that for small classes without bloat, it would be _very_
convenient.
What is good with flat view, that it will force people to think how to
design small classes with
small number of methods instead of making a bloated ones with hundreds
of methods.
Which is good.

> Sometimes it can be good and we should try to see how it works in practice.
>
> On Apr 27, 2010, at 10:35 PM, Igor Stasenko wrote:
>
>> On a second thought, viewing classes like Object in a single flat view
>> will not be so fun :)
>>
>> --
>> Best regards,
>> Igor Stasenko AKA sig.
>>
>> _______________________________________________
>> Pharo-project mailing list
>> [hidden email]
>> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>
>
> _______________________________________________
> Pharo-project mailing list
> [hidden email]
> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
>



--
Best regards,
Igor Stasenko AKA sig.

_______________________________________________
Pharo-project mailing list
[hidden email]
http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project