Changeset 246

Show
Ignore:
Timestamp:
02/27/07 22:30:42 (2 years ago)
Author:
Alan Knowles
Message:

clear errors prior to rendering them, so two saves dont get confused.. - and you can see the old errors while it is still syntax checking

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/src/leds/LanguageD.d

    r242 r246  
    595595        String baseSrcPath = codeview.getProject().getSrcPath(); 
    596596         
    597         codeview.clearErrors(); 
    598         codeview.getCodeEdit().markerSetBack(SC_MARK_SHORTARROW,0x0000FF); 
    599  
     597         
    600598        //debug(flow ) System.writefln("CodeView.checkSintax 5"); 
    601599            //String grabOutput = new String(); 
     
    657655        } 
    658656        // display the results. 
    659       
     657        codeview.clearErrors(); 
     658        codeview.getCodeEdit().markerSetBack(SC_MARK_SHORTARROW,0x0000FF); 
     659 
    660660        codeview.getWorkspace().getSystemConsole.print( 
    661661            "Compile Command: \n" ~  compileCommand.toString() ~ "\n" ~