Ignore:
Timestamp:
02/16/06 14:33:47 (19 years ago)
Author:
boris
Message:
  • fixed a bug in code completion that couse it to crash and pop-up uggly dialog warnings
  • removed some trace printouts
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/org.modelica.mdt.omc/src/org/modelica/mdt/omc/OMCProxy.java

    r325 r330  
    621621         */
    622622        String errorString = getErrorString();
    623         System.out.println("errorString: -->" + errorString + "<--");
    624623        if(errorString.equals("") == false)
    625624        {
    626 //          errorString = errorString.trim();
    627 //          errorString = errorString.substring(1, errorString.length() - 1);
    628             System.out.println("setCompileErrors!!!");
    629625            res.setCompileErrors(OMCParser.parseErrorString(errorString));
    630626        }
Note: See TracChangeset for help on using the changeset viewer.