REGEDIT4

; Details and updates for these settings are published in my
; "Personal Delphi FAQ" at http://www.Inner-Smile.com .
; This file last updated: 26-Jan-2k

; Note that all settings are DISABLED by default - remove amper-
; sands (";") of preferred settings, then save this file again and
; double-click it in Explorer to apply the new IDE settings.
; !!USE AT YOUR OWN RISK!!... AND BACKUP YOUR REGISTRY BEFORE
; DOUBLE CLICKING... but have fun anyway..
; Regards, Richey [visit my DELPHI-BOX at http://Inner-Smile.com]

; will cause a tab on the component palette to be automatically
; selected when the mouse is hovering over it.
; If the mouse is in the top two-thirds (2/3) of the tab, the
; palette for that tab will automatically be displayed
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Extras]
; "AutoPaletteSelect"="1"

; will make you scroll left and right automatically whenever
; the mouse is positioned over the relevant arrow
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Extras]
; "AutoPaletteScroll"="1"

; Disables menu item Ctrl+Alt key sequences for
; international keyboards
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Editor\Options]
; "NoCtrlAltKeys"="0"

; forces Right-to-Left text in the form designer (?)
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Form Design]
; "AlwaysEnableMiddleEast"="0"

; display the fonts in the object inspector dropdown in the
; font's actual style (slow with many fonts installed). 
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Extras]
; "FontNamePropertyDisplayFontNames"="1"

; show compilation errors found by CodeInsite in the message
; view window
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Compiling]
; "ShowCodeInsiteError"="1"

; change the color of the right half (properties) of the
; Object Inspector
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Globals]
; "PropValueColor"="clNavy"

; disable packages
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Disabled Packages]
; "$(DELPHI)\Bin\dcldss50.bpl"="

; default value for TwoDigitYearCenturyWindow (see the help file)
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Globals]
; "TwoDigitYearCenturyWindow"="50"

; Alternative component templates directory (shared/network)
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Component Templates]
; "CCLibDir"="C:\\D5\\Lib\\Comps"

; the default font for new forms (you might prefer using the
; repository's default form checkbox instead) 
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\FormDesign]
; "DefaultFont"="Arial,8,Bold"

; alternate key to store Expert/Wizard DLLs to load at startup
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Wizard]
; "CreateNewUniversumWizard"="C:\\D5\\MyWiz\\CNUW.DLL"

; don't ask to change the current JIT debugger (?)
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Debugging]
; "DontPromptForJITDebugger"="0"

; the DLL used for the version control interface in the IDE
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Version Control]
; "VCSManager"="C:\\D5\\VersCtrl\\VersCtrl.dll"

; a way to specify an alternative directory for the location for
; the Delphi configuration files when running the application
; from a network drive or the CD-ROM. 
[HKEY_CURRENT_USER\Software\Borland\Delphi\5.0\Globals]
; "PrivateDir"="C:\\D5\\Mine"

