[GME-commit]
GMESRC/GME/ObjectInspector InPlaceManager.cpp,1.21,1.22
gme-commit at list.isis.vanderbilt.edu
gme-commit at list.isis.vanderbilt.edu
Mon Mar 8 15:45:29 CST 2004
- Previous message: [GME-commit] GMESRC/GME/Gme GMEView.cpp,1.126,1.127
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004 bitmapDN.bmp,NONE,1.1
bitmapup.bmp,NONE,1.1 Component.rc,1.4,1.5 MetaGME2004.dsp,1.8,1.9
resource.h,1.2,1.3 TokenEx.cpp,1.1,NONE TokenEx.h,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /var/lib/gme/GMESRC/GME/ObjectInspector
In directory braindrain:/tmp/cvs-serv20574
Modified Files:
InPlaceManager.cpp
Log Message:
External Text Editor support was modified: some editors do not exit after attribute edit (eg.: multi document editors). The current approach is more primitive, but it works.
CVS User: volgy
Index: InPlaceManager.cpp
===================================================================
RCS file: /var/lib/gme/GMESRC/GME/ObjectInspector/InPlaceManager.cpp,v
retrieving revision 1.21
retrieving revision 1.22
diff -C2 -d -r1.21 -r1.22
*** InPlaceManager.cpp 2 Mar 2004 21:51:28 -0000 1.21
--- InPlaceManager.cpp 8 Mar 2004 21:45:27 -0000 1.22
***************
*** 395,399 ****
szCommandLine.ReleaseBuffer();
! DWORD h = ::WaitForSingleObject(processInfo.hProcess, INFINITE);
// open temporary file
--- 395,400 ----
szCommandLine.ReleaseBuffer();
! // DWORD h = ::WaitForSingleObject(processInfo.hProcess, INFINITE);
! m_EditorButton.MessageBox("Click OK to finish.", "Using External Text Editor", MB_ICONINFORMATION);
// open temporary file
- Previous message: [GME-commit] GMESRC/GME/Gme GMEView.cpp,1.126,1.127
- Next message: [GME-commit]
GMESRC/Paradigms/MetaGME/MetaInterpreter2004 bitmapDN.bmp,NONE,1.1
bitmapup.bmp,NONE,1.1 Component.rc,1.4,1.5 MetaGME2004.dsp,1.8,1.9
resource.h,1.2,1.3 TokenEx.cpp,1.1,NONE TokenEx.h,1.1,NONE
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the GME-commit
mailing list