Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/25/15 11:26:25 (9 years ago)
Author:
mkommend
Message:

#2276: Merged trunk changes into dataset refactoring branch.

Location:
branches/HeuristicLab.DatasetRefactor/sources
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/HeuristicLab.DatasetRefactor/sources

  • branches/HeuristicLab.DatasetRefactor/sources/HeuristicLab.Scripting.Views/3.3/ScriptView.Designer.cs

    r12031 r12505  
    2020#endregion
    2121
    22 using System.Collections.Generic;
    23 using System.Reflection;
    24 using HeuristicLab.Common;
    2522
    2623namespace HeuristicLab.Scripting.Views {
     
    6461      this.columnColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
    6562      this.descriptionColumnHeader = ((System.Windows.Forms.ColumnHeader)(new System.Windows.Forms.ColumnHeader()));
     63#if __MonoCS__
     64      this.codeEditor = new HeuristicLab.CodeEditor.SimpleCodeEditor();
     65#else
    6666      this.codeEditor = new HeuristicLab.CodeEditor.CodeEditor();
     67#endif
    6768      this.splitContainer1 = new System.Windows.Forms.SplitContainer();
    6869      ((System.ComponentModel.ISupportInitialize)(this.errorProvider)).BeginInit();
     
    225226      // splitContainer1
    226227      //
    227       this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom) 
    228             | System.Windows.Forms.AnchorStyles.Left) 
     228      this.splitContainer1.Anchor = ((System.Windows.Forms.AnchorStyles)((((System.Windows.Forms.AnchorStyles.Top | System.Windows.Forms.AnchorStyles.Bottom)
     229            | System.Windows.Forms.AnchorStyles.Left)
    229230            | System.Windows.Forms.AnchorStyles.Right)));
    230231      this.splitContainer1.Location = new System.Drawing.Point(0, 56);
     
    287288    protected System.Windows.Forms.ColumnHeader columnColumnHeader;
    288289    protected System.Windows.Forms.ColumnHeader descriptionColumnHeader;
    289     protected CodeEditor.CodeEditor codeEditor;
     290    protected CodeEditor.CodeEditorBase codeEditor;
    290291    protected System.Windows.Forms.SplitContainer splitContainer1;
    291292  }
Note: See TracChangeset for help on using the changeset viewer.