I confirmed the highlighting problem also happens with build 7151b2dd6469
I tried a different search term. Open LeoDocs.leo
search for 'matching'
Find Next: F3
it highlights matching and then at node
LeoDocs.leo#Leo's Documentation-->Release notes-->@file release_notes.txt-->Previous versions...-->4.1... gnx's-->4.1 rc4-->New features in 4.1 rc4-->Simplified operation of script-find/change & improved documentation--> Script Find and Script Change
this traceback occurs:
hook failed: select3, <bound method todoController.updateUI of <leo.plugins.todo.todoController object at 0x0000000008137358>>, leo.plugins.todoTraceback (most recent call last):
Traceback (most recent call last): File "C:\Python34\Lib\site-packages\leo-editor\leo\core\leoPlugins.py", line 357, in callTagHandler
result = handler(tag,keywords)
File "C:\Python34\Lib\site-packages\leo-editor\leo\core\leoPlugins.py", line 357, in callTagHandler
result = handler(tag,keywords) File "C:\Python34\Lib\site-packages\leo-editor\leo\plugins\todo.py", line 1173, in updateUI
self.ui.UI.createdTxt.setText(created.strftime("%d %b %y?"))
File "C:\Python34\Lib\site-packages\leo-editor\leo\plugins\todo.py", line 1173, in updateUI
self.ui.UI.createdTxt.setText(created.strftime("%d %b %y?"))ValueError: format %y requires year >= 1900 on Windows
ValueError: format %y requires year >= 1900 on Windows
Regards
Lewis