Splitting user settings from your Delphi projects: DprojSplitter by Uwe Raabe
Posted by jpluimers on 2019/06/20
Reminder to self to try this out: [WayBack] Working in a team? DprojSplitter might be helpful! | The Art of Delphi Programming.
The most recent version (covering a wider range of Delphi versions) was at [WayBack] DprojSplitter for Delphi XE2 to XE6 available | The Art of Delphi Programming.
DprojSplitter handles the current build configuration and current plattform. In addition these settings are handled, too (found in CommonOptionStrs):
sDebugger_RunParams,
sDebugger_RemoteRunParams,
sDebugger_HostApplication,
sDebugger_RemotePath,
sDebugger_RemoteHost,
sDebugger_EnvVars,
sDebugger_SymTabs,
sDebugger_Launcher,
sDebugger_RemoteLauncher,
sDebugger_IncludeSystemVars,
sDebugger_UseLauncher,
sDebugger_UseRemoteLauncher,
sDebugger_CWD,
sDebugger_RemoteCWD,
sDebugger_RemoteDebug,
sDebugger_DebugSourcePath,
sDebugger_LoadAllSymbols,
sDebugger_LoadUnspecifiedSymbols,
sDebugger_SymbolSourcePath
Heck, you can even configure the ones to split: [WayBack] Configuring DprojSplitter to Your Needs | The Art of Delphi Programming
–jeroen
via:
Leave a Reply