Hello Chris, there is another bug, one that has been introduced by me:
15. Freemind cannot find text with Greek characters http://sourceforge.net/tracker/index.php?func=detail&aid=3035387&group_id=7118&atid=107118 Some unicode searches fail after the user opens a previously saved mind map. The bug report contains the description of a bug fix. The fix consist in the following: Replace nodeText = caseSensitive ? node.toString() : node.toString().toLowerCase(); with nodeText = caseSensitive ? node.getPlainTextContent() : node. getPlainTextContent().toLowerCase(); in the method FindAction.find. Best regards, Dan ------------------------------------------------------------------------------ The Palm PDK Hot Apps Program offers developers who use the Plug-In Development Kit to bring their C/C++ apps to Palm for a share of $1 Million in cash or HP Products. Visit us here for more details: http://p.sf.net/sfu/dev2dev-palm _______________________________________________ Freemind-developer mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/freemind-developer
