mirror of
https://github.com/ElvishArtisan/rivendell.git
synced 2025-11-25 23:00:21 +01:00
2016-07-21 Fred Gleason <fredg@paravelsystems.com>
* Added a 'setcomment' command to rdclilogedit(1). * Added a 'setlabel' command to rdclilogedit(1).
This commit is contained in:
@@ -28,7 +28,8 @@ void MainObject::Help(const QStringList &cmds) const
|
||||
printf("\n");
|
||||
printf("The following commands are available:\n");
|
||||
printf("?, addcart, addchain, addmarker, addtrack, bye, exit, help, list, listlogs,\n");
|
||||
printf("load, quit, remove, save, saveas, setcart, settime, settrans, unload\n");
|
||||
printf("load, quit, remove, save, saveas, setcart, setcomment, setlabel, settime\n");
|
||||
printf("settrans, unload\n");
|
||||
printf("\n");
|
||||
printf("Enter \"? <cmd-name>\" for specific help.\n");
|
||||
printf("\n");
|
||||
@@ -132,6 +133,22 @@ void MainObject::Help(const QStringList &cmds) const
|
||||
printf("\n");
|
||||
processed=true;
|
||||
}
|
||||
if(verb=="setcomment") {
|
||||
printf("\n");
|
||||
printf(" setcomment <line> <str>\n");
|
||||
printf("\n");
|
||||
printf("Set the marker or track event's \"Comment\" field at line <line> to <str>.\n");
|
||||
printf("\n");
|
||||
processed=true;
|
||||
}
|
||||
if(verb=="setlabel") {
|
||||
printf("\n");
|
||||
printf(" setlabel <line> <str>\n");
|
||||
printf("\n");
|
||||
printf("Set the chain-to or marker event's \"Label\" field at line <line> to <str>.\n");
|
||||
printf("\n");
|
||||
processed=true;
|
||||
}
|
||||
if(verb=="settime") {
|
||||
printf("\n");
|
||||
printf(" settime <line> hard|none <time>\n");
|
||||
|
||||
Reference in New Issue
Block a user