Re: [Freemind-developer] SHTML Bug

2008-12-14 Thread Christian Foltin (GMX)
Hi Dimitry, thanks, this seems to work. I adapted the unit tests accordingly. Best regards, Chris Christian Foltin (GMX) schrieb: > Hi, I'll try tomorrow. Thx, Chris > > Dimitry Polivaev schrieb: >> Hi, >> >> what about the last version I committed? The strings should not be equal >> but spaces

Re: [Freemind-developer] SHTML Bug

2008-12-11 Thread Christian Foltin (GMX)
Hi, I'll try tomorrow. Thx, Chris Dimitry Polivaev schrieb: > Hi, > > what about the last version I committed? The strings should not be equal > but spaces should not be doubled any more (at least they do not double > by me) > > Dimitry > > > >> Hi, >> >> perhaps a last clarification: if you

Re: [Freemind-developer] SHTML Bug

2008-12-11 Thread Dimitry Polivaev
Hi, what about the last version I committed? The strings should not be equal but spaces should not be doubled any more (at least they do not double by me) Dimitry > Hi, > > perhaps a last clarification: if you start to enter a lot of text into > the notes box, after each automatically save

Re: [Freemind-developer] SHTML Bug

2008-12-11 Thread Christian Foltin (GMX)
Hi, perhaps a last clarification: if you start to enter a lot of text into the notes box, after each automatically save for example, some of the spaces double. After some minutes one has big holes inside of the text. (You can try with the CVS features_0.9.0.mm map and the filter notes). HTH, Chri

Re: [Freemind-developer] SHTML Bug

2008-12-11 Thread Christian Foltin (GMX)
Hi Dimitry, hmm, but the two tests still fail. The special handling for spaces causes them to populate... Please, have another look, Chris Dimitry Polivaev schrieb: > Hello Chris, > > the reason for the differences between the input and the output > representations if that the text you set is

Re: [Freemind-developer] SHTML Bug

2008-12-11 Thread Dimitry Polivaev
Hello Chris, the reason for the differences between the input and the output representations if that the text you set is parsed by calling panel.setCurrentDocumentContent(input) is parsed and the text you obtained by call of panel.getDocumentText() is always generated from the HTML representat

Re: [Freemind-developer] SHTML Bug

2008-12-11 Thread Dimitri Polivaev
.net > Betreff: [Freemind-developer] SHTML Bug > Dear Dimitry, > > after some editing of notes some of the spaces contained doubled, > tripled, etc... > I've tracked this down to two simple unit tests: > > tests.freemind.H

[Freemind-developer] SHTML Bug

2008-12-10 Thread Christian Foltin (GMX)
Dear Dimitry, after some editing of notes some of the spaces contained doubled, tripled, etc... I've tracked this down to two simple unit tests: tests.freemind.HtmlConversionTests.testSpaceHandlingInShtml() and tests.freemind.HtmlConversionTests.testSpaceHandlingInShtmlIdempotency() Please hav