|
Version Control for
Borland
CodeWright
(Win32)
Codewright is a popular programmer's editor for Windows. (home:
http://www.borland.com/codewright/).
To add version control support (VCS) to CodeWright follow these steps:
-
Install CS-RCS and follow the tutorial.
-
Add the lines below to your CWRIGHT.INI file (located at your CW32 folder). Note: Adjust the CS-RCS\System folder to your system settings.
-
Search on your CWRIGHT.INI file for _StateHistory and add CS-RCS to the list. Example: _StateHistory=XVCS,CS- RCS,RCS,TLIB,PVCS,SourceSafe
-
Activate Codewright.
-
Choose the "Tools |
Version Control | Setup..." menu.
-
Choose CS-RCS as the Command Line Provider.
Current add-on
version: 1.0
Note: The Lock, Unlock and Delete commands will be supported with the next minor release of CS-RCS (build 117)
CWRIGHT.INI CS-RCS VCS Setup:
[VersionControl:CS-RCS]
VCSSetCmd=VCS_CHECKIN_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" checkin /u %b%e',0x8000060
VCSSetCmd=VCS_CHECKINLOCK_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" checkin /l %b%e',0x8000060
VCSSetCmd=VCS_CHECKOUT_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" checkout /u %b%e',0x8000060
VCSSetCmd=VCS_CHECKOUTLOCK_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" checkout /l %b%e',0x8000060
VCSSetCmd=VCS_CHECKLOCK_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" admin /l %b%e',0x8000060
VCSSetCmd=VCS_CHECKUNLOCK_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" admin /u %b%e',0x8000060
VCSSetCmd=VCS_CHECKLABEL_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" ci / n"${VCSLABEL}" %b%e',0x8000060
VCSSetCmd=VCS_CHECKLOG_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" history %b%e',0x8000060
VCSSetCmd=VCS_CHECKPROP_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\setup.exe" /p',0x8000060
VCSSetCmd=VCS_CHECKDIFF_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" status %b%e',0x8000060
VCSSetCmd=VCS_CHECKMENU_ID,'"C:\Program Files\ComponentSoftware\CS- RCS\System\DocumentManager.exe"',0x8000020
VCSSetCmd=VCS_ADD_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" add %b%e',0x8000060
VCSSetCmd=VCS_REMOVE_ID,'"C:\Program Files\ComponentSoftware\CS-RCS\System\csrcs.exe" admin /d %b%e',0x8000060
(download as text)
|