Task #125731 has been updated. Project: aMSN Subproject: Smileys Summary: need workaround for tk 8.4 text search bug with elided text Complete: 100% Status: Closed Authority : kakaroto Assigned to: vivia
Description: have a smiley in your nickname, IRC style chat, and send a smiley as the first word, smiley won't be changed, seems the indices in the text search engine are not working correctly in tk 8.4, we need a workaround for it.. use [$tw get $start $end] and [string first]... applies to custom and normal smileys. Follow-Ups: ------------------------------------------------------- Date: 2006-04-06 12:52 By: vivia Comment: I think everything works OK now... ------------------------------------------------------- Date: 2006-03-30 19:50 By: vivia Comment: soall you need to do, is make sure that everytime we have a match, change the $start variable, so we'll have : search -elide $symbol 1.0 end found match at 1.1 make 1.1 to 1.3 elided search -elide $symbol 1.1+1c end found match at 1.5 ... ------------------------------------------------------- For more info, visit: http://sourceforge.net/pm/task.php?func=detailtask&project_task_id=125731&group_id=54091&group_project_id=46377 ------------------------------------------------------- This SF.Net email is sponsored by xPML, a groundbreaking scripting language that extends applications into web and mobile media. Attend the live webcast and join the prime developer group breaking into this new coding territory! http://sel.as-us.falkag.net/sel?cmd=lnk&kid=110944&bid=241720&dat=121642 _______________________________________________ Amsn-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/amsn-devel
