home *** CD-ROM | disk | FTP | other *** search
/ Freelog 29 / Freelog029.iso / BestOf / 2xExplo / REGISTRY.TXT < prev    next >
Text File  |  2001-04-26  |  3KB  |  52 lines

  1. ---------------- 2xEXPLORER REGISTRY SETTINGS ----------------
  2.  
  3. 2xExplorer uses the system registry to store many program options. Everything you can control directly within 2x is stored there, but there are other settings that are controllable only by direct editing of the registry. This file describes some of the latter options that advanced users can tweak for better customisation.
  4.  
  5.  
  6. ***WARNING***
  7. EDITING THE REGISTRY CAN RENDER YOUR COMPUTER UNUSABLE. UNLESS YOU ARE 100% CERTAIN YOU KNOW WHAT YOU ARE DOING, YOU ARE ADVICED NOT TO MODIFY IT IN ANY WAY.
  8. *************
  9.  
  10.  
  11. If you are still reading this despite the above scaremongering <g>, then you would know about RegEdit.exe or other more advanced registry editors. Here's the drill:
  12.  
  13. * EXIT 2xExplorer (this is essential)
  14. * Start regedit using Start | Run (or equivalent)
  15. * Locate the "key" where 2x keeps its settings
  16. * Double-click on a "variable" name to change its value
  17.  
  18. The default key is "HKEY_CURRENT_USER\Software\ZabaraKatranemia Plc\2xExplorer" but this may vary slightly if you are using the /S command line option (see 2xExplorer.rtf for details). The settings are held in sub-keys of this primary key.
  19.  
  20. Most options have self-descriptive names, so it shouldn't be hard to imagine what each variable does. As a general further hint, names that begin with 'b' (e.g. bUnderline) refer to on/off (boolean) settings. Setting the value to 0 turns the option off, any other value enables it. Names starting with 'n' imply a number of some sort, and those with 'sz' are strings. Hungarian people talk like that, alledgedly <g>.
  21.  
  22. Here's a description of settings you may want to experiment with, organized by subkey:
  23.  
  24. [Editor/Viewer Settings]
  25. * bHorizScroll: Adds a horizontal scroll bar, if necessary
  26. * bSelectionBar: Adds a small gap to the left acting like a selection margin
  27.  
  28. [General Settings]
  29. * bUsePlainIcons: Makes the program faster by showing simple icons for files & folders
  30. * szDirPrintFormat: sprintf-like format string used for "printed" folder listings
  31.  
  32. [Left Pane Settings]
  33. * msFreeSpaceUpdateInterval: Time interval in milliseconds (1sec = 1000ms) between successive disk free space inquiries. (this is actually for both panes, not just the left)
  34.  
  35. [MainFrame Settings]
  36. * bUpDownPanes: If set, folder panes are stacked one on top of the other, not left/right.
  37. * nFolderComboHeight: Height of the drop-down portion of the address bar in pixels.
  38. * nFolderComboWidth: Width of the above in pixels, used when the bar is floating or docked horizontally.
  39. * nMaxFileSizeThumb: Size limit in bytes for files whose thumbnails are generated.
  40. * szDosCmdPreample: String that is prepended to the DOS command you type to be executed in the address bar.
  41. * szShellCmdPreample: Ditto for "shell" commands (starting with '>')
  42.  
  43.  
  44. For more details on the above settings you need to search within the archive of older release announcements, "ReleaseNotes.zip".
  45.  
  46.  
  47. ------------------------------------------------------------------------
  48. e-mail: n.bozinis@ic.ac.uk
  49. WWW:    http://personal-pages.ps.ic.ac.uk/~umeca74/
  50.  
  51. Last updated: 26 April 2001
  52.