Re: [Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread Sean P. DeNigris
kilon.alios wrote I decided to start my own project called MorphicDoc Great! Thanks :) - Cheers, Sean -- View this message in context: http://forum.world.st/ANN-MorphicDoc-A-project-to-document-Morphic-tp4819062p4819085.html Sent from the Pharo Smalltalk Users mailing list archive at

Re: [Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread kilon alios
sure any help is welcomed . Contributing is the usual github workflow, you fork and send me pull requests (I would like to use this opportunity to test to see how well pull request works with gitfiletree). Creating the documentation is also quite simple, if you open the help tool has a section

[Pharo-users] Dictionary and sorting

2015-04-11 Thread Hilaire
Dear all, From a dictionary, I want the keys sorted according to the values (string). I came with this method: keysSortedByValue ^ (self associations sort: [ :assoc1 :assoc2 | assoc1 value assoc2 value ]) collect: [ :assoc | assoc key ] Is there better way to deal with it, in

Re: [Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread Thierry Goubier
Hi Kilon, Le 11/04/2015 19:42, kilon alios a écrit : sure any help is welcomed . Contributing is the usual github workflow, you fork and send me pull requests (I would like to use this opportunity to test to see how well pull request works with gitfiletree). You'll tell me :) Just remember

Re: [Pharo-users] Dictionary and sorting

2015-04-11 Thread Hilaire
Ah, I came to discover OrderedIdentityDictionary. After all, the most efficient is what you don't need to do. Hilaire Le 11/04/2015 18:41, Hilaire a écrit : Dear all, From a dictionary, I want the keys sorted according to the values (string). I came with this method: keysSortedByValue

Re: [Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread kilon alios
yes I am aware of your merge driver, will give it a try of course. I am certainly curious to see how well it works in practice. If not I will blame you of course and just copy paste the code and commit it myself. Good opportunity to learn more about git too. On Sat, Apr 11, 2015 at 8:49 PM,

Re: [Pharo-users] Eating your own dog food (Site/Blog)

2015-04-11 Thread garduino
Thanks for the detailed explanation Pierce! And I understand perfectly, I have some internal stuff of my company that I work with the same style, and hard to publish. Regards! -- View this message in context: http://forum.world.st/Eating-your-own-dog-food-Site-Blog-tp4817960p4819057.html

[Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread kilon alios
One of the frequent questions we get asked is how to use Morphic. Unfortunately there is very little documentation for Morphic around and barely touches the most interesting concepts. I decided to start my own project called MorphicDoc . MorphicDoc is very easy to install with Configuration

Re: [Pharo-users] pillar internal link

2015-04-11 Thread Dmitri Zagidulin
On Friday, April 10, 2015, Damien Cassou damien.cas...@gmail.com wrote: website is clearer. Something you could do however is to add links for each project in the todo: these links go target mailing list discussions (or a github tracker or both if we go that Sure! Happy to add links. Just

Re: [Pharo-users] [ANN] MorphicDoc : A project to document Morphic

2015-04-11 Thread Dmitri Zagidulin
kilon -- That's awesome! How would you feel about also adding some of those docs into the Morphic chapter of PBE? (Or, if you dont have the bandwidth, would you be opposed to someone else doing that?) On Saturday, April 11, 2015, kilon alios kilon.al...@gmail.com wrote: One of the frequent