There already exists a macro file for RCS hooks, but none for SCCS. Since SCCS is sun's "native" source code control, I thought I'd share a simplified SCCS macro set. It seems to work very nicely with nedit.
To install this, first download the macro file, sccs.nm. Then either copy it to $HOME/.neditmacro, or add it to the end of your existing one. [Yes, there is no 's' on the end]
Finally, in NEdit, pull up the
Preferences->Default Settings->Customize Menus->macro menu
and input the following values:
Menu Entry | SCCS Checkout |
Macro Command to Execute | SCCSCheckOut() |
[hit (Apply), then similarly put in]
Menu Entry | SCCS Checkin |
Macro Command to Execute | SCCSCheckin() |
Finally, use Preferences->Save Defaults...
, and you're all set
to use the SCCS hooks from the Macro pulldown menu.
Written by:
Back to Phil's Solaris pages