Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Kasper Østerbye
On 21 October 2019 at 21.44.49, Norbert Hartl (norb...@hartl.name) wrote: I started to use Rubric as text editing component. With this I started to add text attributes for wysiwyg editing. In a basic attempt I wrote a converter from text attributes to pillar markup. The text with pillar markup is

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread tbrunz
Hi Norbert, Kasper, I, for one, am /*very*/ interested in being able to edit Pillar documents in a wysiwyg fashion. And of course I then want to write out such a document as a text file with Pillar markup, so that I can commit that document to a Booklet repo, to be compiled into a PDF. I was

Re: [Pharo-users] Script to download specific Pharo version

2019-10-21 Thread BrunoBB
Hi, I forgot to mention the error while try to load Seaside is aFileDoesNotExistException. Here is the error: FileDoesNotExistException: '/tmp/github--SeasideStSeasidev34x236606819388710396423147085274778742445.zip' Image: Pharo7.0.4 [Build information:

[Pharo-users] Script to download specific Pharo version

2019-10-21 Thread BrunoBB
Hi, We have a Linux script to build our image and was working well until recently. It seems that the failure is related (not confirmed yet) to https://github.com/pharo-project/pharo/issues/4764 Becuase it fail to load Seaside into the Pharo image. Is there any way to download a specific build

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Norbert Hartl
> Am 21.10.2019 um 19:20 schrieb Kasper Østerbye : > >  >> >> On 21 October 2019 at 18.53.24, Norbert Hartl (norb...@hartl.name) wrote: >> Looking at the code it seems that there is just a pillar to text conversikn. > > Yes, I only go from pillar to Text (not just String). > >> Do you have

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Kasper Østerbye
On 21 October 2019 at 18.53.24, Norbert Hartl (norb...@hartl.name) wrote: Looking at the code it seems that there is just a pillar to text conversikn. Yes, I only go from pillar to Text (not just String). Do you have plans to go from text to pillar as well? Your question confuses me :-) -

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Norbert Hartl
Looking at the code it seems that there is just a pillar to text conversikn. Do you have plans to go from text to pillar as well? Norbert > Am 21.10.2019 um 17:19 schrieb Kasper Østerbye : > >  > Cheers, > > > Rendering the Pillar markup inside the Pharo image > > This is work in (early)

Re: [Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Julien
Nice work Kasper! I can’t wait to have a tab with rendered pillar when browsing class comment. :-) Julien --- Julien Delplanque Doctorant à l’Université de Lille http://juliendelplanque.be/phd.html Equipe Rmod, Inria Bâtiment B 40, Avenue Halley 59650 Villeneuve d'Ascq Numéro de téléphone: +333

Re: [Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-21 Thread Kasper Østerbye
On 21 October 2019 at 16.17.49, Guillermo Polito (guillermopol...@gmail.com) wrote: What if instead of putting tables into text you put text into tables ;). In other words, think both text and tables as renderable elements (cof cof morphs). Then, since we can make a morph from a text, and a table

Re: [Pharo-users] [ANN] HeySql v1.1

2019-10-21 Thread Petter
Thx! Drop me a line if you run into trouble of some kind and I will take a look! Petter -- Sent from: http://forum.world.st/Pharo-Smalltalk-Users-f1310670.html

Re: [Pharo-users] Pillar in-image rendering (was: String concatenation vs. Stream)

2019-10-21 Thread Guillermo Polito
On Sat, Oct 19, 2019 at 1:40 PM Kasper Østerbye wrote: > My main *remaining issue is to do tables* somehow. Any hints on how to > render tables inside a text? > Hi Kasper, some intuition from my part for this. What if instead of putting tables into text you put text into tables ;). In other

[Pharo-users] Pillar in-image rendering as RichText

2019-10-21 Thread Kasper Østerbye
Cheers, Rendering the Pillar markup inside the Pharo image This is work in (early) progress, but I think it is far enough for a "technology preview". Goal of the project The goal of the project is

Re: [Pharo-users] PharoADO

2019-10-21 Thread eftomi
> A question: is PharoCOM and PharoWin32 usable in Pharo 32 bits and 64 bits on Windows or is it a 32 bit thing? I haven't tried it yet. Here's a discussion about that: http://forum.world.st/Microsoft-COM-td5002594.html Best wishes Tomaz -- Sent from:

Re: [Pharo-users] PharoADO

2019-10-21 Thread Santiago Bragagnolo
Beautiful! this is a great contribution. El mar., 15 oct. 2019 a las 21:37, eftomi () escribió: > Dear all, > > A working prototype of PharoADO is now available at > https://github.com/eftomi/pharo-ado. I'd be glad if you can find the time > to > test it and report your observations to this

Re: [Pharo-users] PharoADO

2019-10-21 Thread p...@highoctane.be
A question: is PharoCOM and PharoWin32 usable in Pharo 32 bits and 64 bits on Windows or is it a 32 bit thing? Phil On Tue, Oct 15, 2019 at 9:36 PM eftomi wrote: > Dear all, > > A working prototype of PharoADO is now available at > https://github.com/eftomi/pharo-ado. I'd be glad if you can

Re: [Pharo-users] [ANN] HeySql v1.1

2019-10-21 Thread p...@highoctane.be
Looks interesting. I'll give it a shot. Same feel about ORMs in general here, so, let's see how it goes. Phil On Sat, Oct 19, 2019 at 6:58 PM Petter wrote: > Hi, I have just released HeySql, version 1.1 - a database orm for > Postgresql. > > - Support for migrations > - Generation of