=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyDocument.h,v retrieving revision 1.2 retrieving revision 1.6 diff -u -p -r1.2 -r1.6 --- OpenXM/src/cfep/MyDocument.h 2006/03/06 08:55:31 1.2 +++ OpenXM/src/cfep/MyDocument.h 2016/09/30 01:13:38 1.6 @@ -58,14 +58,7 @@ int ox_texmacs_level; // For select engine menu. int oxEngine; // cf. peer_type. temporal. - // OnState or OffState in the execution menu - NSMenuItem *menuItemNotebookMode; - NSMenuItem *menuItemBasicMode; - NSMenuItem *menuItemRisaAsir; - NSMenuItem *menuItemKanSm1; - NSMenuItem *menuItemOutputDebugMessages; //cf. debugMyTunnel; - NSMenuItem *menuItemPrettyPrint; //cf. prettyPrint; - // For error handling. + // For error handling. NSMutableArray *errorLines; // For debug the tunnel int debugMyTunnel; @@ -73,6 +66,8 @@ int asir_contrib; // pretty printing int prettyPrint; + // cf. NoEngine + int restartMode; ////////// NSTask *task; NSPipe *inboundPipe; @@ -125,6 +120,7 @@ -(void)outputStringInNotebookMode: (NSString *)msg; -(void)outputErrorStringInNotebookMode: (NSString *)msg; -(void)outputStringInNotebookMode: (NSString *)msg withColor: (NSColor *)color; +-(void)outputBorderLine: (NSColor *)color; - (void)messageDialog:(NSString *)msg with:(int) no; -(void) printDocument: (id) sender; @@ -138,6 +134,8 @@ -(void) readInboundData: (NSNotification *) sender; -(void) readErrData: (NSNotification *) sender; +-(NSData *) getPeerEndEvaluateMark; + -(int) selectIllegalCharacter ; -(NSRange) selectBlockForwardFrom: (int) offset with: (int) first and: (int) last ; -(NSRange) selectBlockForward ; @@ -152,6 +150,8 @@ // managing OpenGL messages. (channel 1 and 2) -(int) openGLActionFor: (NSString *)cmd; -(int) openGLInitActionFor: (NSString *)cmd; +-(void) showListOfOglComm: (int) gid; +-(void) openGLMeta: (NSString *) cmd to: (int) gid; // managing png messages. (channel 10) -(void) pngActionFor: (NSString *)cmd; // notebookMode