RE: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat

2014-10-14 Thread Frédéric THOMAS
yes, will change it tonight. Thanks for the review ! Frédéric THOMAS > From: li...@cranialinteractive.com > To: dev@flex.apache.org > Subject: RE: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't > use optionnal importer for TLF plainTextFormat and TextLayoutForma

RE: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat

2014-10-13 Thread Neil Madsen
+1 -Original Message- From: Justin Mclean [mailto:jus...@classsoftware.com] Sent: October-13-14 4:33 PM To: dev@flex.apache.org Subject: Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutForma

Re: git commit: [flex-tlf] [refs/heads/develop] - FLEX-34592: Can't use optionnal importer for TLF plainTextFormat and TextLayoutFormat

2014-10-13 Thread Justin Mclean
Hi, Wouldn't a better patch have been this? if (textFlow) { textScrap = new TextScrap(textFlow); if (format == TextConverter.PLAIN_TEXT_FORMAT) textScrap.setPlainText(true); else if (format == Tex