[Pharo-users] [ANN] Migrated Artefact to GitHub

2018-09-27 Thread Guillermo Polito
Hi all, I've moved the Artefact library to GitHub ( https://github.com/pharo-contributions/Artefact). I've also made some changes to it in the way and made a 1.7.0 version with: - support for Pharo7 streams - a baseline So, people using Artifact, you can contribute through pull requests ^^, Gu

[Pharo-users] Pharo on macOS Mojave

2018-09-27 Thread Manuel Leuenberger
Hi, Did anybody already try Pharo 6.1 on macOS Mojave? Are there any issues that would suggest not to upgrade soon? Cheers, Manuel

Re: [Pharo-users] Pharo on macOS Mojave

2018-09-27 Thread Sven Van Caekenberghe
Pharo 7 certainly works fine. > On 27 Sep 2018, at 12:06, Manuel Leuenberger wrote: > > Hi, > > Did anybody already try Pharo 6.1 on macOS Mojave? Are there any issues that > would suggest not to upgrade soon? > > Cheers, > Manuel > >

Re: [Pharo-users] GTDocument how to

2018-09-27 Thread Juraj Kubelka via Pharo-users
--- Begin Message --- Hi Hilaire, As far as I understand your description, Documenter should fit. You can start by using: -=-=-=- GtDocumenter editorForText: 'This is a Dr. Geo tutorial. Evaluate the following script: [[[ "A Dr. Geo script that returns DrGeo canvas" ]]] Extensions are done

Re: [Pharo-users] [ANN] Migrated Artefact to GitHub

2018-09-27 Thread Norbert Hartl
Super! Thanks Norbert > Am 27.09.2018 um 11:26 schrieb Guillermo Polito : > > Hi all, > > I've moved the Artefact library to GitHub > (https://github.com/pharo-contributions/Artefact). > > I've also made some changes to it in the way and made a 1.7.0 version with: > - support for Pharo7 stre

Re: [Pharo-users] GTDocument how to

2018-09-27 Thread Hilaire
Thanks for the tips. Where should be key in this text? I went installing DrGeo along Documenter in P6.1, but it is stalled when installing XML dependecies (a bit old, true). Conflict with XML? or Issue with DrGeo on P6.1, may be both. This is so fragile. Hilaire Le 27/09/2018 à 14:51, Juraj K

Re: [Pharo-users] [Pharo-dev] [ANN] Migrated Artefact to GitHub

2018-09-27 Thread Alistair Grant
Hi Guille, I wasn't aware this existed - thanks for letting us know! Cheers, Alistair On Thu, 27 Sep 2018 at 15:41, Norbert Hartl wrote: > > Super! Thanks > > Norbert > > Am 27.09.2018 um 11:26 schrieb Guillermo Polito : > > Hi all, > > I've moved the Artefact library to GitHub > (https://git

[Pharo-users] Pharo 7.0 code documentation

2018-09-27 Thread Trussardi Dario Romano
Ciao, I would be interested in understanding how I can document the code directly in pharo. Can someone give me some reference - link about it? Thank you, Dario

Re: [Pharo-users] Pharo 7.0 code documentation

2018-09-27 Thread Hilaire
Hi Dario You write comment per class, directly from the class browser. See Fraction class as an example. Or do need something else? Hilaire -- Dr. Geo http://drgeo.eu

Re: [Pharo-users] [Demo] Creating Bloc Widgets in Pharo

2018-09-27 Thread Stephan Eggermont
Sven Van Caekenberghe wrote: > This is nice. Shows off some impressive capabilities. > > Not sure many people are capable of coming up this kind of code though ;-) I hope to provide enough examples that the patterns become visible Stephan