I searched the registry. I’d expect the settings in
HKEY_CURRENT_USER\Software\CodeGear\BDS\7.0
but didn’t find anything. I want to share the settings with my team. Where does Embarcadero save these?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
It’s saved as an XML file instead of to the registry. Look at Formatter.config in Delphi’s bin\config directory.
Update:
Delphi XE allows you to import and export formatting configurations in the IDE instead of putting a specific file in a specific folder.