Show
Ignore:
Timestamp:
01/09/11 19:37:51 (2 years ago)
Author:
mbutscher
Message:

branches/stable-2.0:
* Bug fixed: Windows: "Invalid handle" error on

command line bridge insertion plugins

branches/mbutscher/work:
* Write last writing program version into wiki db
* Several bug fixes with whoosh (index search)
* Index search: Highlight found terms and jump to

one found term on double-click

* Bug fixed: Windows: "Invalid handle" error on

command line bridge insertion plugins

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/mbutscher/work/lib/pwiki/DocPages.py

    r230 r234  
    11from __future__ import with_statement 
    2  
    3 # import profilehooks 
    4 # profile = profilehooks.profile(filename="profile.prf", immediate=False) 
     2## import profilehooks 
     3## profile = profilehooks.profile(filename="profile.prf", immediate=False) 
    54 
    65 
     
    2726 
    2827import Serialization 
    29 # from Serialization import SerializeStream 
    3028 
    3129 
     
    17361734        return valid 
    17371735 
    1738      
     1736 
    17391737    def putIntoSearchIndex(self, threadstop=DUMBTHREADSTOP): 
    17401738        """ 
    1741         Add or update the reverse index for the given docPage 
     1739        Add or update the index for the given docPage 
    17421740        """ 
    17431741        with self.textOperationLock: