Re: [Pharo-dev] TxText model

2016-04-04 Thread Ben Coman
On Mon, Apr 4, 2016 at 9:49 PM, Igor Stasenko wrote: > > > On 4 April 2016 at 16:32, Thierry Goubier wrote: >> >> >> >> 2016-04-04 15:23 GMT+02:00 Igor Stasenko : >>> >>> >>> Analogies don't work. Right :) I never used

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Ben Coman
On Tue, Apr 5, 2016 at 2:51 AM, Igor Stasenko wrote: > > Some more bashing today.. (don't take it personal, i may be wrong) > > BlPath hierarchy.. and BlShape. > > Why you redefining what is shape and what is path? > Of course, you are free to do it in Bloc.. > But in terms of

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Aliaksei Syrel
About hit detection. Idea was to be completely general. And this is the only approach I found (still bad because uses native calls instead of athens-like solution) that works with text. Text is also a shape and it's very cool to be able to detect events inside characters. Imagine morph in form of

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Aliaksei Syrel
> Seriously, brute force is synonym of dumb. If you cannot solve the problem by anything else than using brute force, then first thing you do, you leave an extensive comment "sorry guys, this piece stinks, but i was <...> unable to do any better". That is enough, Igor. Calling other developers or

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
On 5 April 2016 at 00:50, Anonymous wrote: > As far as I know bloc already has perfect hit detection. In BlPath. What a > dumb state holder! > > Aha, i see - containsX: x Y: y render the path to determine if it contains point or not. Thank you for pointing out! Now

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Anonymous
As far as I know bloc already has perfect hit detection. In BlPath. What a dumb state holder! -- View this message in context: http://forum.world.st/bloc-I-do-not-understand-why-some-behavior-is-not-in-the-right-place-tp4888273p4888315.html Sent from the Pharo Smalltalk Developers mailing list

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
On 5 April 2016 at 01:12, Igor Stasenko wrote: > > > On 5 April 2016 at 00:51, Andrei Chis wrote: > > btw, Andrei , if you looking how you can test if point contains shape or > not, take a look at AthensCurveFlattener. > It converts curved path,

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
On 5 April 2016 at 00:51, Andrei Chis wrote: btw, Andrei , if you looking how you can test if point contains shape or not, take a look at AthensCurveFlattener. It converts curved path, that containing Bezier curves (or not) into simple polygonal shape that consists

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Andrei Chis
On Mon, Apr 4, 2016 at 11:45 PM, Igor Stasenko wrote: > > > On 4 April 2016 at 23:17, stepharo wrote: > >> Doru >> >> I have the impression that >> clipping and interaction can be defined by a "shape" >> then the drawing can be either drawn in a canvas or

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 23:17, stepharo wrote: > Doru > > I have the impression that > clipping and interaction can be defined by a "shape" > then the drawing can be either drawn in a canvas or delegate to something > else (for example for the cursor if there is an hardware

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 23:21, stepharo wrote: > Hi igor > > I like your feedback. > Could you summarize it based on the latest alpha version and now that you > saw the code? > > My biggest source of concern, when i look at it is attempt to funnel features of Athens to obfuscate it

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Andrei Chis
Hi Stef, Currently there was a distinction between Shape and Path which turn out to be confusing. So Shape will go away and there will be just a Path (line, circle, rectangle, etc). We started to refactor this during the PharoDays. And yes, Rectangle will be polymorphic with Path. BlElement

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
Le 04/04/2016 22:02, Damien Pollet a écrit : On 4 April 2016 at 17:21, Thierry Goubier > wrote: Did you had a look at the Doc code (of Design Pattern fame)? It has allways been freely available. no, what is it? do you have

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
Le 04/04/2016 22:02, Damien Pollet a écrit : On 4 April 2016 at 17:21, Thierry Goubier > wrote: Did you had a look at the Doc code (of Design Pattern fame)? It has allways been freely available. no, what is it? do you have

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread stepharo
Hi igor I like your feedback. Could you summarize it based on the latest alpha version and now that you saw the code? In the bloc version you discussed with alain (in the house I was renovating) an element had a view that were responsibe of the rendering but it was not good. Stef Le

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread stepharo
Doru I have the impression that clipping and interaction can be defined by a "shape" then the drawing can be either drawn in a canvas or delegate to something else (for example for the cursor if there is an hardware rendering). I like this discussion and the feedback of igor because he is

Re: [Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread stepharo
On 04 Apr 2016, at 09:15, Yuriy Tymchuk wrote: Good morning everyone! I think that it’s a nice way to start the new week by viewing photos from Pharo Days 2016: https://goo.gl/photos/orgTn4C1bSeqf6fy5. Additionally if someone wants to get a quick impression of the

Re: [Pharo-dev] TxText model

2016-04-04 Thread Damien Pollet
On 4 April 2016 at 17:21, Thierry Goubier wrote: > Did you had a look at the Doc code (of Design Pattern fame)? It has > allways been freely available. no, what is it? do you have a link? -- Damien Pollet type less, do more [ | ]

Re: [Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread stepharo
Thanks Yuriy I wished I had more energy but I need holidays. Le 4/4/16 09:15, Yuriy Tymchuk a écrit : Good morning everyone! I think that it’s a nice way to start the new week by viewing photos from Pharo Days 2016: https://goo.gl/photos/orgTn4C1bSeqf6fy5. Additionally if someone wants to

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
Some more bashing today.. (don't take it personal, i may be wrong) BlPath hierarchy.. and BlShape. Why you redefining what is shape and what is path? Of course, you are free to do it in Bloc.. But in terms of Athens, all of BlPath are actually - shapes.. And BlShape is some kind of encapsulation

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
Nevermind, i found. Here some comments. Q. So, why you think i made Color to be polymorphic with Athens Paint protocol? A. Exactly to avoid producing extra entities like this: (BlColorPaint new color: (Color blue alpha: 0.5)) Because this BlColorPaint adds nothing , has no any extra

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Cyril Ferlicot D.
Le 04/04/2016 18:56, Igor Stasenko a écrit : > > where i can download and look at this code? > Hi Igor, Via Pharo Launcher under Moose Jenkins -> bloc. Or at https://ci.inria.fr/moose/job/bloc/ > > -- > Best regards, > Igor Stasenko. -- Cyril Ferlicot http://www.synectique.eu 165

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Tudor Girba
Hi, Indeed, this was not clear. The original idea of the shape was to be primarily responsible for the clipping, but in the meantime the stroke and fill filtered in the implementation. Alex, Andrei and I will now change the “shape” to only be responsible for clipping and leave the drawing to

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 19:00, stepharo wrote: > I saw in bleedingEdge it is different and looks better. > Now I was wondering why shape did not do the rendering and I thought that > this is may be because a shape can be used for doing something else > than rendering. For example

Re: [Pharo-dev] TxText model

2016-04-04 Thread Stephan Eggermont
On 04-04-16 16:47, Thierry Goubier wrote: A short look through the layout part of it and I saw it has support for arbitrary object spans. It also supposes a certain API from it's model (interacting back to indicate where lines should be ended). A text is a list of spans, isn't it? And spans

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread stepharo
I saw in bleedingEdge it is different and looks better. Now I was wondering why shape did not do the rendering and I thought that this is may be because a shape can be used for doing something else than rendering. For example clipping or as igor mentioned defining the shape of the interaction

Re: [Pharo-dev] TxText model

2016-04-04 Thread Denis Kudriashov
2016-04-04 17:16 GMT+02:00 Igor Stasenko : > Glad to hear that you did not thrown away your project. If you skip my announcement it here http://lists.pharo.org/pipermail/pharo-dev_lists.pharo.org/2015-November/116027.html. And look at videos.

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Tudor Girba
Hi, Please take the latest version :). Cheers, Doru > On Apr 4, 2016, at 8:28 AM, Igor Stasenko wrote: > > What is it? > > Why people so obsessed to overcomplicate everything? > How drawFillOnAthensCanvas would look like, if you do things right? > > BlElement

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Igor Stasenko
What is it? Why people so obsessed to overcomplicate everything? How drawFillOnAthensCanvas would look like, if you do things right? BlElement >>drawOnAthensCanvas: aCanvas ^ aCanvas draw: self shape. pfff On 4 April 2016 at 18:17, stepharo wrote: > BlElement

Re: [Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread Andrei Chis
Hi Stef, Which build/version are you using? These methods are removed in the latest version. You can download the latest version from the Moose CI. From the bloc project you need the bleeding edge build. The link to this version is here:

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 17:07 GMT+02:00 Igor Stasenko : > > >> For now, external objects can't extend below the baseline. >> > > Slightly not like that. An external object are bound to concrete position > in text. And layout of a single line are computed based on dimensions of > that

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 17:10 GMT+02:00 Stephan Eggermont : > On 04-04-16 16:49, Thierry Goubier wrote: > >> Framemaker-like or web-page like? Thierry >> > Framemaker. Really challenging. Did you had a look at the Doc code (of Design Pattern fame)? It has allways been freely available.

[Pharo-dev] [ bloc ] I do not understand why some behavior is not in the right place

2016-04-04 Thread stepharo
BlElement >>drawStrokeOnAthensCanvas: aCanvas "Actually render stroke of a receiver on aCanvas in local bounds. Override to customize. aCanvas is an instance of AthensCanvas aCanvas must not be nil" | pathTransform strokePath strokeScaling strokeOffset | "fast exit if

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 17:47, Denis Kudriashov wrote: > > 2016-04-04 16:11 GMT+02:00 Thierry Goubier : > >> It is. Five packages, 1609 + 2647 lines of code (excluding tests and >> styler). >> >> I think Denis has worked on it (and extended it). >> > >

Re: [Pharo-dev] TxText model

2016-04-04 Thread philippe.b...@highoctane.be
On Apr 4, 2016 4:24 PM, "Sven Van Caekenberghe" wrote: > > > > On 04 Apr 2016, at 16:02, philippe.b...@highoctane.be < philippe.b...@gmail.com> wrote: > > > > Is TxText part of the image? > > Try (in 5.0): > > TxViewContainer exampleOneLineEditor. > > TxViewContainer editText:

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 17:47, Thierry Goubier wrote: > > > 2016-04-04 16:14 GMT+02:00 Igor Stasenko : > >> >> >> On 4 April 2016 at 17:03, Thierry Goubier >> wrote: >> >>> >>> >>> 2016-04-04 15:49 GMT+02:00 Igor Stasenko

Re: [Pharo-dev] TxText model

2016-04-04 Thread Denis Kudriashov
2016-04-04 16:51 GMT+02:00 Thierry Goubier : > Twisty renders only on Athens too? Only Morphic now. It should not be hard to support Athens, TxText can be used as example. Twisty is on Smalltalkhub, right? Yes

Re: [Pharo-dev] TxText model

2016-04-04 Thread Denis Kudriashov
2016-04-04 16:11 GMT+02:00 Thierry Goubier : > It is. Five packages, 1609 + 2647 lines of code (excluding tests and > styler). > > I think Denis has worked on it (and extended it). > History was that: At some point I realised that I can't use old TextMorph anymore. For

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 16:04 GMT+02:00 Stephan Eggermont : > On 04-04-16 15:49, Thierry Goubier wrote: > >> Are you thinking of writing a text typesetting engine in Pharo? >> > > Would I like to? Sure. Don't know how to finance that, though. Framemaker-like or web-page like? Thierry >

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 16:14 GMT+02:00 Igor Stasenko : > > > On 4 April 2016 at 17:03, Thierry Goubier > wrote: > >> >> >> 2016-04-04 15:49 GMT+02:00 Igor Stasenko : >> >>> >>> >>> On 4 April 2016 at 16:32, Thierry Goubier

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 16:47 GMT+02:00 Denis Kudriashov : > > 2016-04-04 16:11 GMT+02:00 Thierry Goubier : > >> It is. Five packages, 1609 + 2647 lines of code (excluding tests and >> styler). >> >> I think Denis has worked on it (and extended it). >> > >

Re: [Pharo-dev] TxText model

2016-04-04 Thread Sven Van Caekenberghe
> On 04 Apr 2016, at 16:02, philippe.b...@highoctane.be > wrote: > > Is TxText part of the image? Try (in 5.0): TxViewContainer exampleOneLineEditor. TxViewContainer editText: 'Philippe Back'. Sven

Re: [Pharo-dev] TxText model

2016-04-04 Thread Stephan Eggermont
On 04-04-16 15:49, Thierry Goubier wrote: Are you thinking of writing a text typesetting engine in Pharo? Would I like to? Sure. Don't know how to finance that, though. Stephan

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 17:03, Thierry Goubier wrote: > > > 2016-04-04 15:49 GMT+02:00 Igor Stasenko : > >> >> >> On 4 April 2016 at 16:32, Thierry Goubier >> wrote: >> >>> >>> >>> 2016-04-04 15:23 GMT+02:00 Igor Stasenko

Re: [Pharo-dev] TxText model

2016-04-04 Thread Stephan Eggermont
On 04-04-16 13:18, Stephan Eggermont wrote: On 04-04-16 11:58, Igor Stasenko wrote: Apart from being 'cool to have', full-fledged word processing is not a thing, that you dealing with on a daily basis in environment, like Pharo. I'm sure that is the case for you. I wonder if that is the case

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 16:02 GMT+02:00 philippe.b...@highoctane.be < philippe.b...@gmail.com>: > > On Apr 4, 2016 3:54 PM, "Igor Stasenko" wrote: > > > > > > > > On 4 April 2016 at 16:41, Stephan Eggermont wrote: > >> > >> On 04-04-16 14:49, Igor Stasenko wrote: > >>>

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 16:49, Igor Stasenko wrote: > > > On 4 April 2016 at 16:32, Thierry Goubier > wrote: > >> >> >> 2016-04-04 15:23 GMT+02:00 Igor Stasenko : >> >>> >>> Analogies don't work. Right :) I never used Pillar and

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 15:49 GMT+02:00 Igor Stasenko : > > > On 4 April 2016 at 16:32, Thierry Goubier > wrote: > >> >> >> 2016-04-04 15:23 GMT+02:00 Igor Stasenko : >> >>> >>> Analogies don't work. Right :) I never used Pillar and have

Re: [Pharo-dev] TxText model

2016-04-04 Thread philippe.b...@highoctane.be
On Apr 4, 2016 3:54 PM, "Igor Stasenko" wrote: > > > > On 4 April 2016 at 16:41, Stephan Eggermont wrote: >> >> On 04-04-16 14:49, Igor Stasenko wrote: >>> >>> Oh, and aside all of that.. Making a full-fledged word processor is not >>> just a regular

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 16:41, Stephan Eggermont wrote: > On 04-04-16 14:49, Igor Stasenko wrote: > >> Oh, and aside all of that.. Making a full-fledged word processor is not >> just a regular engineering task. You need an expert of publishing, expert >> in fonts and typography.

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 15:41 GMT+02:00 Stephan Eggermont : > > I know enough about typesetting and producing technical documentation. Are you thinking of writing a text typesetting engine in Pharo? Thierry

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 16:32, Thierry Goubier wrote: > > > 2016-04-04 15:23 GMT+02:00 Igor Stasenko : > >> >> >>> Analogies don't work. Right :) I never used Pillar and have remote ideas >> about what it does or requires. From that perspective you

Re: [Pharo-dev] TxText model

2016-04-04 Thread Stephan Eggermont
On 04-04-16 14:49, Igor Stasenko wrote: Oh, and aside all of that.. Making a full-fledged word processor is not just a regular engineering task. You need an expert of publishing, expert in fonts and typography. That's right from the beginning. And i am not that expert in this domain(s). So, next

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 16:31, Stephan Eggermont wrote: > On 04-04-16 14:14, Igor Stasenko wrote: > >> If you have doubts about model, feel free to point it out and we can >> discuss details. >> > > As a text storage model it works pretty well. My major concerns are with > the

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 15:23 GMT+02:00 Igor Stasenko : > > >> Analogies don't work. Right :) I never used Pillar and have remote ideas > about what it does or requires. From that perspective you appeal to wrong > person. On your place i would be asking a guy who knows Pillar innards >

Re: [Pharo-dev] TxText model

2016-04-04 Thread Stephan Eggermont
On 04-04-16 14:14, Igor Stasenko wrote: If you have doubts about model, feel free to point it out and we can discuss details. As a text storage model it works pretty well. My major concerns are with the line-breaking. Stephan

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 16:14, philippe.b...@highoctane.be < philippe.b...@gmail.com> wrote: > > > > > Is there a doc explaining TxText somewhere? > > One of first things I wanted to do in Pharo (was 1.2 or 1.3 at the time) > was to have text with clickable links, pictures etc. > And not in a web

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 16:14, Thierry Goubier wrote: > > > 2016-04-04 15:02 GMT+02:00 Igor Stasenko : > >> >> >> On 4 April 2016 at 15:44, Thierry Goubier >> wrote: >> >>> >>> >>> 2016-04-04 14:24 GMT+02:00 Igor Stasenko

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 15:10 GMT+02:00 Igor Stasenko : > > > On 4 April 2016 at 15:44, Thierry Goubier > wrote: >> >> >> Have you really looked into what is the core of the TeX algorithm? The >> fact that an interactive version of it was done multiple times in

Re: [Pharo-dev] TxText model

2016-04-04 Thread philippe.b...@highoctane.be
On Apr 4, 2016 3:03 PM, "Igor Stasenko" wrote: > > > > On 4 April 2016 at 15:44, Thierry Goubier wrote: >> >> >> >> 2016-04-04 14:24 GMT+02:00 Igor Stasenko : >>> >>> >>> >>> On 4 April 2016 at 14:28, Thierry Goubier

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 15:02 GMT+02:00 Igor Stasenko : > > > On 4 April 2016 at 15:44, Thierry Goubier > wrote: > >> >> >> 2016-04-04 14:24 GMT+02:00 Igor Stasenko : >> >>> >>> >>> On 4 April 2016 at 14:28, Thierry Goubier

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 15:44, Thierry Goubier wrote: > > > Have you really looked into what is the core of the TeX algorithm? The > fact that an interactive version of it was done multiple times in history? > (Self / InterViews to cite the ones I know and have used) > >

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 15:44, Thierry Goubier wrote: > > > 2016-04-04 14:24 GMT+02:00 Igor Stasenko : > >> >> >> On 4 April 2016 at 14:28, Thierry Goubier >> wrote: >> >>> >>> >>> 2016-04-04 13:18 GMT+02:00 Stephan Eggermont

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 14:49 GMT+02:00 Igor Stasenko : > Oh, and aside all of that.. Making a full-fledged word processor is not > just a regular engineering task. You need an expert of publishing, expert > in fonts and typography. That's right from the beginning. > That's why I said

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
Oh, and aside all of that.. Making a full-fledged word processor is not just a regular engineering task. You need an expert of publishing, expert in fonts and typography. That's right from the beginning. And i am not that expert in this domain(s). So, next time, when we start talking about things

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 14:14 GMT+02:00 Igor Stasenko : > > > On 4 April 2016 at 14:18, Stephan Eggermont wrote: > >> On 04-04-16 11:58, Igor Stasenko wrote: >> >>> Apart from being 'cool to have', full-fledged word processing is not a >>> thing, that you dealing with on

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 14:24 GMT+02:00 Igor Stasenko : > > > On 4 April 2016 at 14:28, Thierry Goubier > wrote: > >> >> >> 2016-04-04 13:18 GMT+02:00 Stephan Eggermont : >> >>> On 04-04-16 11:58, Igor Stasenko wrote: >>> Apart from being

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 14:28, Thierry Goubier wrote: > > > 2016-04-04 13:18 GMT+02:00 Stephan Eggermont : > >> On 04-04-16 11:58, Igor Stasenko wrote: >> >>> Apart from being 'cool to have', full-fledged word processing is not a >>> thing, that you

Re: [Pharo-dev] TxText model

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 14:18, Stephan Eggermont wrote: > On 04-04-16 11:58, Igor Stasenko wrote: > >> Apart from being 'cool to have', full-fledged word processing is not a >> thing, that you dealing with on a daily basis in environment, like Pharo. >> > I'm sure that is the case

Re: [Pharo-dev] TxText model

2016-04-04 Thread Thierry Goubier
2016-04-04 13:18 GMT+02:00 Stephan Eggermont : > On 04-04-16 11:58, Igor Stasenko wrote: > >> Apart from being 'cool to have', full-fledged word processing is not a >> thing, that you dealing with on a daily basis in environment, like Pharo. >> > I'm sure that is the case for

[Pharo-dev] TxText model

2016-04-04 Thread Stephan Eggermont
On 04-04-16 11:58, Igor Stasenko wrote: Apart from being 'cool to have', full-fledged word processing is not a thing, that you dealing with on a daily basis in environment, like Pharo. I'm sure that is the case for you. I wonder if that is the case for many Pharo users. AFAIK there are a lot

Re: [Pharo-dev] [bloc] shape size?

2016-04-04 Thread Igor Stasenko
On 4 April 2016 at 10:47, Stephan Eggermont wrote: > On 03-04-16 21:58, Igor Stasenko wrote: > >> Yeah, i did similar thing in TxText - also create morph(s) only for > >> part of text which is currently displayed.. and basically it is same >> > > idea for TxText itself: it

Re: [Pharo-dev] [Ann] New version of Ghost

2016-04-04 Thread Denis Kudriashov
I publish little example of ObjectVirus http://dionisiydk.blogspot.fr/2016/04/playing-with-objectvirus.html 2016-03-29 16:59 GMT+02:00 Denis Kudriashov : > I upload new version 2.1 which not mentions word "proxy" anymore. > > And I publish little example here >

Re: [Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread Trussardi Dario Romano
> Thanks! It is great for those wo can not attend to get an impression. I enjoy > it. +1

Re: [Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread Sven Van Caekenberghe
> On 04 Apr 2016, at 09:15, Yuriy Tymchuk wrote: > > Good morning everyone! > > I think that it’s a nice way to start the new week by viewing photos from > Pharo Days 2016: https://goo.gl/photos/orgTn4C1bSeqf6fy5. > Additionally if someone wants to get a quick impression

[Pharo-dev] [pharo-project/pharo-core] 3ca289: 50675

2016-04-04 Thread GitHub
Branch: refs/heads/5.0 Home: https://github.com/pharo-project/pharo-core Commit: 3ca2893882c3bf2278121b57e8a991e9eb7edaaf https://github.com/pharo-project/pharo-core/commit/3ca2893882c3bf2278121b57e8a991e9eb7edaaf Author: Jenkins Build Server Date:

[Pharo-dev] [pharo-project/pharo-core]

2016-04-04 Thread GitHub
Branch: refs/tags/50675 Home: https://github.com/pharo-project/pharo-core

Re: [Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread Sabine Manaa
Thanks! It is great for those wo can not attend to get an impression. I enjoy it. -- View this message in context: http://forum.world.st/Pharo-Days-2016-Photos-and-Video-tp4888134p4888145.html Sent from the Pharo Smalltalk Developers mailing list archive at Nabble.com.

Re: [Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread philippe.b...@highoctane.be
Very good way to start the week indeed! Phil On Apr 4, 2016 9:17 AM, "Yuriy Tymchuk" wrote: > Good morning everyone! > > I think that it’s a nice way to start the new week by viewing photos from > Pharo Days 2016: https://goo.gl/photos/orgTn4C1bSeqf6fy5. > Additionally if

Re: [Pharo-dev] [bloc] shape size?

2016-04-04 Thread Stephan Eggermont
On 03-04-16 21:58, Igor Stasenko wrote: Yeah, i did similar thing in TxText - also create morph(s) only for > part of text which is currently displayed.. and basically it is same > idea for TxText itself: it calculates layout only for a portion of > text, the portion that currently displayed,

[Pharo-dev] Pharo Days 2016 Photos and Video

2016-04-04 Thread Yuriy Tymchuk
Good morning everyone! I think that it’s a nice way to start the new week by viewing photos from Pharo Days 2016: https://goo.gl/photos/orgTn4C1bSeqf6fy5 . Additionally if someone wants to get a quick impression of the conference, now there is a video