[Pharo-dev] TxTextLayout

2013-05-15 Thread Camillo Bruni
I have a question concerning the new TxText layout. How hard is it support inline non-text nodes (aka inline morphs) in a text layout? My dream is still to be able to drag and drop an "instance" from an inspector to a workspace and do some operations on it using standard smalltalk. The only dif

Re: [Pharo-dev] TxTextLayout

2013-05-15 Thread Benjamin
+1 Ben On May 15, 2013, at 10:18 PM, Camillo Bruni wrote: > I have a question concerning the new TxText layout. > How hard is it support inline non-text nodes (aka inline morphs) in a text > layout? > > My dream is still to be able to drag and drop an "instance" from an inspector > to a work

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Denis Kudriashov
Hello. 2013/5/16 Camillo Bruni > I have a question concerning the new TxText layout. > How hard is it support inline non-text nodes (aka inline morphs) in a text > layout? > Do you mean supporting "TxMorphSpan" objects from text model at text layout level? I think it is is not hard. Main issue

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Benjamin
I think what Camillo want is to be able to interact with an object through a Morph Ben On May 16, 2013, at 1:04 PM, Denis Kudriashov wrote: > Hello. > > 2013/5/16 Camillo Bruni > I have a question concerning the new TxText layout. > How hard is it support inline non-text nodes (aka inline mo

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Camillo Bruni
On 2013-05-16, at 13:04, Denis Kudriashov wrote: > Hello. > > 2013/5/16 Camillo Bruni > >> I have a question concerning the new TxText layout. >> How hard is it support inline non-text nodes (aka inline morphs) in a text >> layout? >> > > Do you mean supporting "TxMorphSpan" objects from tex

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Igor Stasenko
On 16 May 2013 14:37, Camillo Bruni wrote: > > On 2013-05-16, at 13:04, Denis Kudriashov wrote: >> Hello. >> >> 2013/5/16 Camillo Bruni >> >>> I have a question concerning the new TxText layout. >>> How hard is it support inline non-text nodes (aka inline morphs) in a text >>> layout? >>> >> >>

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Denis Kudriashov
2013/5/16 Camillo Bruni > > On 2013-05-16, at 13:04, Denis Kudriashov wrote: > > Hello. > > > > 2013/5/16 Camillo Bruni > > > >> I have a question concerning the new TxText layout. > >> How hard is it support inline non-text nodes (aka inline morphs) in a > text > >> layout? > >> > > > > Do you

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Denis Kudriashov
2013/5/17 Igor Stasenko > On 16 May 2013 14:37, Camillo Bruni wrote: > > > > On 2013-05-16, at 13:04, Denis Kudriashov wrote: > >> Hello. > >> > >> 2013/5/16 Camillo Bruni > >> > >>> I have a question concerning the new TxText layout. > >>> How hard is it support inline non-text nodes (aka inl

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Benjamin
If the workspace also support Morphic Text Inlining, then you could duplicate the variable morphic element, and reuse it later :) Ben On May 16, 2013, at 10:38 PM, Denis Kudriashov wrote: > 2013/5/17 Igor Stasenko > On 16 May 2013 14:37, Camillo Bruni wrote: > > > > On 2013-05-16, at 13:04,

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread Igor Stasenko
On 16 May 2013 22:32, Denis Kudriashov wrote: > 2013/5/16 Camillo Bruni >> >> >> On 2013-05-16, at 13:04, Denis Kudriashov wrote: >> > Hello. >> > >> > 2013/5/16 Camillo Bruni >> > >> >> I have a question concerning the new TxText layout. >> >> How hard is it support inline non-text nodes (aka

Re: [Pharo-dev] TxTextLayout

2013-05-16 Thread stephane ducasse
Denis I think that alain will start to look at TextModel too because we do not want to have rubric competing with it and WE WANT ATHENS IN PHARO BEFORE the end of June. Igor when you are back from holidays we will push athens into Pharo and start hakcing like mad :) Stef On May 16, 2013, at

Re: [Pharo-dev] TxTextLayout

2013-05-17 Thread stephane ducasse
Guys can you make you emails short! > Be assured, i will get there (once i will finish my vacation and > Athens path geometry > functionality ;). > > I really appreciate of what you doing (and i know multiple people who > can put +1 here) Yes me for example + 10 > The fact that you joined the

Re: [Pharo-dev] TxTextLayout

2013-05-17 Thread Tudor Girba
But, what is the impediment of adding Athens now to the image? Cheers, Doru On Fri, May 17, 2013 at 8:47 AM, stephane ducasse wrote: > Denis > > I think that alain will start to look at TextModel too because we do not > want to have rubric competing with it and > WE WANT ATHENS IN PHARO BEFORE

Re: [Pharo-dev] TxTextLayout

2013-05-17 Thread stephane ducasse
> But, what is the impediment of adding Athens now to the image? We are just waiting that igor is here and we were focusing on the new compiler. Stef > Cheers, > Doru > > > On Fri, May 17, 2013 at 8:47 AM, stephane ducasse > wrote: > Denis > > I think that alain will start to look at Tex

Re: [Pharo-dev] TxTextLayout

2013-05-17 Thread Tudor Girba
So, there is no impediment then. Great :). The fonts that I made available make it easily possible to change that part, too. Cheers, Doru On Fri, May 17, 2013 at 1:53 PM, stephane ducasse wrote: > > But, what is the impediment of adding Athens now to the image? > > > We are just waiting that i

Re: [Pharo-dev] TxTextLayout

2013-05-18 Thread plantec
Hi all, Yes, TxText is cool. I've still one important feature to implement for synectique then I will try to help. Rubric has the scrolling stuffs (scrolling text, rulers for line numbers, code size feedback, editing mode and soon, user defined selection). I will check if it can/needs to be port