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
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
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
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
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
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
.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
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