Show
Ignore:
Timestamp:
01/30/11 12:14:27 (2 years ago)
Author:
mbutscher
Message:

branches/stable-2.0:
2.0final

branches/mbutscher/work:
2.1beta11
* Option to show iframe content from external

sources inside the HTML IE preview

* Remove plus signs in front of headings in page

structure view, use indentation instead

* Translating of menu accelerators enhanced

(scanning for all 16 bit unicode characters)

* Internal, index search: Store a format number for

search index and rebuild index if number doesn't
match the number for current WikidPad version

* Internal: Moved system detection functions from

"Configuration" to new module "SystemInfo?", made
more imports relative

* Experimental, Windows: Option to control if to

scroll control under pointer with mouse wheel on
Windows (instead of focused control)

* Reordered some options (on global "Advanced" page

and below)

Files:
1 modified

Legend:

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

    r232 r247  
    2929        ListItemWithSubtreeWikiPagesNode 
    3030 
    31 import Configuration, PluginManager 
     31import SystemInfo, PluginManager 
    3232 
    3333import OsAbstract 
     
    929929        formattedContent = self.formatContent(wikiPage) 
    930930 
    931         if Configuration.isUnicode(): 
     931        if SystemInfo.isUnicode(): 
    932932            result.append(self.getFileHeader(wikiPage)) 
    933933