Changeset 117

Show
Ignore:
Timestamp:
Tue May 15 07:27:06 2007
Author:
mbutscher
Message:

branches/stable-1.8:

* Bug fixed: When renaming wikiword with non-ascii or

non-alphanumeric characters and modifying links,
non-ascii characters were preceded with backslashes
* Bug fixed: Sometimes the parent list of a page is not
updated after changes.
* Internal bug fixed: When calling
PersonalWikiFrame?.openWiki with a relative path by a
script or plugin, errors may occur.


branches/mbutscher/work:

* New entry in "KeyBindings?.py" for "ToggleCurrentFolding"
which allows to toggle the folding in the current line.
* Internal: Changes to allow usage of something else than
single brackets to tag wikiwords, attributes and insertions
* Headings extended up to level 15
* New version of export/import format "multipage text"
which can now store creation and modification date of a
page as well as saved searches and wiki-bound functional
pages (to allow a simple and complete transfer of a whole
wiki from one database type to another).
* When opening a wiki page in a new tab in background the
open dialog or the search results popup window stay open.
* Option to control if links to wikiwords should be renamed
when wikiword is renamed, can be either be "no", "yes" or
"ask for each renaming operation" (which is default and
was also the previous behavior).
* Tree shows tooltips if current entry is too long to fit
in the window.
* Internal: customtreectrl.py updated to be based now on
rev. 1.14 in wxWidgets repository.
* Better behavior of recent files menu.
* Bug fixed: When renaming wikiword with non-ascii or
non-alphanumeric characters and modifying links,
non-ascii characters were preceded with backslashes
* Bug fixed: Sometimes the parent list of a page is not
updated after changes.
* Internal bug fixed: When calling
PersonalWikiFrame?.openWiki with a relative path by a
script or plugin, errors may occur.
* New format for frame title
* Function to repair folding visibility to avoid folded
(hidden) lines which can't be unfolded anymore when
header lines vanishes.

Files:

Legend:

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

    r112 r117  
    1   +++ Win key in hotkeys  
    2   Wiki hotkey support doesn't recognize WinKey. Is it possible to add it? (To  
    3   support scenarios like WinKey+P or even WinKey + `). Thanks.  
    4    
    5    
    6   +++ Show fold menu on right click in fold margin  
    7   > right clicking inside the folding marker area/margin could popup the Folding menu  
      1 Especially removing invalid wikis  
    8 2  
    9 3  
     
    24 19 tab plus a "|".  
    25 20 *Details*:  
    26   First, allow to insert tabs in editor.  
      21 First, allow to insert tabs in editor (done).  
      22  
      23  
      24 Probably the CTRL+number keybindings are hard wired to the inline  
      25 scripts? At least they don't show up in KeyBindings.py. I would  
      26 appreciate it very much if you could change that  
      27  
      28  
      29 For debugging purposes it would be great if I could force WikidPad to  
      30 reload the extensions without exiting WikidPad and starting it again.  
      31 Is there some function I could call to do that?  
      32  
      33  
      34 the first letter of words will be upper case (e.g. 'case' becomes [Case]) when wikized. Also I suggest wikizing should behave like bold and italics. (i.e. if the cursor is inside a wo|rd, it should wikize the whole [word], not like 'wo[]rd'.)  
      35  
      36  
      37 > I've used the footnotes feature briefly today, and thought it would be good to cĂ­cle through the bracketed numbers, as usually there are only two occurences anyway. I mean when you are sent to the bottom of the page (to the footnote), you could easily find your way back where you left the text by clicking on the footnote number again.  
    27 38  
    28 39  
     
    63 78 +++ "page" insertions as children  
    64 79 Handle "page" insertions like links to other pages (show as children in the tree).  
      80 *Remarks*  
      81 First think about interaction with template mechanism.  
      82  
      83  
      84 <<  
      85 I have read  
      86  UrlLinking word in help  
      87  the rel:// is great feature but  does not help now :)  
      88 so  I could not find the solution.  
      89  
      90 Can you link to a specific WikiWord? in wiki: protocol  
      91  
      92 as u can use anchors in http protocol  
      93  
      94 wiki:F:/MyWikis/ThinkOfIt/ThinkOfItWiki.wiki???WikiWord!WikiAnchor  
      95  
      96 I wonder if u can help me solve this.  
      97 >>  
      98  
      99  
      100 I think it would be a great addition to have ability to sort based on  
      101 last modified date of the topics.  
      102  
      103  
      104 >    I am studying for an exam. I wrote my summaries in WikiPad, it's all  
      105 > hyperlinked. The problem is, it's hard to tell whether I have  
      106 > read/studied/visited all wiki pages during my study session. Therefore,  
      107 > I figured I needed a mechanism to tell me the "freshness of my  
      108 > footsteps" visiting the pages. What if I totally skipped a very  
      109 > important page?  
      110 >  
      111 >    The idea above led to a potential solution: add an extra type of  
      112 > (logical) view, similar to your existing modified-within. In my case, I  
      113 > want to see the unread-within (or unvisited-within). I would be  
      114 > interested in clicking and seeing which ones I have not read in the past  
      115 > 24h. I would imagine that the interval (24h, 8h, 15mis) could be a  
      116 > global wiki setting or something.  
      117 >  
      118 >    I think this feature would be very useful. It calls the attention to  
      119 > potentially stale pages or, in my case, pages I may have missed while  
      120 > studying.  
      121  
      122  
      123 Export to files compilable with Microsoft help compiler.  
    65 124  
    66 125  
     
    90 153  
    91 154  
    92   +++ Modification time ordering  
    93   I think it would be a great addition to have ability to sort based on  
    94   last modified date of the topics.  
      155  
    95 156  
    96 157  
     
    124 186  
    125 187  
    126   +++ Take crea./mod. date of unknown pages from file  
    127   > I meant only reading the creation and modification dates from the  
    128   > files when doing a rebuild. Because I drop the db before a rebuild the  
    129   > dates are probably reset to the current date and time.  
    130    
    131    
    132 188 +++ Enhance context menu of the editor  
    133 189 > 2. Is it possible to improve right click menus in the Edit/Preview  
     
    152 208  
    153 209  
      210 By "views" here I mean the various Views in the WikidPad tree, where you can  
      211 see all ToDos, for example, and also all the pages grouped using WikidPad  
      212 attributes.  
      213  
      214 For example, I group items to be done this week using the attribute  
      215 \[Current: 1_this_week], and I would like to be able to export and/or the  
      216 "1_this_week" view as a subtree.  
      217  
      218  
      219  
      220 The way that I'm using it is to organize things by project, but to use  
      221 extensively the "View" at the bottom of the tree to group things by  
      222 using WikidPad's attributes (e.g. \[Current: Today]).  
      223  
      224 This way I can see at a glance all items with the same attributes.  
      225  
      226 My question is: is there a way to copy to easily print in the same page  
      227 (and/or copy to the clipboard) all the items with the same attribute?  
      228  
      229  
      230  
      231  
      232  
      233  
    154 234 +++ Select folded text when selecting heading  
    155 235 maybe when you highlight a folded heading, the text (although not visible) under it should be highlighted/selected as well. so, when dragged (deleted), the text should be moved (deleted) too. (this is how old-school outlining works, anyway, and it has its ups and downs, so needs some more thinking. maybe deleting should work differently? or whole thing should be optional? brr, i don't like these questions...  
    156 236  
    157 237  
    158   +++ Option to ignore repeated properties on a page.  
    159 238 Normally, properties are intended to tag a whole page, therefore WikidPad thinks it is an error if the same property appears twice. I can at least create an option to switch off this behavior.  
    160 239  
    161 240  
      241  
      242  
      243  
    162 244 +++ Remember expanded nodes in tree  
    163 245 > Another SUGGESTION on the Collapse Tree theme:  
     
    501 587  
    502 588  
    503   +++ Allow selection of page sets by view, by property  
    504   The way that I'm using it is to organize things by project, but to use  
    505   extensively the "View" at the bottom of the tree to group things by  
    506   using WikidPad's attributes (e.g. \[Current: Today]).  
    507    
    508   This way I can see at a glance all items with the same attributes.  
    509    
    510   My question is: is there a way to copy to easily print in the same page  
    511   (and/or copy to the clipboard) all the items with the same attribute?  
    512    
    513    
    514 589 +++ Wikiwords in todo items  
    515 590 I often tie WikiWords to todo items: \todo.personal: CallBank? Where CallBank? is a page with a bunch of information. The problem is that the CallBank? page does not appear as a subitem in the tree, and shows up as parentless in the views. It seems like that should get picked up by the system and handled like any other wiki page.  
     
    712 787  
    713 788  
      789 Working version control.  
      790  
    714 791  
    715 792 +++ Popup attribute to show popups  
  • branches/mbutscher/work/WikidPad.xrc

    r115 r117  
    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="wxCheckBox" name="cbHotKeyShowHideByAppIsActive">  
    259                 <label>App-bound hotkey:</label>  
    260           </object>  
    261               <option>0</option>  
    262               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    263               <border>5</border>  
    264         </object>  
    265             <object class="sizeritem">  
    266               <object class="wxTextCtrl" name="tfHotKeyShowHideByApp">  
    267                   </object>  
    268               <flag>wxALL|wxEXPAND</flag>  
    269               <border>5</border>  
    270             </object>  
    271           </object>  
    272           <option>0</option>  
    273           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    274         </object>  
    275       </object>  
    276     </object>  
    277     <object class="wxPanel" name="OptionsPageSecurity">  
    278       <object class="wxBoxSizer">  
    279         <orient>wxVERTICAL</orient>  
    280         <object class="sizeritem">  
    281           <object class="wxCheckBox" name="cbProcessAutoGenerated">  
    282             <label>&amp;Process auto-generated areas</label>  
    283           </object>  
    284           <option>0</option>  
    285           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    286           <border>5</border>  
    287         </object>  
    288         <object class="sizeritem">  
    289           <object class="wxCheckBox" name="cbInsertionsAllowEval">  
    290             <label>Process &amp;insertion scripts</label>  
    291           </object>  
    292           <option>0</option>  
    293           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    294           <border>5</border>  
    295         </object>  
    296         <object class="spacer">  
    297           <size>5,5</size>  
    298         </object>  
    299         <object class="sizeritem">  
    300           <object class="wxBoxSizer">  
    301             <orient>wxHORIZONTAL</orient>  
    302             <object class="sizeritem">  
    303               <object class="wxStaticText">  
    304                 <label>&amp;Script security:</label>  
    305               </object>  
    306               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    307               <border>5</border>  
    308             </object>  
    309             <object class="sizeritem">  
    310               <object class="wxChoice" name="chScriptSecurityLevel">  
    311                 <content>  
    312                   <item>No scripts</item>  
    313                   <item>No import_scripts</item>  
    314                   <item>No global.import_scripts</item>  
    315                   <item>Allow everything</item>  
    316                 </content>  
    317                 <selection>0</selection>  
    318                   </object>  
    319                 </object>  
    320           </object>  
    321           <option>0</option>  
    322           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    323         </object>  
    324       </object>  
    325     </object>  
    326     <object class="wxPanel" name="OptionsPageTree">  
    327       <object class="wxBoxSizer">  
    328         <orient>wxVERTICAL</orient>  
    329         <object class="sizeritem">  
    330           <object class="wxCheckBox" name="cbTreeAutoFollow">  
    331             <label>&amp;Tree auto-follow</label>  
    332           </object>  
    333           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    334           <border>5</border>  
    335         </object>  
    336         <object class="sizeritem">  
    337           <object class="wxCheckBox" name="cbTreeUpdateAfterSave">  
    338             <label>Tree &amp;update after save</label>  
    339           </object>  
    340           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    341           <border>5</border>  
    342         </object>  
    343         <object class="sizeritem">  
    344           <object class="wxCheckBox" name="cbHideUndefinedWords">  
    345             <label>&amp;Hide Undefined WikiWords in Tree</label>  
    346           </object>  
    347           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    348           <border>5</border>  
    349         </object>  
    350         <object class="sizeritem">  
    351           <object class="wxCheckBox" name="cbTreeNoCycles">  
    352             <label>No &amp;cycles in tree</label>  
    353           </object>  
    354           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    355           <border>5</border>  
    356         </object>  
    357         <object class="sizeritem">  
    358           <object class="wxFlexGridSizer">  
    359             <object class="sizeritem">  
    360               <object class="wxStaticText">  
    361                 <label>Position main tree:</label>  
    362               </object>  
    363               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    364               <border>5</border>  
    365             </object>  
    366             <object class="sizeritem">  
    367               <object class="wxChoice" name="chMainTreePosition">  
    368                 <content>  
    369                   <item>Left</item>  
    370                   <item>Right</item>  
    371                   <item>Top</item>  
    372                   <item>Bottom</item>  
    373                 </content>  
    374                 <selection>0</selection>  
    375                   </object>  
    376               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    377               <border>5</border>  
    378             </object>  
    379             <object class="sizeritem">  
    380               <object class="wxStaticText">  
    381                 <label>Position view tree:</label>  
    382               </object>  
    383               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    384               <border>5</border>  
    385             </object>  
    386             <object class="sizeritem">  
    387               <object class="wxChoice" name="chViewsTreePosition">  
    388                 <content>  
    389                   <item>Hidden</item>  
    390                   <item>Above</item>  
    391                   <item>Below</item>  
    392                   <item>Left</item>  
    393                   <item>Right</item>  
    394                 </content>  
    395                 <selection>0</selection>  
    396                   </object>  
    397               <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    398               <border>5</border>  
    399             </object>  
    400             <cols>2</cols>  
    401             <rows>2</rows>  
    402           </object>  
    403           <option>0</option>  
    404           <flag>wxTOP|wxLEFT|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    405         </object>  
    406       </object>  
    407     </object>  
    408     <object class="wxPanel" name="OptionsPageHtml">  
    409       <object class="wxBoxSizer">  
    410         <orient>wxVERTICAL</orient>  
    411         <object class="sizeritem">  
    412           <object class="wxCheckBox" name="cbStartBrowserAfterExport">  
    413             <label>&amp;Start browser after export</label>  
    414           </object>  
    415           <option>0</option>  
    416           <flag>wxALL|wxEXPAND|wxALIGN_CENTRE_VERTICAL</flag>  
    417           <border>5</border>  
    418         </object>  
    419         <object class="sizeritem">  
    420           <object class="wxBoxSizer">  
    421             <orient>wxHORIZONTAL</orient>  
    422             <object class="sizeritem">  
    423