Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
07/07/15 18:07:59 (9 years ago)
Author:
ascheibe
Message:

#2329 merged r12473,r12478,r12659 into stable

Location:
stable
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • stable

  • stable/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.Designer.cs

    r12009 r12662  
    5555      this.showCodeButton = new System.Windows.Forms.Button();
    5656      this.compileButton = new System.Windows.Forms.Button();
     57#if __MonoCS__
     58      this.codeEditor = new HeuristicLab.CodeEditor.SimpleCodeEditor();
     59#else
    5760      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
     61#endif
    5862      this.tabControl1 = new HeuristicLab.MainForm.WindowsForms.DragOverTabControl();
    5963      this.tabPage1 = new System.Windows.Forms.TabPage();
     
    324328    private HeuristicLab.Core.Views.ParameterCollectionView parameterCollectionView;
    325329    private System.Windows.Forms.SplitContainer splitContainer1;
    326     private HeuristicLab.CodeEditor.CodeEditor codeEditor;
     330    private HeuristicLab.CodeEditor.CodeEditorBase codeEditor;
    327331    private System.Windows.Forms.Button compileButton;
    328332    private System.Windows.Forms.Button showCodeButton;
Note: See TracChangeset for help on using the changeset viewer.