Oops. Unfortunately, the bug fix that I have proposed dramatically slows down the search function, by a factor of 19. In the bug report, I have proposed another solution.
--Dan On Wed, Jul 28, 2010 at 3:37 PM, Dan Polansky <[email protected]> wrote: > 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
