Changeset 119

Show
Ignore:
Timestamp:
Sun May 27 05:05:22 2007
Author:
mbutscher
Message:

branches/mbutscher/work:

* "wiki:" URLs can contain now "?page=" and "anchor="

parameters to jump to particular pages and anchors in the
pages.
* Option to automatically hide the tree(s) after selecting
an entry in it.
* Wiki-specific option to set the systray icon (does not
work for main window icon).
* Possibility to use tabulator instead of | to delimit
cells in tables
* Slightly more reasonable sorting of auto-complete
suggestions

Files:

Legend:

Unmodified
Added
Removed
Modified
  • branches/mbutscher/TodoList.txt

    r117 r119  
      1 *Details*:  
      2 Works for systray icon, but problems with main icon in Windows  
      3  
      4  
    1 5 +++ More clean handling of recent files menu  
    2 6 Especially removing invalid wikis  
     
    76 81  
    77 82  
      83 Speaking of the autocomplete suggestions window: don't know if you've noticed, but if you switch to another window while on (without choosing a suggestion), it will stay on top. it is quite funny, actually, and maybe shouldn't be fixed, though.  
      84  
      85 Also, if you use autocomplete near the end of the sentence (near the right edge of the monitor) it will not be visible, as it runs out of screen. I'm not too clear here, am I? Do you know what I mean?  
      86  
      87  
      88 more autocomplete: it should maybe suggest built-in attributes, even if they haven't been used on any pages in the wiki before. I mean sometimes I have problem remembering them like: "Oh, is it 'auto-linking:..'? Or '[auto-link:..'? Nah, it's '[auto_linking:..'. Yes, I know I'm stupid.  
      89  
      90  
    78 91 +++ "page" insertions as children  
    79 92 Handle "page" insertions like links to other pages (show as children in the tree).  
     
    153 168  
    154 169  
    155   +++ Allow own icon for each wiki  
    156    
    157    
    158    
    159 170 +++ Second click on active tab to switch editor/preview  
    160 171 if you clicked on an open (and active) tab a second time it would switch between editor/preview?, but I guess this should only be an added way as it wouldn't be too obvious for new users)  
  • branches/mbutscher/work/WikidPad.xrc

    r117 r119  
    1   <?xml version="1.0" encoding="iso-8859-1"?>  
    2   <resource>  
    3     <object class="wxDialog" name="DateformatDialog">  
    4       <title>Choose date format</title>  
    5       <centered>1</centered>  
    6       <object class="wxBoxSizer">  
    7         <orient>wxVERTICAL</orient>  
    8         <object class="sizeritem">  
    9           <object class="wxComboBox" name="fieldFormat">  
    10             <content/>  
    11             <style>wxCB_DROPDOWN</style>  
    12           </object>  
    13           <option>0</option>  
    14           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    15           <border>5</border>  
    16         </object>  
    17         <object class="sizeritem">  
    18           <object class="wxBoxSizer">  
    19             <orient>wxHORIZONTAL</orient>  
    20             <object class="sizeritem">  
    21               <object class="wxButton" name="btnOk">  
    22                 <label>OK</label>  
    23                 <default>1</default>  
    24                 <style></style>  
    25               </object>  
    26               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    27               <border>5</border>  
    28             </object>  
    29             <object class="sizeritem">  
    30               <object class="wxButton" name="btnCancel">  
    31                 <label>Cancel</label>  
    32               </object>  
    33               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    34               <border>5</border>  
    35             </object>  
    36           </object>  
    37         </object>  
    38         <object class="sizeritem">  
    39           <object class="wxStaticText">  
    40             <label>Preview:</label>  
    41           </object>  
    42           <option>0</option>  
    43           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    44           <border>5</border>  
    45         </object>  
    46         <object class="sizeritem">  
    47           <object class="wxStaticText" name="fieldPreview">  
    48             <label></label>  
    49             <size>25</size>  
    50             <style>wxST_NO_AUTORESIZE|wxSUNKEN_BORDER</style>  
    51           </object>  
    52           <option>0</option>  
    53           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    54           <border>5</border>  
    55         </object>  
    56         <object class="sizeritem">  
    57           <object class="unknown" name="htmlExplain"/>  
    58           <option>1</option>  
    59           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    60           <border>5</border>  
    61           <minsize>400,400</minsize>  
    62         </object>  
    63       </object>  
    64     </object>  
    65     <object class="wxDialog" name="OptionsDialog">  
    66       <title>Options</title>  
    67       <centered>1</centered>  
    68       <style>wxDEFAULT_DIALOG_STYLE|wxRESIZE_BORDER</style>  
    69       <object class="wxBoxSizer">  
    70         <orient>wxVERTICAL</orient>  
    71         <object class="sizeritem">  
    72           <object class="wxBoxSizer">  
    73             <orient>wxHORIZONTAL</orient>  
    74             <object class="sizeritem">  
    75               <object class="wxListBox" name="lbPages">  
    76                 <content/>  
    77               </object>  
    78               <option>1</option>  
    79               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    80               <border>5</border>  
    81             </object>  
    82             <object class="sizeritem">  
    83               <object class="wxPanel" name="panelPages"/>  
    84               <option>2</option>  
    85             </object>  
    86           </object>  
    87           <option>1</option>  
    88           <flag>wxEXPAND</flag>  
    89         </object>  
    90         <object class="sizeritem">  
    91           <object class="wxBoxSizer">  
    92             <orient>wxHORIZONTAL</orient>  
    93             <object class="sizeritem">  
    94               <object class="wxButton" name="btnOk">  
    95                 <label>OK</label>  
    96                 <default>1</default>  
    97                 <style></style>  
    98               </object>  
    99               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    100               <border>5</border>  
    101             </object>  
    102             <object class="sizeritem">  
    103               <object class="wxButton" name="btnCancel">  
    104                 <label>Cancel</label>  
    105               </object>  
    106               <flag>wxALL|wxALIGN_CENTRE_VERTICAL</flag>  
    107               <border>5</border>  
    108             </object>  
    109           </object>  
    110           <option>0</option>  
    111           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    112           <border>5</border>  
    113         </object>  
    114       </object>  
    115     </object>  
    116     <object class="wxPanel" name="OptionsPageApplication">  
    117       <object class="wxBoxSizer">  
    118         <orient>wxVERTICAL</orient>  
    119         <object class="sizeritem">  
    120           <object class="wxCheckBox" name="cbShowOnTray">  
    121             <label>&amp;Minimize to Tray</label>  
    122           </object>  
    123           <option>0</option>  
    124           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    125           <border>5</border>  
    126         </object>  
    127         <object class="sizeritem">  
    128           <object class="wxCheckBox" name="cbMinimizeOnCloseButton">  
    129             <label>Minimize on &amp;close button</label>  
    130           </object>  
    131           <option>0</option>  
    132           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    133           <border>5</border>  
    134         </object>  
    135         <object class="sizeritem">  
    136           <object class="wxCheckBox" name="cbNewWindowWikiUrl">  
    137             <label>&amp;New window on wiki URL</label>  
    138           </object>  
    139           <option>0</option>  
    140           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    141           <border>5</border>  
    142         </object>  
    143         <object class="sizeritem">  
    144           <object class="wxCheckBox" name="cbLowResources">  
    145             <label>&amp;Low resource usage</label>  
    146           </object>  
    147           <option>0</option>  
    148           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    149           <border>5</border>  
    150         </object>  
    151         <object class="sizeritem">  
    152           <object class="wxCheckBox" name="cbSingleProcess">  
    153             <label>&amp;Single process per user</label>  
    154           </object>  
    155           <option>0</option>  
    156           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    157           <border>5</border>  
    158         </object>  
    159         <object class="sizeritem">  
    160           <object class="wxBoxSizer">  
    161             <orient>wxHORIZONTAL</orient>  
    162             <object class="sizeritem">  
    163               <object class="wxStaticText">  
    164                 <label>Statusbar time format:</label>  
    165               </object>  
    166               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    167               <border>5</border>  
    168             </object>  
    169             <object class="sizeritem">  
    170               <object class="wxTextCtrl" name="tfPageStatusTimeFormat">  
    171                 <bg>#C0C0C0</bg>  
    172                 <enabled>0</enabled>  
    173                 <focused>0</focused>  
    174                   </object>  
    175               <flag>wxALL|wxEXPAND</flag>  
    176               <border>5</border>  
    177             </object>  
    178             <object class="sizeritem">  
    179               <object class="wxButton" name="btnSelectPageStatusTimeFormat">  
    180                 <label>...</label>  
    181               </object>  
    182               <option>0</option>  
    183               <flag>wxALL|wxALIGN_BOTTOM</flag>  
    184               <border>5</border>  
    185               <minsize>20,-1</minsize>  
    186             </object>  
    187           </object>  
    188           <option>0</option>  
    189           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    190         </object>  
    191         <object class="sizeritem">  
    192           <object class="wxStaticLine"/>  
    193           <option>0</option>  
    194           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    195           <border>5</border>  
    196         </object>  
    197         <object class="sizeritem">  
    198           <object class="wxCheckBox" name="cbLogWindowAutoShow">  
    199             <label>Auto-show log window</label>  
    200           </object>  
    201           <option>0</option>  
    202           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    203           <border>5</border>  
    204         </object>  
    205         <object class="sizeritem">  
    206           <object class="wxCheckBox" name="cbLogWindowAutoHide">  
    207             <label>Auto-hide log window</label>  
    208           </object>  
    209           <option>0</option>  
    210           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    211           <border>5</border>  
    212         </object>  
    213         <object class="sizeritem">  
    214           <object class="wxStaticLine"/>  
    215           <option>0</option>  
    216           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    217           <border>5</border>  
    218         </object>  
    219         <object class="sizeritem">  
    220           <object class="wxBoxSizer">  
    221             <orient>wxHORIZONTAL</orient>  
    222             <object class="sizeritem">  
    223               <object class="wxStaticText">  
    224                 <label>Sort order:</label>  
    225               </object>  
    226               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    227               <border>5</border>  
    228             </object>  
    229             <object class="sizeritem">  
    230               <object class="wxChoice" name="chCollationOrder">  
    231                 <content>  
    232                   <item>Default</item>  
    233                   <item>C</item>  
    234                 </content>  
    235                 <selection>0</selection>  
    236                 <style></style>  
    237               </object>  
    238               <option>0</option>  
    239               <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    240               <border>5</border>  
    241             </object>  
    242             <object class="sizeritem">  
    243               <object class="wxCheckBox" name="cbCollationUppercaseFirst">  
    244                 <label>Uppercase first</label>  
    245           </object>  
    246               <option>0</option>  
    247               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    248               <border>5</border>  
    249         </object>  
    250           </object>  
    251           <option>0</option>  
    252           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    253         </object>  
    254         <object class="sizeritem">  
    255           <object class="wxBoxSizer">  
    256             <orient>wxHORIZONTAL</orient>  
    257             <object class="sizeritem">  
    258               <object class="wxStaticText">  
    259                 <label>Rename links when renaming wiki word:</label>  
    260               </object>  
    261               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    262               <border>5</border>  
    263             </object>  
    264             <object class="sizeritem">  
    265               <object class="wxChoice" name="chWikiWordRenameWikiLinks">  
    266                 <content>  
    267                   <item>No</item>  
    268                   <item>Yes</item>  
    269                   <item>Ask</item>  
    270                 </content>  
    271                 <selection>2</selection>  
    272               </object>  
    273               <option>0</option>  
    274               <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    275               <border>5</border>  
    276             </object>  
    277           </object>  
    278           <option>0</option>  
    279           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    280         </object>  
    281         <object class="sizeritem">  
    282           <object class="wxBoxSizer">  
    283             <orient>wxHORIZONTAL</orient>  
    284             <object class="sizeritem">  
    285               <object class="wxCheckBox" name="cbHotKeyShowHideByAppIsActive">  
    286                 <label>App-bound hotkey:</label>  
    287           </object>  
    288               <option>0</option>  
    289               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    290               <border>5</border>  
    291         </object>  
    292             <object class="sizeritem">  
    293               <object class="wxTextCtrl" name="tfHotKeyShowHideByApp">  
    294                   </object>  
    295               <flag>wxALL|wxEXPAND</flag>  
    296               <border>5</border>  
    297             </object>  
    298           </object>  
    299           <option>0</option>  
    300           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    301         </object>  
    302       </object>  
    303     </object>  
    304     <object class="wxPanel" name="OptionsPageSecurity">  
    305       <object class="wxBoxSizer">  
    306         <orient>wxVERTICAL</orient>  
    307         <object class="sizeritem">  
    308           <object class="wxCheckBox" name="cbProcessAutoGenerated">  
    309             <label>&amp;Process auto-generated areas</label>  
    310           </object>  
    311           <option>0</option>  
    312           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    313           <border>5</border>  
    314         </object>  
    315         <object class="sizeritem">  
    316           <object class="wxCheckBox" name="cbInsertionsAllowEval">  
    317             <label>Process &amp;insertion scripts</label>  
    318           </object>  
    319           <option>0</option>  
    320           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    321           <border>5</border>  
    322         </object>  
    323         <object class="spacer">  
    324           <size>5,5</size>  
    325         </object>  
    326         <object class="sizeritem">  
    327           <object class="wxBoxSizer">  
    328             <orient>wxHORIZONTAL</orient>  
    329             <object class="sizeritem">  
    330               <object class="wxStaticText">  
    331                 <label>&amp;Script security:</label>  
    332               </object>  
    333               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    334               <border>5</border>  
    335             </object>  
    336             <object class="sizeritem">  
    337               <object class="wxChoice" name="chScriptSecurityLevel">  
    338                 <content>  
    339                   <item>No scripts</item>  
    340                   <item>No import_scripts</item>  
    341                   <item>No global.import_scripts</item>  
    342                   <item>Allow everything</item>  
    343                 </content>  
    344                 <selection>0</selection>  
    345                   </object>  
    346                 </object>  
    347           </object>  
    348           <option>0</option>  
    349           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    350         </object>  
    351       </object>  
    352     </object>  
    353     <object class="wxPanel" name="OptionsPageTree">  
    354       <object class="wxBoxSizer">  
    355         <orient>wxVERTICAL</orient>  
    356         <object class="sizeritem">  
    357           <object class="wxCheckBox" name="cbTreeAutoFollow">  
    358             <label>&amp;Tree auto-follow</label>  
    359           </object>  
    360           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    361           <border>5</border>  
    362         </object>  
    363         <object class="sizeritem">  
    364           <object class="wxCheckBox" name="cbTreeUpdateAfterSave">  
    365             <label>Tree &amp;update after save</label>  
    366           </object>  
    367           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    368           <border>5</border>  
    369         </object>  
    370         <object class="sizeritem">  
    371           <object class="wxCheckBox" name="cbHideUndefinedWords">  
    372             <label>&amp;Hide Undefined WikiWords in Tree</label>  
    373           </object>  
    374           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    375           <border>5</border>  
    376         </object>  
    377         <object class="sizeritem">  
    378           <object class="wxCheckBox" name="cbTreeNoCycles">  
    379             <label>No &amp;cycles in tree</label>  
    380           </object>  
    381           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    382           <border>5</border>  
    383         </object>  
    384         <object class="sizeritem">  
    385           <object class="wxFlexGridSizer">  
    386             <object class="sizeritem">  
    387               <object class="wxStaticText">  
    388                 <label>Position main tree:</label>  
    389               </object>  
    390               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    391               <border>5</border>  
    392             </object>  
    393             <object class="sizeritem">  
    394               <object class="wxChoice" name="chMainTreePosition">  
    395                 <content>  
    396                   <item>Left</item>  
    397                   <item>Right</item>  
    398                   <item>Top</item>  
    399                   <item>Bottom</item>  
    400                 </content>  
    401                 <selection>0</selection>  
    402                   </object>  
    403               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    404               <border>5</border>  
    405             </object>  
    406             <object class="sizeritem">  
    407               <object class="wxStaticText">  
    408                 <label>Position view tree:</label>  
    409               </object>  
    410               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    411               <border>5</border>  
    412             </object>  
    413             <object class="sizeritem">  
    414               <object class="wxChoice" name="chViewsTreePosition">  
    415                 <content>  
    416                   <item>Hidden</item>  
    417                   <item>Above</item>  
    418                   <item>Below</item>  
    419                   <item>Left</item>  
    420                   <item>Right</item>  
    421                 </content>  
    422                 <selection>0</selection>  
    423                   </object>  
    424               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    425               <border>5</border>  
    426             </object>  
    427             <cols>2</cols>  
    428             <rows>2</rows>  
    429           </object>  
    430           <option>0</option>  
    431           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    432         </object>  
    433       </object>  
    434     </object>  
    435     <object class="wxPanel" name="OptionsPageHtml">  
    436       <object class="wxBoxSizer">  
    437         <orient>wxVERTICAL</orient>  
    438         <object class="sizeritem">  
    439           <object class="wxCheckBox" name="cbStartBrowserAfterExport">  
    440             <label>&amp;Start browser after export</label>  
    441           </object>  
    442           <option>0</option>  
    443           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    444           <border>5</border>  
    445         </object>  
    446         <object class="sizeritem">  
    447           <object class="wxBoxSizer">  
    448             <orient>wxHORIZONTAL</orient>  
    449             <object class="sizeritem">  
    450               <object class="wxStaticText">  
    451                 <label>Font name for HTML preview:</label>  
    452               </object>  
    453               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    454               <border>5</border>  
    455             </object>  
    456             <object class="sizeritem">  
    457               <object class="wxTextCtrl" name="tfFacenameHtmlPreview"/>  
    458               <flag>wxALL|wxEXPAND</flag>  
    459               <border>5</border>  
    460             </object>  
    461             <object class="sizeritem">  
    462               <object class="wxButton" name="btnSelectFaceHtmlPrev">  
    463                 <label>...</label>  
    464               </object>  
    465               <flag>wxALL|wxEXPAND|wxALIGN_BOTTOM</flag>  
    466               <border>5</border>  
    467               <minsize>20,-1</minsize>  
    468             </object>  
    469           </object>  
    470           <option>0</option>  
    471           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    472         </object>  
    473         <object class="sizeritem">  
    474           <object class="wxFlexGridSizer">  
    475             <object class="sizeritem">  
    476               <object class="wxStaticText">  
    477                 <label>Props. to</label>  
    478                 <style></style>  
    479               </object>  
    480               <option>0</option>  
    481               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    482               <border>10</border>  
    483             </object>  
    484             <object class="sizeritem">  
    485               <object class="wxCheckBox" name="cbHtmlPreviewProppatternIsExcluding">  
    486                 <label>not  </label>  
    487           </object>  
    488               <option>0</option>  
    489               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    490               <border>0</border>  
    491             </object>  
    492             <object class="sizeritem">  
    493               <object class="wxStaticText">  
    494                 <label>include in preview:</label>  
    495               </object>  
    496               <option>0</option>  
    497               <flag>wxTOP|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    498               <border>10</border>  
    499             </object>  
    500             <object class="sizeritem">  
    501               <object class="wxTextCtrl" name="tfHtmlPreviewProppattern"/>  
    502               <option>0</option>  
    503               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    504               <border>5</border>  
    505             </object>  
    506             <cols>4</cols>  
    507             <growablecols>3</growablecols>  
    508             <object class="sizeritem">  
    509               <object class="wxStaticText">  
    510                 <label>Props. to</label>  
    511                 <style></style>  
    512               </object>  
    513               <option>0</option>  
    514               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    515               <border>10</border>  
    516             </object>  
    517             <object class="sizeritem">  
    518               <object class="wxCheckBox" name="cbHtmlExportProppatternIsExcluding">  
    519                 <label>not  </label>  
    520           </object>  
    521               <option>0</option>  
    522               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    523               <border>0</border>  
    524         </object>  
    525             <object class="sizeritem">  
    526               <object class="wxStaticText">  
    527                 <label>include in export:</label>  
    528               </object>  
    529               <option>0</option>  
    530               <flag>wxTOP|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    531               <border>10</border>  
    532             </object>  
    533             <object class="sizeritem">  
    534               <object class="wxTextCtrl" name="tfHtmlExportProppattern"/>  
    535               <option>0</option>  
    536               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    537               <border>5</border>  
    538             </object>  
    539           </object>  
    540           <option>0</option>  
    541           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    542         </object>  
    543         <object class="sizeritem">  
    544           <object class="wxCheckBox" name="cbHtmlPreviewPicsAsLinks">  
    545             <label>Show pics as links in preview</label>  
    546           </object>  
    547           <option>0</option>  
    548           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    549           <border>5</border>  
    550         </object>  
    551         <object class="sizeritem">  
    552           <object class="wxCheckBox" name="cbHtmlExportPicsAsLinks">  
    553             <label>Show pics as links in export</label>  
    554           </object>  
    555           <option>0</option>  
    556           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    557           <border>5</border>  
    558         </object>  
    559         <object class="sizeritem">  
    560           <object class="wxBoxSizer">  
    561             <orient>wxHORIZONTAL</orient>  
    562             <object class="sizeritem">  
    563               <object class="wxStaticText">  
    564                 <label>Preview renderer:</label>  
    565                 <style>wxALIGN_RIGHT</style>  
    566           </object>  
    567               <option>1</option>  
    568         &