[BACK]Return to MyDocument.m CVS log [TXT][DIR] Up to [local] / OpenXM / src / cfep

Diff for /OpenXM/src/cfep/MyDocument.m between version 1.6 and 1.8

version 1.6, 2006/03/12 07:09:51 version 1.8, 2007/10/07 06:04:55
Line 74  static NSMenuItem *menuItemPrettyPrint = nil;  // pret
Line 74  static NSMenuItem *menuItemPrettyPrint = nil;  // pret
     [self addMenuExec]; // adding the execution menu.      [self addMenuExec]; // adding the execution menu.
     [textViewIn setAllowsUndo:YES];      [textViewIn setAllowsUndo:YES];
         if ([textViewIn isContinuousSpellCheckingEnabled]) [textViewIn toggleContinuousSpellChecking: self]; // Turn off the spell checking.          if ([textViewIn isContinuousSpellCheckingEnabled]) [textViewIn toggleContinuousSpellChecking: self]; // Turn off the spell checking.
       if ([MyEnvironment isX11Installed] != 1)
             [self messageDialog: NSLocalizedString(@"X11 is not installed. To install it, insert MacOS DVD1 and open Optional install->Applications->X11",nil) with: 0];
           if ([MyEnvironment isGccInstalled] != 1)
             [self messageDialog: NSLocalizedString(@"gcc is not installed. To install it, insert MacOS DVD1 and open Xcode Tools->XcodeTools.mpkg",nil) with: 0];
         [self sayTheMessageAboutX];          [self sayTheMessageAboutX];
         [self initAux];          [self initAux];
 }  }
Line 1123  int debugInbound = 0;
Line 1127  int debugInbound = 0;
   // NSLog(@"%@",a);    // NSLog(@"%@",a);
   if ([[a objectAtIndex: 0]  hasPrefix: @"notAvailable"]) {    if ([[a objectAtIndex: 0]  hasPrefix: @"notAvailable"]) {
     [self messageDialog:      [self messageDialog:
           NSLocalizedString(@"Typeset the output by TeX is not available. latex, dvips, and pstoimg must be installed.",nil)  with: 0];            NSLocalizedString(@"Typeset the output by TeX is not available. latex and dvipng must be installed.",nil)  with: 0];
         prettyPrint = 1; [self setPrettyPrint: nil];          prettyPrint = 1; [self setPrettyPrint: nil];
         return;          return;
   }     else if ([[a objectAtIndex: 0]  compare: @"showFile"] == NSOrderedSame) {    }     else if ([[a objectAtIndex: 0]  compare: @"showFile"] == NSOrderedSame) {

Legend:
Removed from v.1.6  
changed lines
  Added in v.1.8

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>