Re: [Pharo-users] The Spec UI Framework. first translation to korean finish.

2017-08-27 Thread peter yoo
I do not know if it is possible or impossible. because: 1. failed to compile the SPEC UI Framework. Xetex would have caught the error, but I do not know about luatex. 2. I am using texlive 2017 with gentoo linux. 3. In Korea, when making a book, in most cases it is using an oblivior that has

[Pharo-users] This sentence made my day [WAS] Re: Dark Mode

2017-08-27 Thread Mariano Martinez Peck
On Sun, Aug 27, 2017 at 6:50 PM, PBKResearch wrote: > I agree with Dimitris - it is all a matter of preference - not all eyes > are the same. For myself, I find the default dark theme in Pharo very > uncomfortable. On my system, some elements have a black foreground on a

Re: [Pharo-users] Dark Mode

2017-08-27 Thread PBKResearch
Dimitris Update – there is a sort of bug in the screenshot, which I have caused. I opened the page with my usual light theme, then changed themes. This updated the colour of the background, but not the text in the foreground. If I open the same playground display with the dark theme, the

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Dimitris Chloupis
Also most don't know this but light themes of Pharo were in part hard coded. Esteban in order to create the dark theme which is based on the most popular dark theme ( if my memory serves correctly) , Darcula , he had to remove all this nasty code. He essentially made it possible for Pharo to have

Re: [Pharo-users] Dark Mode

2017-08-27 Thread PBKResearch
I agree with Dimitris - it is all a matter of preference - not all eyes are the same. For myself, I find the default dark theme in Pharo very uncomfortable. On my system, some elements have a black foreground on a dark grey background, which is almost impossible to see. This is always true of

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Dimitris Chloupis
no offence my friend, even when i did not understand the joke. I am completely respectful of the people who find it hard to work with a dark theme and I always stated that Pharo should have both, ideally ever more themes. Of course we don't have the size of the community to do that. Ideally Pharo

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Alistair Grant
Hi Dimitris, On Sun, Aug 27, 2017 at 08:37:56PM +, Dimitris Chloupis wrote: > > I completely agree - dark mode is great for content that you want to > look cool, but no one consumes. :-) I actually meant this in jest, which is why it has the smiley face afterwords. I don't know

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Dimitris Chloupis
what research institute reached that conclusion the same institute that claims that Pharo and Git cannot mix ? Please say to your institute to do a simple search on google search and put two words "code editor" and then click the "images" section and then say hello to reality. In the first 40

Re: [Pharo-users] Dark Mode

2017-08-27 Thread stephan
On 27-08-17 22:37, Dimitris Chloupis wrote: White or dark is a matter of preference. But the matter of preference is also a matter of biology . Not all eyes are same. The research is pretty clear: a large majority of developers does better with light themes. I have been sufficiently clear on

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Dimitris Chloupis
> Kilon has blue-ish theme (I don't think he published it anywhere), > The theme is called Nireas , its a dark theme based on blue color and is inspired by the best computer of all time. Amiga 500. Nireas is also a special theme because its a themable theme. It comes with a GUI that allows you

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Dimitris Chloupis
> > > I completely agree - dark mode is great for content that you want to > look cool, but no one consumes. :-) > You assume wrong cause dark themes have been dominating GUIs for over 3 decades now. Pharo was the rare exception of using a white theme. Light themes may be popular but white are

Re: [Pharo-users] pillar image in external link (or html a tag)

2017-08-27 Thread Peter Uhnák
I did a pass on the Markdown exporter to align it with CommonMark specifications, so it is exporter properly if I instantiate the objects. But Pillar also needs to parse the string properly. On Sun, Aug 27, 2017 at 8:28 PM, Stephane Ducasse wrote: > Hi peter > > I do

Re: [Pharo-users] Parser failure on FFI pragmas declaration in Pharo 5

2017-08-27 Thread Stephane Ducasse
> About deprecation, I found it fast because I think FFI as a key component of > a language. I imagine similar problems could happen when going from Morphic > to its successor (Bloc?). Even with a stable API, I expect some code to > explicitely depends on Morphic and break in the next GUI

Re: [Pharo-users] pillar image in external link (or html a tag)

2017-08-27 Thread Stephane Ducasse
Hi peter I do not think you can. I learned this features friday while writing md text to point to travis. This is something that we will able to add but for now my focus is not there. Stef On Sat, Aug 26, 2017 at 10:41 PM, Peter Uhnák wrote: > Hi, > > how can I embed an image

Re: [Pharo-users] Copy bitmap to clipboard

2017-08-27 Thread Stephane Ducasse
Hilaire may be you should turn the copied canvas into a png because it is not clear how external tools will be able to do something with an internal representation of the screen. Stef On Sun, Aug 27, 2017 at 6:18 PM, Peter Uhnák wrote: > I don't know about other platforms,

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-27 Thread Thierry Goubier
Hi Doru, thanks for the explanation... I'll end up with three questions: - What makes Bloc different compared to the InterViews and Amulet toolkits? And Unidraw? - Will some of your workflows enables exploration of parallel, non-deterministic programs? - Will we be able to have non-linear

Re: [Pharo-users] Copy bitmap to clipboard

2017-08-27 Thread Peter Uhnák
I don't know about other platforms, but on linux the clipboard is implemented in this 8kloc C file https://github.com/pharo-project/pharo-vm/blob/e0ce2d9d78c3c7b37bbc12cd8730c6a15f1f057c/opensmalltalk-vm/platforms/unix/vm-display-X11/sqUnixX11.c e.g. getting the selection

Re: [Pharo-users] The Spec UI Framework. first translation to korean finish.

2017-08-27 Thread Stephane Ducasse
Hi peter Tx for the translation. I'm about to make sure that travis will build automatically the spec book via a docker container. Have a look at booklet-Smacc to see what I mean: each time you commit to the repository, the build is done and it is latex via a docket file and the pdf store on

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-27 Thread Tudor Girba
Hi Thierry, Indeed, you noticed correctly that we stayed away from the code browser. We found several years ago that Morphic was too limiting. During the Spotter implementation we found ourselves having to construct a mini-Morphic in order to do what we wanted to do. With text we had several

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Peter Uhnák
> Too bad Pharo isn't themable. If you don't know whether it is themable, you can just ask instead of issuing statements. ;) I've also seen Sublimish theme (don't know where the repo is), Dark Metal Theme ( https://github.com/estebanlm/themes ), Kilon has blue-ish theme (I don't think he

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Tim Mackinnon
It's also a single click in the Welcome screen - which is maybe too obvious ;) Tim Sent from my iPhone > On 27 Aug 2017, at 03:17, horrido wrote: > > Oh, cool! I didn't realize that. (I've never had a need to look at Settings.) > > Thanks. > > > > -- > View this

Re: [Pharo-users] Dark Mode

2017-08-27 Thread Alistair Grant
On Sat, Aug 26, 2017 at 03:40:04PM -0700, horrido wrote: > I found this interesting article > > > . I wanted to express my opinion... > > Dark mode looks cool and all, but it does have a

Re: [Pharo-users] The Spec UI Framework. first translation to korean finish.

2017-08-27 Thread Serge Stinckwich
Hi Peter, this is really a nice work ! You should consider converting your document to Pillar and host it on SquareBrackets org git repository, because it will be easier for others to contribute. Thank you for your support to the Pharo community Le 26 août 2017 à 22:52 +0200, peter yoo

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-27 Thread Thierry Goubier
Hi Doru, 2017-08-27 9:24 GMT+02:00 Tudor Girba : > Hi, > > > On Aug 27, 2017, at 12:06 AM, Thierry Goubier > wrote: > > > > Hi Tim, > > > > 2017-08-26 23:27 GMT+02:00 Tim Mackinnon : > > I think you pose some interesting design

Re: [Pharo-users] [ann] moldable editor - with expandable elements

2017-08-27 Thread Tudor Girba
Hi, > On Aug 27, 2017, at 12:06 AM, Thierry Goubier > wrote: > > Hi Tim, > > 2017-08-26 23:27 GMT+02:00 Tim Mackinnon : > I think you pose some interesting design challenges - but it's worthy of > experimentation. > > I share Denis' enthusiasm to