Free cookie consent management tool by TermsFeed Policy Generator

Ignore:
Timestamp:
06/18/15 14:24:42 (9 years ago)
Author:
ascheibe
Message:

#2329 added a simple code editor for Linux

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/sources/HeuristicLab.Operators.Programmable.Views/3.3/ProgrammableOperatorView.Designer.cs

    r12012 r12473  
    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.