[GME-commit] GMESRC/GME/Console ScriptEdit.cpp,1.4,1.5
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Wed Aug 23 19:44:05 CDT 2006
Update of /project/gme-repository/GMESRC/GME/Console
In directory escher:/tmp/cvs-serv5801
Modified Files:
ScriptEdit.cpp
Log Message:
one more comment.
CVS User: Zoltan Molnar, ISIS (zolmol)
Index: ScriptEdit.cpp
===================================================================
RCS file: /project/gme-repository/GMESRC/GME/Console/ScriptEdit.cpp,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** ScriptEdit.cpp 23 Aug 2006 18:37:52 -0000 1.4
--- ScriptEdit.cpp 23 Aug 2006 18:44:03 -0000 1.5
***************
*** 39,43 ****
_bstr_t engine("JScript");
COMTHROW(m_host->InitEngine((void*)m_console, engine));
! this->LimitText( 256);
this->SetWindowText( ">"); // to attract user attention
}
--- 39,43 ----
_bstr_t engine("JScript");
COMTHROW(m_host->InitEngine((void*)m_console, engine));
! this->LimitText( 256); // modify in accordance with GetLine( ..., 256) in OnKeyUp()
this->SetWindowText( ">"); // to attract user attention
}
More information about the GME-commit
mailing list