GitXplorerGitXplorer
A

DelphiSettingManager

public
21 stars
6 forks
1 issues

Commits

List of commits on branch master.
Unverified
9f2f111b1d0c5a7ff64435f9ba2c32898138be82

Updated supported versions in Readme

AArvur committed 9 years ago
Unverified
d2038ee30438054bc09811533649aa9fc7ff75fc

Changing VersionInfo for release

AArvur committed 9 years ago
Unverified
4a25b6237292521ae79f69ab875afccf65f077c5

Removed unused .NET directive

AArvur committed 9 years ago
Unverified
a3a2ef1a86268df3d026398a29ed8d38b034f19d

Added Delphi XE7, XE8 and Seattle support

AArvur committed 9 years ago
Unverified
c40a553cb1ca068d505dcc8da7ce9bd545aececc

Updated Delphi XE6 icon

AArvur committed 9 years ago
Unverified
befc015ce540a023d666342fe2682dca8a1347ac

Added Delphi 5 support

AArvur committed 9 years ago

README

The README file for this repository.

DelphiSettingManager

What is Delphi Setting Manager?

Delphi / C# Builder Setting Manager (or, Delphi Setting Manager) is a utility to manage custom settings for IDEs (from Delphi 5 up to Delphi 10 Seattle). It reads data from the HKEY_CURRENT_USER\Software\Borland\BDS\X.X for BDS IDEs, or it reads data from HKEY_CURRENT_USER\Software\Delphi\X.X.

This utility only writes keys and values under HKEY_CURRENT_USER\Software\Borland\CustomSettings. The expected behavior of this key, you will not be able to alter your default Delphi setting, and corrupt your default Delphi setting by accident. If this utility corrupts or alter the Delphi default setting, that is a bug. Please let me know if you found a bug.

The settings for each IDE is stored under HKEY_CURRENT_USER\Software\Borland\CustomSettings<IDE Identifier><Setting Name>, the File - Save Setting to File will create a .reg file of the selected custom setting. The .reg file can be imported into different PC using regedit. The .reg file does not contain the license key, and authorization code.