Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
08/02/13 18:29:38 (11 years ago)
Author:
gkronber
Message:

#2026 made the problem field non-static, added a unit test to compile all examples

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.Problems.GPDL/HeuristicLab.Problems.GPDL.Views/3.4/GpdlEditor.cs

    r9842 r9843  
    4646        Parser parser = new Parser(scanner);
    4747        parser.Parse();
    48         MainForm.MainFormManager.MainForm.ShowContent(Parser.problem);
     48        MainForm.MainFormManager.MainForm.ShowContent(parser.problem);
    4949      }
    5050
    5151      codeEditor.ClearErrors();
     52
     53      // TODO adapt to Coco/R error handling to show errors in the GUI
    5254
    5355      //if (Errors.NumOfErrors() == 0) {
Note: See TracChangeset for help on using the changeset viewer.