Hello Chris,

the bug that was not fixed is the bug 15 rather than the bug 17; the
bug 17 with TWiki has been fixed and closed.

The bug that still needs fixing is this:

15. Freemind cannot find text with Greek characters
http://sourceforge.net/tracker/?func=detail&aid=3035387&group_id=7118&atid=107118

I have described how to fix the remaining issue with searching for
Greek characters in my response from 25 Oct 2010 to this thread; a fix
is also described in the bug report.

The fix for #15 is this:
------------
String nodeText = node.toString();
if (HtmlTools.isHtmlNode(nodeText)) {
 nodeText = HtmlTools.unescapeHTMLUnicodeEntity(nodeText);
 nodeText = HtmlTools.removeHtmlTagsFromString(nodeText);
}
if(!caseSensitive) {
 nodeText = nodeText.toLowerCase();
}
------------

A note for me: I owe you a reply to the conversion bug, #18. I will reply soon.

Best regards,
Dan

On Sat, Oct 30, 2010 at 11:16 PM, Christian Foltin (GMX)
<[email protected]> wrote:
>  Hi Dan,
>
> ad 17: you wrote, that it is not fixed, but you closed the bug report:
> http://sourceforge.net/tracker/?func=detail&aid=3089638&group_id=7118&atid=107118
> I have the same impression, that it is indeed fixed.
> What do you think?
>
> Best regards,
>
> Chris
>
> Am 22.10.10 14:40, schrieb Dan Polansky:
>> Hello Chris,
>>
>> I have tested the released 0.9.0 RC10. I have marked three bugs as fixed:
>>
>> 12. data loss in notes; note conversion
>>
>> 13. Conversion from 0.8.0 to 0.9.0 drops newlines in notes
>>
>> 17. Export to Twiki - bulleted list
>>
>> In the release notes of 0.9.0 RC10, you write that you have also fixed
>> the bug with searching for the Greek text. My testing shows the bug as
>> non-fixed; it is still there, reproducible using the mind map attached
>> to the bug report.
>>
>> 15. Freemind cannot find text with Greek characters
>> http://sourceforge.net/tracker/?func=detail&aid=3035387&group_id=7118&atid=107118
>>
>> I am keeping a list of open bugs here:
>>
>> http://freemind.sourceforge.net/wiki/index.php/Finishing_0.9.0
>>
>> 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

Reply via email to