=================================================================== RCS file: /home/cvs/OpenXM/src/cfep/MyDocument.h,v retrieving revision 1.3 retrieving revision 1.6 diff -u -p -r1.3 -r1.6 --- OpenXM/src/cfep/MyDocument.h 2006/03/07 11:15:23 1.3 +++ OpenXM/src/cfep/MyDocument.h 2016/09/30 01:13:38 1.6 @@ -66,6 +66,8 @@ int asir_contrib; // pretty printing int prettyPrint; + // cf. NoEngine + int restartMode; ////////// NSTask *task; NSPipe *inboundPipe; @@ -118,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; @@ -130,6 +133,8 @@ -(void) readInboundData: (NSNotification *) sender; -(void) readErrData: (NSNotification *) sender; + +-(NSData *) getPeerEndEvaluateMark; -(int) selectIllegalCharacter ; -(NSRange) selectBlockForwardFrom: (int) offset with: (int) first and: (int) last ;