Changeset 2677 in Sophya for trunk/SophyaPI/PIext/piacmd.cc


Ignore:
Timestamp:
Apr 19, 2005, 11:13:49 AM (20 years ago)
Author:
ansari
Message:

Ajout de l option nodisp ds les affichages des NamedObjMgr, prise en compte de <Cntrl C> (Msg_Cancel) pour arreter l'execution de l'interpreteur ds PIStdImgApp et remplacement commande breakexe par stop ds PIACmd - Reza 19/4/2005

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/SophyaPI/PIext/piacmd.cc

    r2672 r2677  
    165165usage = "To display the Help window ";
    166166RegisterCommand(kw, usage, NULL, grp);
    167 kw = "breakexe";
    168 usage = "To break (stop) interpreter (PIACmd/Commander) execution";
     167kw = "stop";
     168usage = "To stop (break) interpreter (PIACmd/Commander) execution";
    169169RegisterCommand(kw, usage, NULL, grp);
    170170
     
    206206void PIACmd::AddInputLine(string const & line)
    207207{
    208   if (line == "breakexe")  {
     208  if (line == "stop")  {
    209209    StopExecution();
    210210    return;
Note: See TracChangeset for help on using the changeset viewer.