Changeset 107

Show
Ignore:
Timestamp:
Tue Mar 6 05:54:49 2007
Author:
mbutscher
Message:

branches/mbutscher/work:

* Autocompletion support for todo items and anchor

fragments
* HTML exporter now creates links which only contain
anchor ("#somewhere") if linking to the same page
* Pagewide and wikiwide searches support now a
history (not saved between sessions)

Files:

Legend:

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

    r106 r107  
    2 2  
    3 3  
    4   +++ Middle mouse button to open new page tab in background  
    5   > I would really love to be able to middle click on a wikidpad link and  
    6   > have the page/wikiword for that link open up in background tab, same  
    7   > window (as for instance opera or firefox).  
    8    
    9    
    10   +++ Open in new tab for search results and "open page"  
    11   > 'Open in new tab' solution would be also great on the search results, too (I mean both the blueish ones (Alt-Ctrl-F/toolbar search field), and the Ctrl-O window's)  
    12    
    13    
    14 4 +++ Wiki info dialog (initially done)  
    15 5 Containing database backend and some stats  
    16 6  
    17 7  
    18   +++ Default directory for export  
    19   Is there any way to store the default wiki export location for each  
    20   wiki? at the moment wikidpad defaults to the location of the wikidpad  
    21   installation each time I start up, and its a bit of a pest to browse  
    22   through the folders each time.  
    23    
    24    
    25   +++ Activate :page: insertion  
    26   ... and add function for insertion plugins to allow activation  
    27 8  
    28 9  
    29   +++ Find/Replace History (at least of previous settings if not previous searches)  
    30 10  
    31 11  
     
    42 24  
    43 25  
    44   +++ URLs with (percented) UTF-8 encoding instead of ACP encoding  
    45   > 1. Links to files created by drag and drop aren't correctly created.  
    46   > For example, if you drag and drop the file "üäö.html", the link  
    47   > "rel://Test/%FC%E4%F6.html" will be created. Although following the  
    48   > link by (double) clicking works fine, the link should be  
    49   > "rel://Test/%C3%BC%C3%A4%C3%B6.html".  
    50   >  
    51   > Why? Because right now, non-ASCII characters are encoded according to  
    52   > an 8-bit-character set (ISO-8859-1, windows-1252, ...). This should be  
    53   > avoided, because this way the links might not work on other computers  
    54   > with other code pages/regional settings. Therefore, URLs should be  
    55   > UTF-8 encoded.  
    56   >  
    57   > I think the best would be if creating links conformed to RFC3986 and  
    58   > RFC3629. A good overview about percent-encoding and why UTF-8 should  
    59   > be chosen can be found here:  
    60   >  
    61   > English version:  
    62   > http://netzreport.googlepages.com/online_tool_for_url_en_decoding.html  
    63   > German version:  
    64   > http://netzreport.googlepages.com/online_tool_zur_url_kodierung_de.html  
    65    
    66   IE doesn't like UTF-8 percent-enc. in all versions.  
    67   > The old story about MS and standards:  
    68   > http://en.wikipedia.org/wiki/Percent-encoding#Non-standard_implementations  
    69    
    70    
    71 26 +++ Fast search field for wiki words  
    72 27 Above the tree and should work like the "Open Wiki Word" dialog  
    73 28  
    74   +++ Report number of replacements made from Replace All/Replace in Selection  
    75 29  
    76 30 +++ More shortcut customizations  
     
    85 39  
    86 40  
    87    
    88 41 +++ Enhance context menu of the editor  
    89 42 > 2. Is it possible to improve right click menus in the Edit/Preview  
     
    108 61  
    109 62  
    110   +++ Drag from tree to edit  
    111   would anybody else like to be able to drag a treeitem to the edittab so  
    112   that a link to that page would be pasted?  
    113    
    114    
    115 63 +++ Remember expanded nodes in tree  
    116 64 > Another SUGGESTION on the Collapse Tree theme:  
     
    123 71  
    124 72  
    125   +++ Autohide tab if only one present  
    126   if there is only one wikipage open, the tab-row (whatever) could auto-hide itself (maybe optionally) to free up the wasted screen space (Opera calls it something like 'Only show when needed'?)  
    127    
    128    
    129 73 +++ Title for toc  
    130 74 > Thanks, that's it! Would it be possible to insert a title (no link)  
     
    185 129  
    186 130  
      131 also with option to use date and/or time  
      132  
      133  
    187 134 +++ mark search words in different color on found pages  
    188 135 > mark search words in different color on found pages  
     
    372 320  
    373 321  
      322 if there is only one wikipage open, the tab-row (whatever) could auto-hide itself (maybe optionally) to free up the wasted screen space (Opera calls it something like 'Only show when needed'?)  
      323  
    374 324  
    375 325 +++ Custom HTML header  
     
    386 337  
    387 338  
      339 Scenario: cntl-space after the first few wikiword letters brings up  
      340 the autocomplete - select the correct wikiword (currently  
      341 implemented), then type the exclamation point - then an additional  
      342 cntl-space would scan the wikiword for anchors to populate the  
      343 autocomplete with.  
      344  
      345  
      346 > 2. Editor: SciTE offers auto completion. Right now Wikid Pad limits  
      347 > this feature to attribute names and wiki words. An option to turn this  
      348 > on for all words would be great.  
      349  
      350  
      351  
      352  
    388 353 +++ hide nodes in tree by attribute  
    389 354 <<  
     
    590 557  
    591 558  
    592   +++ Autocompletion for all words  
    593   > 2. Editor: SciTE offers auto completion. Right now Wikid Pad limits  
    594   > this feature to attribute names and wiki words. An option to turn this  
    595   > on for all words would be great.  
    596    
    597    
    598 559 +++ History of searches, opened wiki words, autocompleted terms and opened wikis  
    599 560 > * drop-down history of typed-in searches in Search Wiki? Same for Open  
  • branches/mbutscher/work/WikidPad.xrc

    r106 r107  
    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>Append after clipboard snippet:</label>  
    225               </object>  
    226               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    227               <border>5</border>  
    228             </object>  
    229             <object class="sizeritem">  
    230               <object class="wxTextCtrl" name="tfClipboardCatcherSuffix">  
    231                   </object>  
    232               <flag>wxALL|wxEXPAND</flag>  
    233               <border>5</border>  
    234             </object>  
    235           </object>  
    236           <option>0</option>  
    237           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    238         </object>  
    239         <object class="sizeritem">  
    240           <object class="wxCheckBox" name="cbClipboardCatcherFilterDouble">  
    241             <label>Avoid doubled snippets</label>  
    242           </object>  
    243           <option>0</option>  
    244           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    245           <border>5</border>  
    246         </object>  
    247         <object class="sizeritem">  
    248           <object class="wxStaticLine"/>  
    249           <option>0</option>  
    250           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    251           <border>5</border>  
    252         </object>  
    253         <object class="sizeritem">  
    254           <object class="wxBoxSizer">  
    255             <orient>wxHORIZONTAL</orient>  
    256             <object class="sizeritem">  
    257               <object class="wxStaticText">  
    258                 <label>Sort order:</label>  
    259               </object>  
    260               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    261               <border>5</border>  
    262             </object>  
    263             <object class="sizeritem">  
    264               <object class="wxChoice" name="chCollationOrder">  
    265                 <content>  
    266                   <item>Default</item>  
    267                   <item>C</item>  
    268                 </content>  
    269                 <selection>0</selection>  
    270                 <style></style>  
    271               </object>  
    272               <option>0</option>  
    273               <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    274               <border>5</border>  
    275             </object>  
    276             <object class="sizeritem">  
    277               <object class="wxCheckBox" name="cbCollationUppercaseFirst">  
    278                 <label>Uppercase first</label>  
    279           </object>  
    280               <option>0</option>  
    281               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    282               <border>5</border>  
    283         </object>  
    284           </object>  
    285           <option>0</option>  
    286           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    287         </object>  
    288       </object>  
    289     </object>  
    290     <object class="wxPanel" name="OptionsPageSecurity">  
    291       <object class="wxBoxSizer">  
    292         <orient>wxVERTICAL</orient>  
    293         <object class="sizeritem">  
    294           <object class="wxCheckBox" name="cbProcessAutoGenerated">  
    295             <label>&amp;Process auto-generated areas</label>  
    296           </object>  
    297           <option>0</option>  
    298           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    299           <border>5</border>  
    300         </object>  
    301         <object class="sizeritem">  
    302           <object class="wxCheckBox" name="cbInsertionsAllowEval">  
    303             <label>Process &amp;insertion scripts</label>  
    304           </object>  
    305           <option>0</option>  
    306           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    307           <border>5</border>  
    308         </object>  
    309         <object class="spacer">  
    310           <size>5,5</size>  
    311         </object>  
    312         <object class="sizeritem">  
    313           <object class="wxBoxSizer">  
    314             <orient>wxHORIZONTAL</orient>  
    315             <object class="sizeritem">  
    316               <object class="wxStaticText">  
    317                 <label>&amp;Script security:</label>  
    318               </object>  
    319               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    320               <border>5</border>  
    321             </object>  
    322             <object class="sizeritem">  
    323               <object class="wxChoice" name="chScriptSecurityLevel">  
    324                 <content>  
    325                   <item>No scripts</item>  
    326                   <item>No import_scripts</item>  
    327                   <item>No global.import_scripts</item>  
    328                   <item>Allow everything</item>  
    329                 </content>  
    330                 <selection>0</selection>  
    331                   </object>  
    332                 </object>  
    333           </object>  
    334           <option>0</option>  
    335           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    336         </object>  
    337       </object>  
    338     </object>  
    339     <object class="wxPanel" name="OptionsPageTree">  
    340       <object class="wxBoxSizer">  
    341         <orient>wxVERTICAL</orient>  
    342         <object class="sizeritem">  
    343           <object class="wxCheckBox" name="cbTreeAutoFollow">  
    344             <label>&amp;Tree auto-follow</label>  
    345           </object>  
    346           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    347           <border>5</border>  
    348         </object>  
    349         <object class="sizeritem">  
    350           <object class="wxCheckBox" name="cbTreeUpdateAfterSave">  
    351             <label>Tree &amp;update after save</label>  
    352           </object>  
    353           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    354           <border>5</border>  
    355         </object>  
    356         <object class="sizeritem">  
    357           <object class="wxCheckBox" name="cbHideUndefinedWords">  
    358             <label>&amp;Hide Undefined WikiWords in Tree</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="cbTreeNoCycles">  
    365             <label>No &amp;cycles in tree</label>  
    366           </object>  
    367           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    368           <border>5</border>  
    369         </object>  
    370         <object class="sizeritem">  
    371           <object class="wxFlexGridSizer">  
    372             <object class="sizeritem">  
    373               <object class="wxStaticText">  
    374                 <label>Position main tree:</label>  
    375               </object>  
    376               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    377               <border>5</border>  
    378             </object>  
    379             <object class="sizeritem">  
    380               <object class="wxChoice" name="chMainTreePosition">  
    381                 <content>  
    382                   <item>Left</item>  
    383                   <item>Right</item>  
    384                   <item>Top</item>  
    385                   <item>Bottom</item>  
    386                 </content>  
    387                 <selection>0</selection>  
    388                   </object>  
    389               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    390               <border>5</border>  
    391             </object>  
    392             <object class="sizeritem">  
    393               <object class="wxStaticText">  
    394                 <label>Position view tree:</label>  
    395               </object>  
    396               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    397               <border>5</border>  
    398             </object>  
    399             <object class="sizeritem">  
    400               <object class="wxChoice" name="chViewsTreePosition">  
    401                 <content>  
    402                   <item>Hidden</item>  
    403                   <item>Above</item>  
    404                   <item>Below</item>  
    405                   <item>Left</item>  
    406                   <item>Right</item>  
    407                 </content>  
    408                 <selection>0</selection>  
    409                   </object>  
    410               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    411               <border>5</border>  
    412             </object>  
    413             <cols>2</cols>  
    414             <rows>2</rows>  
    415           </object>  
    416           <option>0</option>  
    417           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    418         </object>  
    419       </object>  
    420     </object>  
    421     <object class="wxPanel" name="OptionsPageHtml">  
    422       <object class="wxBoxSizer">  
    423         <orient>wxVERTICAL</orient>  
    424         <object class="sizeritem">  
    425           <object class="wxCheckBox" name="cbStartBrowserAfterExport">  
    426             <label>&amp;Start browser after export</label>  
    427           </object>  
    428           <option>0</option>  
    429           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    430           <border>5</border>  
    431         </object>  
    432         <object class="sizeritem">  
    433           <object class="wxBoxSizer">  
    434             <orient>wxHORIZONTAL</orient>  
    435             <object class="sizeritem">  
    436               <object class="wxStaticText">  
    437                 <label>Font name for HTML preview:</label>  
    438               </object>  
    439               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    440               <border>5</border>  
    441             </object>  
    442             <object class="sizeritem">  
    443               <object class="wxTextCtrl" name="tfFacenameHtmlPreview"/>  
    444               <flag>wxALL|wxEXPAND</flag>  
    445               <border>5</border>  
    446             </object>  
    447             <object class="sizeritem">  
    448               <object class="wxButton" name="btnSelectFaceHtmlPrev">  
    449                 <label>...</label>  
    450               </object>  
    451               <flag>wxALL|wxEXPAND|wxALIGN_BOTTOM</flag>  
    452               <border>5</border>  
    453               <minsize>20,-1</minsize>  
    454             </object>  
    455           </object>  
    456           <option>0</option>  
    457           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    458         </object>  
    459         <object class="sizeritem">  
    460           <object class="wxFlexGridSizer">  
    461             <object class="sizeritem">  
    462               <object class="wxStaticText">  
    463                 <label>Props. to</label>  
    464                 <style></style>  
    465               </object>  
    466               <option>0</option>  
    467               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    468               <border>10</border>  
    469             </object>  
    470             <object class="sizeritem">  
    471               <object class="wxCheckBox" name="cbHtmlPreviewProppatternIsExcluding">  
    472                 <label>not  </label>  
    473           </object>  
    474               <option>0</option>  
    475               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    476               <border>0</border>  
    477             </object>  
    478             <object class="sizeritem">  
    479               <object class="wxStaticText">  
    480                 <label>include in preview:</label>  
    481               </object>  
    482               <option>0</option>  
    483               <flag>wxTOP|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    484               <border>10</border>  
    485             </object>  
    486             <object class="sizeritem">  
    487               <object class="wxTextCtrl" name="tfHtmlPreviewProppattern"/>  
    488               <option>0</option>  
    489               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    490               <border>5</border>  
    491             </object>  
    492             <cols>4</cols>  
    493             <growablecols>3</growablecols>  
    494             <object class="sizeritem">  
    495               <object class="wxStaticText">  
    496                 <label>Props. to</label>  
    497                 <style></style>  
    498               </object>  
    499               <option>0</option>  
    500               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    501               <border>10</border>  
    502             </object>  
    503             <object class="sizeritem">  
    504               <object class="wxCheckBox"