Re: [Pharo-users] Small "code" editor example for improving a GUI

2016-10-10 Thread Offray Vladimir Luna Cárdenas
Hi, On 06/10/16 14:29, Stephan Eggermont wrote: On 06/10/16 17:41, Offray Vladimir Luna Cárdenas wrote: I gave a glimpse to the RubTextAreaExamples yesterday, but if anyone knows a more complete example to start with, that would be really helpful. Did you take a look at my CodePanel

Re: [Pharo-users] [Moose-dev] [ann] pillar text editor

2016-10-10 Thread Alexandre Bergel
Spell checking would be fantastic Alexandre > On Oct 9, 2016, at 11:23 PM, Tudor Girba wrote: > > Hi, > > Pillar now ships with a text editor that also features a syntax highlighter. > > So, now, if you load the development version of Pillar: > > Gofer new >

Re: [Pharo-users] Spec: DropList question

2016-10-10 Thread Peter Uhnak
You can just provide `nil` as the first option, e.g. ui := DynamicComposableModel new. ui instantiateModels: #(select DropListModel). ui select items: #(nil a b c); displayBlock: [ :each | each ifNil: [ '' ] ifNotNil: #asString ]. layout := SpecLayout composed add:

Re: [Pharo-users] double dispatch example

2016-10-10 Thread Todd Blanchard
> On Sep 13, 2016, at 12:35, Denis Kudriashov wrote: > > > 2016-09-13 20:56 GMT+02:00 stepharo >: > > I was thinking about the code in Pharo. > Probably most known and beautiful case is arithmetic operations. Look at >

Re: [Pharo-users] [ann] pillar text editor

2016-10-10 Thread Tudor Girba
Hi, > On Oct 10, 2016, at 8:48 AM, stepharo wrote: > > Doru > do you think that we could get a simple visitor that could create a preview > in Pharo? What kind of preview? > One of the things I would like is: > > - minimal package for a pillar core so that we can

Re: [Pharo-users] Pharo5 download for linux - interpreter cannot read image file

2016-10-10 Thread Esteban Lorenzano
> On 10 Oct 2016, at 05:47, Andreas Sunardi wrote: > > Hello Stef, > > IMHO, since the 'GNU/Linux w. libc < 2.15' download in Pharo download webpage > is broken anyway, we should repackage that download. Then other people using > this version doesn't have to follow extra