"QuickSearch" is not working as expected. It is an awesome feature,
only returns the very first node and no more. Clicking on the returned
result do not get to the corresponding node. It behaves like a single
static entry.

Here is my Leo setup info.

Leo Log Window
Leo 4.8 final, build 3752, November 26, 2010
Python 3.1.3, qt version 4.7.0
Windows 5, 1, 2600, 2, Service Pack 3

Installed qt version is PyQt-Py3.1-gpl-4.8.1-1.exe

Checking the leo console window, I get the TypeError error with
"QListWidgetItem"

  File "C:\Python31\Lib\site-packages\Leo-4.8-final\leo\plugins
\quicksearch.py", line 178, in returnPressed
    self.scon.doSearch(t)
  File "C:\Python31\Lib\site-packages\Leo-4.8-final\leo\plugins
\quicksearch.py", line 279, in doSearch
    self.addHeadlineMatches(hm)
  File "C:\Python31\Lib\site-packages\Leo-4.8-final\leo\plugins
\quicksearch.py", line 239, in addHeadlineMatches
    self.its[it] = (p,None)
TypeError: unhashable type: 'QListWidgetItem'

What am I missing with the configuration? Does anybody have similar
problem.

Thanks,

-- 
You received this message because you are subscribed to the Google Groups 
"leo-editor" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/leo-editor?hl=en.

Reply via email to