Re: FLEX-34876

2015-10-04 Thread Harbs
I just looked into what is needed to fix this. There’s two ways it could be handled: 1) All the text takes on the formatting of the first insertion point. 2) If there’s multiple paragraphs selected, the paragraphs pasted take on the formatting of the existing paragraphs (i.e. incoming para 1 take

Re: [ENQUIRY] Some general feedback on our build system

2015-10-04 Thread Harbs
> > Q1: Have you ever built flex-sdk, flex-falcon, flex-asjs, …? Yes. > Q2: Did you have any problems with this? Yes. My biggest issues are generally related to setting up environment variables and mapping dependencies to get things to compile correctly. It seems trickier than it should be.

Re: [jira] [Comment Edited] (FLEX-34807) TLF - EditManager - TextFlowEdit -insertTextScrap

2015-10-04 Thread Mihai Chira
Nice, thank you. On 2 October 2015 at 13:53, Harbs wrote: > I will take a look next week. > > On Oct 2, 2015, at 3:49 PM, Mihai Chira wrote: > >>> still the problem that the pasted text adds a new line (or a new >>> paragraph, resulting in a new line when exported to plain text). >> >> Harbs, th

Re: Volunteers needed to update the Flex showcase

2015-10-04 Thread okrue...@edscha.com
Hi, I've just attached a .patch file to the JIRA ticket. It contains the updated showcase.xml and renamed screenshots. Could somebody pick it up and test it? https://issues.apache.org/jira/browse/FLEX-34933 Thanks, Olaf -- View this message in context: http://apache-flex-development.247.n

Re: FLEX-34876

2015-10-04 Thread Alex Harui
On 10/4/15, 2:36 AM, "Harbs" wrote: >I just looked into what is needed to fix this. > >There’s two ways it could be handled: >1) All the text takes on the formatting of the first insertion point. >2) If there’s multiple paragraphs selected, the paragraphs pasted take on >the formatting of the e

Re: FLEX-34876

2015-10-04 Thread Harbs
> > I thought this was strictly about plain text insertion, in which case #1 > would be my expectations. > > If there is formatting available, the formatting should be preserved, IMO. Yes. This is for unformatted text. (applyFormat is false if the incoming text is formatted) >> >> Is there an

Re: FLEX-34876

2015-10-04 Thread Alex Harui
On 10/4/15, 7:03 AM, "Harbs" wrote: > >>> >>> Is there any way to see when that condition was added and maybe figure >>> out why? >> >> Git blame should show you. > >I already looked at that. It came from the Adobe code base (i.e. it >blames you…) ;-). AFAIK, there’s no way to look further bac