Hi Dan, it was more complicated: if a line starts with spaces, even the first space has to be converted to nbsp, otherwise, it gets eaten by the <br>.
You can try the CVS version again. Regards, Chris Am 01.11.10 10:59, schrieb Dan Polansky: > Hello Chris, > > I have seen that the bug 15 is now fixed in CVS; thanks. (15, search > for Greek characters) > > As regards the bug 18 (conversion and indentation), I have seen the fix in > CVS: > > http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/modes/mindmapmode/?pathrev=fm_060405_integration > > The fix seen in CVS consists in replacing all spaces with non-breaking > spaces, #160, #xA0. That is likely to secure proper indentation, but > is no so nice: it places non-breaking spaces where they are not really > needed: everywhere. Using the method used in CVS, in this very > sentence, every space would be a non-breaking space after the > conversion. Ideally, when there is only one space in a row between two > non-space characters, the space should remain a plain one rather than > being converted into a non-breaking space. A proper conversion of > spaces to non-breaking spaces is already implemented in the methods > for export to HTML, the ones on Control + H. In a sequence of > consequtive spaces, the first one is always left unconverted, while > the second one, third one, and every following one gets converted to > non-breaking space. So "a b" gets converted to "a b" instead of > "a  b", and "a b" gets converted to "a b" instead of > "a b". > > Best regards, > Dan > > ------------------------------------------------------------------------------ > Nokia and AT&T present the 2010 Calling All Innovators-North America contest > Create new apps& games for the Nokia N8 for consumers in U.S. and Canada > $10 million total in prizes - $4M cash, 500 devices, nearly $6M in marketing > Develop with Nokia Qt SDK, Web Runtime, or Java and Publish to Ovi Store > http://p.sf.net/sfu/nokia-dev2dev > _______________________________________________ > Freemind-developer mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/freemind-developer > ------------------------------------------------------------------------------ The Next 800 Companies to Lead America's Growth: New Video Whitepaper David G. Thomson, author of the best-selling book "Blueprint to a Billion" shares his insights and actions to help propel your business during the next growth cycle. Listen Now! http://p.sf.net/sfu/SAP-dev2dev _______________________________________________ Freemind-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freemind-developer
