[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 ^^,
Guille

-- 



Guille Polito

Research Engineer

Centre de Recherche en Informatique, Signal et Automatique de Lille

CRIStAL - UMR 9189

French National Center for Scientific Research - *http://www.cnrs.fr
*


*Web:* *http://guillep.github.io* 

*Phone: *+33 06 52 70 66 13


[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 using  pragmas.
‘
-=-=-=-

Let me know how it works for you.

Juraj

> On Sep 26, 2018, at 14:10, Hilaire  wrote:
> 
> Hi,
> 
> I would like a document where user types in normal text and plugs in
> DrGeo view. The drgeo view will be dual. It will be alternatively the
> output of a DrGeo script (drgeo canvas) or the DrGeo script itself (code).
> 
> The view will be interactive. In drgeo canvas mode, user plays with the
> geometric construction, when switched to code mode, the user edits the
> DrGeo script and recompute the DrGeo canvas output.
> 
> Is GTDocument appropriate to do this? If so, where to start?
> 
> Thanks
> 
> Hilaire
> 
> -- 
> Dr. Geo
> http://drgeo.eu
> 
> 
> 


--- End Message ---


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 streams
>  - a baseline
> 
> So, people using Artifact, you can contribute through pull requests ^^,
> Guille
> 
> -- 
>
> Guille Polito
> Research Engineer
> Centre de Recherche en Informatique, Signal et Automatique de Lille
> CRIStAL - UMR 9189
> French National Center for Scientific Research - http://www.cnrs.fr
> 
> Web: http://guillep.github.io
> Phone: +33 06 52 70 66 13


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 Kubelka via Pharo-users a écrit :
> 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 using  pragmas.
> ‘
> -=-=-=-
>
> Let me know how it works for you.

-- 
Dr. Geo
http://drgeo.eu





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://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 ^^,
> Guille
>
> --
>
>
>
> Guille Polito
>
> Research Engineer
>
> Centre de Recherche en Informatique, Signal et Automatique de Lille
>
> CRIStAL - UMR 9189
>
> French National Center for Scientific Research - http://www.cnrs.fr
>
>
> Web: http://guillep.github.io
>
> Phone: +33 06 52 70 66 13



[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